Studio

Introduction

Learn what the new Nuxt Studio module is and how it differs from the previous hosted platform.

The new Nuxt Studio module

When NuxtLabs joined Vercel, the team promised to release nuxt.studio as a free open-source, self-hosted module for Nuxt projects.

Discover the Nuxt Studio module on GitHub.

That promise is now fulfilled. Thanks to vercel support the first version of the Nuxt Studio module is available.

You can now enable content editing directly in production, with real-time preview and GitHub integration, all from within your own Nuxt application.

Try editing this page

How does it differ from the standalone platform?

Originally offered as a hosted platform at nuxt.studio, Studio has evolved into an open-source Nuxt module that you can deploy alongside your Nuxt Content website.

This means content editors can manage and update content directly in production, without needing local development tools or Git knowledge.

Key differences

  • Self-hosted — runs entirely on your own infrastructure
  • No external dependencies — no APIs or third-party services required
  • Free and open-source — released under the MIT license
  • Built-in integration — works within your Nuxt app
The new Nuxt Studio module requires a server-side route for authentication. While static generation remains supported, your site must be deployed on a platform that supports server-side rendering (SSR).