Typesafe Next.js starter with sensible defaults.
A scaffolding CLI for a typed Next.js stack, so you skip the first afternoon of wiring and start on the actual feature.
Key info
- Pricing
- Open source
- Category
- Templates
- Best for
- Beginner
- Cost
- Free and open source (MIT)
- Create a project
- npm create t3-app@latest
- Built on
- Next.js and TypeScript
- Pick what you need
- tRPC, Prisma or Drizzle, NextAuth.js or Better Auth, Tailwind CSS
- Good for
- A typesafe full-stack app without choosing every library yourself
Related reading
- Fundamentals
Full stack fundamentals without the framework churn
A longer course on how web applications actually fit together: requests, responses, databases, authentication and deployment.
Intermediate - Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert