How AI is powering better personalization in e-commerce [with Vercel]. Sign up now

Will publishing new content types in development break production studio?

2 repliesLast updated: Nov 29, 2025

So curious. There is a currently deployed studio that is live right now.I am adding new content types in development to production dataset.
If I publish something in development - will that error out in production?
Or does it not effect anything?
AI Update

Good news! Publishing content with new schema types in your development environment won't break your production Studio at all.

Here's what you need to understand: Sanity's Content Lake is schemaless. The schema you define in your Studio code only controls what the Studio interface displays and validates—it doesn't restrict what can be stored in the dataset itself. As long as your documents have a _type property, they can be saved to the dataset regardless of whether that type is defined in any Studio's schema.

So in your scenario:

The production Studio simply won't display the new content types in its interface because they're not defined in its schema. The documents exist in the dataset, but that Studio can't edit them until you deploy the updated schema to production.

What happens when you deploy the schema changes to production: Once you update your production Studio with the new schema definitions, those documents will immediately become visible and editable in the production Studio interface.

This is actually one of Sanity's powerful features—the schemaless backend means your data isn't locked into rigid database structures. The schema is just a configuration layer for the Studio interface, not a database constraint.

One consideration: If you're using Agent Actions or certain AI features that require sanity schema deploy, those do need the schema to be deployed to work properly. But for basic content creation and Studio functionality, you're completely safe.

Show original thread
2 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Related contributions