The Sanity CLI scaffolds it, Turborepo orchestrates it, and Biome keeps it tidy. Every command you need day to day is one pnpm script away.

Developer tooling, already configured
The commands you will actually use
A small set of scripts covers development, type generation, linting and builds across both apps — nothing to memorise.
Sanity CLI
Scaffold the monorepo, manage datasets and deploy the Studio without leaving the terminal.
Turborepo tasks
pnpm dev runs the site and the Studio side by side, with cached tasks so repeat builds finish in seconds.
TypeGen
pnpm type reads your schema and turns every GROQ query into a TypeScript type, so a field rename never slips past review.
Biome and Ultracite
One fast toolchain lints and formats the whole workspace, replacing the usual ESLint and Prettier pairing.
Live preview loop
The Presentation tool points at your local dev server, so drafts render in the real layout while you work on them.
Markdown output
Append .md to any URL to read a page as plain Markdown — useful for agents, diffs and quick content reviews.
Tooling questions
Commands, types, and getting a build out of the door.
Something behaving oddly?
Raise it with Roboto Studio
Tooling notes
Upgrades, new scripts, and the occasional workflow we think is worth stealing.
Around one email a month. Unsubscribe at any time.
Everything wired, nothing to configure
Clone the repo and the whole toolchain — CLI, tasks, types and linting — is already pointing in the right direction.
Shipped with this toolchain by

Compare workflows
Scripts, editor setups and the small fixes that quietly save an hour a week.