
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI 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.
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.
Instead of using sanity.io/create, you now use the Sanity CLI directly:
npm create sanity@latestor
npx -y sanity@latest initThis interactive command will guide you through:
You can learn more about this in the Sanity CLI documentation.
Since the specific Gatsby blog starter template is archived and no longer maintained, here's how to achieve a similar setup:
Initialize your Sanity Studio with a blog template:
npm create sanity@latest -- --template blogThis gives you a Sanity Studio with blog-ready schemas (posts, authors, categories, etc.).
Set up your Gatsby frontend separately:
gatsby-source-sanity to connect to your Sanity projectDeploy:
sanity deployWhile 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.
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.
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.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store