
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI understand your frustration with the pricing changes - this is definitely a challenging situation when your architecture was built around a specific feature set. Let me help you think through your options.
First, I want to clarify something important: while datasets are commonly used for staging environments, the official datasets documentation actually does list additional use cases beyond just dev/staging/production. The docs specifically mention:
So your original approach of using datasets for regional separation wasn't necessarily contrary to Sanity's intended use cases. However, you're right that the pricing changes indicate a shift in how Sanity is positioning the platform.
Creating separate projects for each region is a legitimate architectural pattern, especially given your regions are truly independent. This gives you:
Implementation approach:
This is similar to how agencies manage multiple client projects from shared codebases.
Stay in one project and add a region field to every document type:
Studio-side:
region values using document actions*[_type == "article" && region == $currentRegion]Frontend:
&& region == "your-region" filtersThe challenge: This requires significant refactoring and ongoing discipline. Without Enterprise plan features like content resources, you can't truly enforce region boundaries at the permissions level.
Given that you have multiple regions and your original architecture made sense for your needs, I'd strongly recommend reaching out to Sanity sales to discuss your specific situation. The Enterprise plan supports a custom number of datasets, and they may have solutions or pricing structures that aren't publicly documented for multi-region setups like yours.
Given your regions are truly independent (different content, different editors, different sites), I'd lean toward separate projects, but with an important caveat: talk to Sanity first about your use case before committing to a major refactor.
The separate projects approach aligns well with your isolation needs and keeps implementation simple, but if you have many regions, the cost implications might be significant. Sanity may have enterprise solutions or custom arrangements that could work better for your specific scenario.
If separate projects is the path forward, the deployment overhead is manageable with automation, and you're still working from a single codebase - just different configuration pointing to different project IDs.
Hope this helps you navigate the transition!
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.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store