[NOW AVAILABLE] 👋 Hey Content Agent, tell me what you do that other AI tools can’t →
Skip to content
Sanity
  • Content operations

    • Sanity Studio
    • Media Library
    • Canvas
    • Content AgentNew
    • Content Releases
    • Insights
    • App SDK

    Content backend

    • Content Lake
    • Live CDN
    • Compute
    • Agent Actions
    • MCP ServerNew
    a white background with orange and black dots on it

    The only platform powering content operations

    Start building for free
    Start building for free
  • Use Cases

    • Headless CMS
    • E-commerce
    • Marketing
    • Media and publishing
    • PIM
    • LMS
    • Build your own

    Users

    • Developers
    • Content Editors
    • Product Owners
    • Business Leaders
    a man sits on a fence next to a horse

    Tecovas strengthens their customer connections

    Read the story
    Read the story
  • Build and Share

    • Sanity 101
    • Sanity Learn
    • Frameworks
    • Templates
    • Tools and plugins
    • Schemas and snippets
    • Join our community

    Insight

    • Blog
    • Events
    • Customer stories
    • Guides
    A dark-themed collage showcasing branded merchandise including t-shirts, a cap, mug, tote bag, and socks, alongside various digital design elements and logos, prominently featuring "Sanity" branding.

    Grab your gear: The official Sanity swag store

    Read Grab your gear: The official Sanity swag store
  • Docs
  • Enterprise
  • Pricing
Sanity

  • Content operations

    • Sanity StudioHeadless CMS
    • Media LibraryCentralized asset management
    • CanvasAI-assisted, free-form writing
    • Content AgentNewAI for content operations
    • Content ReleasesStack and stage content updates
    • InsightsUnderstand content performance
    • App SDKRapidly build content apps

    Content backend

    • Content LakeThe content optimized database
    • Live CDNSimple, scalable, real-time
    • ComputeEvent handlers for content changes
    • Agent ActionsBuilt-in, content aware AI
    • MCP ServerNew
  • Use Cases

    • Headless CMS
    • E-commerce
    • Marketing
    • Media and publishing
    • PIM
    • LMS
    • Build your own

    Users

    • Developers
    • Content Editors
    • Product Owners
    • Business Leaders
  • Build and Share

    • Sanity 101A quick series covering key areas of Sanity to get you up to speed.
    • Sanity Learn
    • Frameworks
    • Templates
    • Tools and plugins
    • Schemas and snippets
    • Join our community

    Insight

    • Blog
    • Events
    • Customer stories
    • Guides
  • Docs
  • Enterprise
  • Pricing

Join our community on Discord
Subscribe to our newsletter

Products

  • Sanity Studio
  • Media Library
  • Canvas
  • Content Agent
  • MCP Server
  • Content Releases
  • Insights
  • App SDK
  • Content Lake
  • Live CDN
  • Compute
  • Agent Actions
  • AI Assist
  • Use cases

Resources

  • Docs
  • Sanity 101
  • Sanity Learn
  • Tools and plugins
  • Frameworks
  • Templates
  • Schemas and snippets
  • Guides
  • Headless CMS explained
  • Resource library
  • Explainers
  • Enterprise CMS guides
  • Headless CMS Guides
  • Enhancing your CMS with AI
  • Compare Sanity
  • Glossary
  • Pricing

Company

  • Contact
  • Blog
  • Shop
  • Events
  • Careers
  • Changelog
  • Customer Stories
  • Agency Partners
  • Technology Partners

Trust and compliance

  • Privacy policy
  • Terms of service
  • Accessibility statement
  • Transparency statement
  • Security and compliance
  • Open Source Pledge

Keep in touch

© SANITY 2026

OSL, NOR (CET)

SFO, USA (PST)

Loading system status...
Change Site Theme
Live CDN

Live by default

Refresh content without the need to refresh. Make content appear instantly across all content applications. No more complex cache invalidation schemes.

Get startedRead the docs
live by default globe

Intelligent caching

Developers no longer need to choose between speed and freshness. Sanity’s CDN automatically updates only the content that changes, so you don’t have to spend time building caching strategies or fighting stale data.

Developer efficiency

Now you don’t need to build real-time infrastructure or maintain brittle workarounds. No WebSockets, no polling, just a few lines of code in the frameworks you already use gives you live content out of the box.

Confidence at any scale

Sanity’s CDN and Live Content infrastructure are designed for high demand times, instantly delivering changes across your frontends without bottlenecks. What’s in Studio is what’s on your site, even under pressure.

Live content API

Fresh content or resilient infrastructure. Why not both?

Traditional content delivery forces an impossible choice: keep your cache and show stale content, or invalidate everything and potentially DDoS yourself. Live Content API solves this, so your content stays fresh even during traffic spikes, your infrastructure remains stable, and your developers can finally stop building complex workarounds for what should be a solved problem.

import { client } from "@/sanity/client";
import { defineLive } from "next-sanity";

const { sanityFetch, SanityLive } = defineLive({ client });

export default async function Page() {
  const {data: products} = await sanityFetch({ query: PRODUCTS_QUERY });

  return (
    <section>
      {products.map((product) => (
        <article key={product._id}>
          <a href={`/product/${product.slug}`}>{product.title}</a>
        </article>
      ))}
      <SanityLive />
    </section>
  );
}
Global CDN

CDN that reaches everywhere

Sanity's multi-layered CDN architecture makes sure your content is served close to your users while staying available during backend issues.

How it works:

  • Content is cached at the edge
  • If a cache is stale, it’s refreshed in the background
  • Systems stay responsive even during spikes or outages

Sync Tags let the system know exactly which parts of the cache to invalidate when content changes, so updates only affect what needs to be refreshed.

a circle of green and white dots on a black background
High-frequency CDN

Real-time feels, static-site scale

Your teams create time-sensitive content; your infrastructure handles millions of visitors seeing updates almost instantly. High-frequency CDN delivers changes in 60 seconds or less, without sacrificing performance. Perfect for fast-paced editorial teams, storefronts, or any environment where fresh data matters.

bunch of buttons
Asset CDN

Media that never lags behind

Delivers images, documents, and files over the same high-performance global network that powers your structured content. Includes smart defaults and customization options so assets load quickly and look great across every device and screen size.

Highlights include:

  • Global caching
  • Real-time access to original and transformed images
  • Built-in support for modern formats like WebP and AVIF
  • URL-based image transformations for resizing, cropping, and quality control
  • Content-aware fallbacks, including stale-while-revalidate.
six images of hot air balloons with different image transforms
G2 badge: momentum leader, spring 2025G2 badge: spring 2025 users most likely to recommend mid-marketG2 badge: grid leader enterpriseG2 badge: spring 2025 high performer mid-market

Developers love Sanity

All G2 reviews

It's incredibly easy to push data into Sanity Content Lake from outbound systems. With the Sanity API, I'm not making 10,000 calls to update 10,000 items. I'm making one API call and the whole dataset is updated.

A portrait of Kevin Harwood
Kevin Harwood
CTO

Get started with Sanity

Templates

Have a Sanity powered app up and running in minutes with best-practice templates.

Docs

Understand core concepts, and explore a variety of resources to help you get the most from Sanity.

Sanity Learn

Become the ultimate Sanity professional with guided tours through Sanity's vast array of features to create truly excellent editorial experiences.

Ready to build? Let's make it real.

Sign up for Sanity for free and start crafting your first project.

Get Started