Sign In

Build Production-Ready
Next.js Applications

A complete starter template with authentication, payments, and database — all wired up and ready to deploy. Stop boilerplating. Start building.

From Idea to Production

Authenticate

Better Auth with email/password and Google OAuth out of the box. User sessions, account management, and admin controls — all ready to go.

Monetize

Built-in Polar.sh integration for subscriptions and payments. Start charging for your product from day one.

Ship Fast

Docker-ready with CI/CD, Drizzle migrations, and Dokploy deployment. Go from git push to production in minutes.

What's Included

Better Auth

Email/password and Google OAuth with JWT sessions, admin plugin, and route protection middleware.

Drizzle ORM

Type-safe PostgreSQL with schema definitions, migrations, and Drizzle Studio for database management.

Polar.sh Payments

Subscription management and payment processing integrated directly into your auth flow.

shadcn/ui + Tailwind

Beautiful, accessible components with Tailwind CSS v4, dark mode, and consistent design tokens.

React Query

Server state management with caching, background refetching, and optimistic updates built in.

Docker + Dokploy

Standalone Docker builds with environment variable injection and self-hosted PaaS deployment.

Deploy Your Way

Docker Compose

Local, staging, and production environments with Traefik and CrowdSec security.

docker-compose.local.ymldocker-compose.staging.ymldocker-compose.production.yml
Dokploy

Self-hosted PaaS deployment with automatic builds and runtime environment configuration.

1. Push to repository

2. Dokploy builds image

3. Deploy with env vars

GitHub Actions

Automated CI/CD with PR validation, staging builds, and production deployments to GHCR.

PR triggers validationstaging-* tag validatesv* tag deploys