Sanity CMS now available on Vercel Marketplace with native integration
Native CMS Integration in Vercel Marketplace
Sanity is now available on the Vercel Marketplace as a first-class CMS integration. This addition brings streamlined content management capabilities directly into the Vercel platform, reducing setup friction and keeping your entire development workflow in one place.
Key Benefits
- Unified Setup: Install, configure, and manage Sanity directly from the Vercel dashboard
- Automatic Provisioning: The integration automatically provisions your Sanity project ID as an environment variable
- No Manual Configuration: Eliminates the need for manual API token setup and environment variable configuration
- Integrated Workflow: Keep CMS provisioning and account management within your existing Vercel workflow instead of context-switching to a separate dashboard
Getting Started
The integration works seamlessly with Next.js projects. You can:
- Define Content Schemas in code using Sanity's schema system, specifying document types and their fields
- Configure the Sanity Client with automatically provisioned environment variables
- Query Content using GROQ (Graph-Relational Object Queries), Sanity's query language for precise field selection
The Marketplace also provides a ready-to-use template: the Next.js + Sanity Personal Website, allowing developers to deploy a working example immediately.
To get started, install Sanity from the Vercel Marketplace or deploy the provided template from your Vercel dashboard.