Next.js 16 starter
Skip the setup. Ship the product.
Auth, payments, database, and a Telegram bot, configured and typed. Clone NextRun and build the part that matters.
$ git clone https://github.com/hamanovich/nextrun$ cd nextrun$ bun install$ bun devEverything is already wired up
The integrations you would spend the first week configuring, done and tested. Delete what you do not need.
Authentication
Better Auth with Google OAuth, email and session management already wired into Server Actions.
Payments
Stripe checkout, a credit system, and verified webhooks.
Database
Drizzle ORM on Neon Postgres with fully typed queries.
Telegram bot
A grammY bot with conversations, file handling and throttling, ready to deploy alongside the app.
UI kit
shadcn/ui, Tailwind v4 and dark mode out of the box.
Type-safe end to end
TypeScript strict mode and Zod validation on every input.
Built on a modern, boring stack
Ready to launch your next project?
Clone the template, point it at your database, and deploy. Authentication, payments, and UI are already in place.
Get started- Next.js 16 + TypeScript
- Better Auth
- Stripe Payments
- shadcn/ui components
- Tailwind CSS v4