Turbo Start Sanity - a Next.js, Sanity & Vercel enterprise starter

Hello folks,

I just thought I’d share an open-source project we released recently for anybody looking to build a website with Next.js, Sanity, and Vercel. It’s an opinionated starting point that we use on every project we build at Roboto Studio.

You can check out the code here

What makes it different

  • Predefined page builder: Start building page builder blocks right away without having to set up switches and tooling

  • Nested routing: You can build multiple pages on nested routes, e.g./service/consulting

  • Next.js & Vercel latest: It’s as new as it gets, running Next 15.2, released less than 24 hours ago

  • Sanity.io CMS: Using their latest Presentation and Live Content API

  • Type generation: We use Sanity schemas and type gen to create typescript rules for GROQ queries and page builder blocks

  • Turbopack & Turborepo: Lightning-fast builds and efficient code management with Turbopack and Turborepo.

  • App Directory: Utilize the new App Directory structure for a more organized and scalable codebase.

  • PPR: Partial Pre Rendering on by default - of course, it is

Did you break something or improve it?

We’re always trying to improve this tool, so if you find any bugs or need to add something, drop Jono a message on X.

8 Likes

Thanks @jonoroboto for sharing this open-source project. By the way, I love the Roboto Studio website. It’s just snappy!

3 Likes

As usual, the team cooked. Thanks for sharing, Jono!

2 Likes

Thanks buddy, I’m going to DM you a link, but we are actually working on the v2 of the Roboto Studio website (using the scaffolding above)

We’ve got something really special to come, got some ratatouille-tier pot cooking

6 Likes