Joint session with Vercel: How to build intelligent storefronts (May 15th)

Sanity Gatsby Blog Starter Template Removed - What Happened?

5 repliesLast updated: Nov 29, 2025

Hi Team. I want to create a new Sanity (with Gatsby and Netlify) project with the Sanity Gatsby Blog Starter template, but it seems that template got removed and it is no longer available? The link https://www.sanity.io/create also does not work anymore. I created all of my headless projects using that starter template with the web interface previously, and I found it very convenient. Can anyone update me what is going on? Thanks!!
AI Update

I understand your frustration! You're right that the old sanity.io/create web interface and the convenient starter templates that were available there have been discontinued. The GitHub repository for the Gatsby blog starter was actually archived on March 6, 2023, confirming that this template is no longer actively maintained.

What Happened

Sanity has moved away from the web-based sanity.io/create flow and the associated starter templates. This was part of a broader shift toward a more flexible, CLI-first approach that better integrates with modern development workflows.

Current Way to Create Projects

Instead of using sanity.io/create, you now use the Sanity CLI directly:

npm create sanity@latest

or

npx -y sanity@latest init

This interactive command will guide you through:

You can learn more about this in the Sanity CLI documentation.

Recreating Your Gatsby Blog Workflow

Since the specific Gatsby blog starter template is archived and no longer maintained, here's how to achieve a similar setup:

Alternative: Consider Next.js

While this is more work than the old one-click flow, I should mention that Sanity's current focus is heavily on Next.js integration. The CLI has specialized Next.js support with automatic detection and configuration. If you're open to it, you might find the Next.js path more streamlined with current Sanity tooling.

Why the Change?

The CLI-first approach provides:

I know it's less convenient than the web interface you were used to, but once you get familiar with the CLI commands, the workflow becomes quite fast. The trade-off is more initial setup for greater long-term flexibility.

Show original thread
5 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

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.

Related contributions