Sanity is now available on the Vercel Marketplace

Written by Jon Eide Johnsen, Knut Melvær

Sanity is now available as a native integration on Vercel Marketplace. You can add Sanity's content platform to any Vercel project with a single click: no account juggling, no manual environment variable configuration, and billing handled right alongside your Vercel invoice.

Getting started

Ready to try it?

  1. Go to the listing on Vercel Marketplace
  2. Click "Add Integration" and select your project
  3. Follow the framework-specific guide to start querying content

If you're starting fresh, you can also use our starter templates that come pre-configured with Sanity and deploy to Vercel with one click.

Add Sanity to your Vercel projects →

When do you need a content platform?

You know how it goes. You start a new project, hardcode some content, ship it. Then someone else needs to update the copy. Maybe it's a teammate, maybe it's a client, maybe it's the marketing department.

You could teach them to edit markdown and open PRs. You could let an agent handle their requests. But now you're the bottleneck, so every content change routes through you or your codebase. The feedback loop is slow (edit, commit, deploy, check). And when they ask "can I preview this before it goes live?" you're building preview infrastructure. Oh, there’s a spelling error. Well, that’s another deployment.

This is when most teams reach for a CMS.

Sanity gives you structured content with instant preview, so editors see changes immediately: not after a deploy. Content is queryable data (using GROQ), not files to grep. The open-source Studio is customizable and can embed in your own app. And there's an MCP server that works with coding agents like Claude and Cursor, and with Vercel's v0, so you can create schemas, manage content, and query data without leaving your chat interface.

As content grows, the structure pays off: reusable content across pages, actual relationships you can query, localization that doesn't mean duplicating files.

There's another angle now too. When you're using agents to help with code, support, or content creation, they need accurate information about your product, like pricing, features, how things work. Structured content becomes the source of truth that agents can query directly, so they're working with real data instead of hallucinating details or relying on stale training data.

This is why companies like Figma, Shopify, Linear, and Anthropic use Sanity: from marketing sites to product documentation and developer platforms.

The full Sanity platform

This isn't a limited version of Sanity. You get the complete AI content platform:

Whether you're building a marketing site, an e-commerce storefront, or applications that consume content programmatically, Sanity provides the structured content foundation.

What you get with the Sanity integration

One-click setup

Install Sanity directly from your Vercel dashboard. The integration automatically provisions a new Sanity project and creates a Sanity account linked to your Vercel account: no manual signup or context switching required.

Already using Sanity? You can connect your existing Sanity account and projects too. The integration works for both new signups and existing users.

Automatic environment sync

The integration automatically configures the environment variables your application needs to connect to Sanity—project ID, dataset, API tokens, everything. It even handles framework-specific prefixes (NEXT_PUBLIC_ for Next.js, PUBLIC_ for Astro, etc.) so you don't have to think about it.

No more copy-pasting API tokens or debugging missing configuration.

Unified billing

All Sanity usage appears on your Vercel invoice. One bill, one place to manage your infrastructure costs.

Framework-specific guides

Once installed, you'll see getting started guides tailored to your framework. We've created guides for Next.js, Astro, React Router, and Nuxt, showing you exactly how to fetch content and render it in your application.

Plans that fit your needs

Choose between Free and Growth plans directly in the marketplace. Growth includes a trial so you can test the full feature set before committing.

Need more? Enterprise plans are available with custom features, dedicated support, and SLAs. Contact our sales team to learn more.

Learn more

Questions? Reach out on our Sanity Community Discord.