Sanity is now available on the Vercel Marketplace
Sanity launches a native integration on the Vercel Marketplace, letting teams install and manage the CMS directly from the Vercel dashboard with automatic environment variable provisioning.
is now available on the as a native CMS integration. Teams can now install, configure, and manage Sanity directly from the Vercel dashboard, eliminating manual API token setup and environment variable configuration.SanityVercel Marketplace This integration keeps CMS setup inside your existing Vercel workflow instead of requiring a separate dashboard for provisioning and account management. Define your content schema, set up the client, and start fetching content. Schemas define your content structure in code, specifying document types and their fields. Register your schema types in an index file so Sanity can load them.
The Sanity client connects your application to your content. The Marketplace integration provisions the project ID as an environment variable automatically. With the client configured, you can fetch content using GROQ (Graph-Relational Object Queries), Sanity's query language for requesting exactly the fields you need. That's all you need to go from install to fetching content. to get started, or deploy the template to start from a working example.Install Sanity from the Vercel MarketplaceNext.js + Sanity Personal Website Read more Get started with the integration