Production-ready Next.js 15 template with authentication, payments, database, UI components, and everything you need to launch fast.
Built with the latest technologies, this boilerplate helps you skip months of setup and focus on your unique features.
Social login and security best practices.
Google & GitHub OAuth, email/password, secure sessions, and password reset.
Stripe integration with subscriptions.
Pricing tables, checkout, subscription management, and webhooks.
PostgreSQL with Drizzle ORM.
Supabase PostgreSQL with Drizzle ORM, migrations, and TypeScript support.
shadcn/ui with responsive design.
shadcn/ui, Tailwind CSS, collapsible sidebar, and dark/light mode.
Latest Next.js with optimizations.
Next.js 15 with App Router, Server Components, and Turbopack.
TypeScript, ESLint, and productivity tools.
TypeScript, ESLint, MDX support, and automated sitemap generation.
GPT-4 streaming with file attachments.
AI chat with streaming responses, mobile UI, and file processing.
Get started in minutes with our simple setup process
Clone the repo and run pnpm install
Copy .env.example
and add your API keys
Run pnpm db:push
to setup your database
Run pnpm dev
and start customizing!