FAQ
Frequently asked questions about the starter kit.
What is a starter kit?
A starter kit is a pre-built, fullstack foundation designed to help you create scalable, production-ready web applications quickly and efficiently. It includes all the essential tools, components and best practices for building modern SaaS platforms, so you can focus on developing your unique features instead of spending time on generic setup tasks.
What is the difference between a starter kit and boilerplate?
In everyday conversations, the terms are often used interchangeably. Feel free to use whichever one you prefer!
Why don’t you use tRPC?
tRPC is an excellent choice for building type-safe APIs, but Next.js Server Actions offer similar advantages with deeper integration into the Next.js ecosystem. This native approach simplifies the stack, maintaining the type safety that tRPC is known for while reducing complexity. Additionally, as a built-in feature of Next.js, Server Actions benefit from ongoing improvements and optimizations directly from the Next.js team.