Full-stack Next.js 16 template with complete local development setup and Dokploy VPS deployment.
- Framework: Next.js 16 (App Router, Cache Components, React Compiler)
- API: oRPC with Zod validation and OpenAPI documentation (Scalar)
- Database: PostgreSQL 16 + Prisma 7
- Auth: Better Auth
- UI: Tailwind CSS 4 + Base-UI
- DevOps: Docker, Dokploy, Traefik, Tailscale VPN
- Analytics: Umami (self-hosted)
make devNext.js in terminal + Postgres in Docker. Installs dependencies, generates env files, sets up the database, loads fixtures and starts the server.
make startmake basicSee Setup local for all options and details.
- Setup local
- Environment variables
- Containerization
- Fixtures
- MCP Servers
- Git Usage
- GitHub Pipelines
- GitHub Env Setup
- Dokploy Env Setup
- Database Breaking Migrations
- Setup VPS
- Firewall config
- DNS config
- Swap file
- Common packages
- Docker install
- Dokploy install
- Claude Code
- Traefik DNS challenge
- Tailscale VPN
- Umami analytics
Test credentials:
| Password | Role | |
|---|---|---|
| admin@example.com | Password1234! | ADMIN |
| user@example.com | Password1234! | USER |
See Fixtures for details.