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.