The Nuxt Studio module is a browser-based interface for editing your Nuxt Content website directly in production. Access it by GitHub authentication on your deployed site, and start managing content without any local development tools.
The studio editor allows you to manage content entirely from your browser on your production website. There's no need for local development tools, Git commands, or terminal access. It's ideal for content teams who want to edit and preview changes in a familiar environment.
Local development, on the other hand, is designed for developers who prefer working in their own IDE with full control over the codebase.

The alpha release features Monaco editor, the same powerful code editor that powers VS Code.
It focuses on core infrastructure and stability without risking any bugs introduced by the Visual editor. We're using Monaco editor to ensure all file operations and GitHub workflows are rock-solid before introducing visual editing.
✓ Monaco Code Editor Professional editing experience with syntax highlighting for Markdown, YAML, and JSON, including full MDC syntax support and split-screen diff viewer for conflicts.
✓ File Operations
Complete CRUD operations for your content/ directory—create, edit, delete, rename, and move files with built-in draft management.
✓ Media Management
Centralized library for assets in your public/ directory with upload, organize, preview, and integrate capabilities.
✓ Git Integration Direct commits to GitHub via OAuth with conflict detection, author attribution, and custom commit messages.
✓ Real-time Preview Live preview of draft changes on your production website with instant updates and side-by-side editing.
Q4 2025Inspired from what we've built on nuxt.studio, the beta phase will introduce the open-source visual editor, making Studio accessible to non-technical users:
End of Year 2025Production-ready features, performance optimizations, and enhanced stability.
2026AI-powered content suggestions, multiple git providers, and community-driven features.