Nuxt Studio debuts in alpha for in-production website editing with GitHub integration
Nuxt has announced the alpha release of Nuxt Studio, a new free and open-source module designed for in-production editing of website content. Nuxt Studio integrates GitHub workflows and real-time preview features directly inside any Nuxt application, allowing teams to manage live content edits without leaving their own environments.
Building on its shift from a hosted service, Nuxt Studio is now self-hostable alongside existing Nuxt Content websites. Content editors can update site material in production without needing local development tools or knowledge of Git commands, lowering the barrier for non-technical contributors.
Unlike previous versions, Studio now requires a server-side route for authentication, with deployment support needed for server-side rendering. However, hybrid rendering maintains compatibility with static site generation, ensuring some flexibility in deployment strategies. The alpha phase focuses on foundational infrastructure and stability, using the Monaco editor to handle all file and GitHub operations while deliberately holding back visual editing to minimize risk of bugs.
Looking ahead, an upcoming beta will deliver visual content editing, a Markdown editor, form-based tools, Vue component support, and Google OAuth as an alternative to GitHub-based authentication. The stable release, with further optimization and full production readiness, is scheduled for the end of the year.