A modern Next.js starter template, supercharged with powerful tools and built to skip the boilerplate + start building faster.
This template is bootstrapped with create-t3-app and fine-tuned with an opinionated stack:
🔗 tRPC – End-to-end type safety for your API, without the GraphQL overhead
🔐 BetterAuth – Seamless, secure authentication that just works
🧠 Drizzle Orm – A modern, type-safe ORM for working with Postgres
🧩 Shadcn UI + Tailwind CSS – Beautifully designed, fully customizable components out of the box
I built this template to save myself from endlessly tweaking create-t3-app outputs — huge thanks to Theo and the T3 team for building such a solid foundation. Now, this is my go-to starting point for any full-stack project.
This repo is a GitHub template repository, so you can use it as a starting point for your own project!
To use this template
- Click the "Use this template" button at the top of the repo
- Choose "Create a new repository"
- Clone your new repo locally
- Set up environment variables (see .env.example)
- Install dependencies & run the dev server!
You're now ready to start building with a full-stack, type-safe Next.js setup!
Note: this project now uses pnpm as the default package manager!
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Contributions are welcome and appreciated!
If you’ve got improvements, fixes, or ideas that could make this template even better, feel free to open a pull request or start a discussion. Whether it's refining the stack, improving DX, or adding helpful utilities — all contributions are welcome.
Let’s build better starters together 🚀