A
ANKA Docs

Introduction

Enterprise-grade fullstack boilerplate with NestJS, Next.js, Better-Auth, and Drizzle.

Introduction

Enterprise Boilerplate is a production-ready fullstack starter. It combines:

  • Backend: NestJS (Fastify) + Drizzle ORM + Better-Auth
  • Frontend: Next.js + Shadcn/ui + Zod
  • Infra: PostgreSQL + Redis + MinIO (Docker Compose)
  • Monorepo: Turborepo + Bun workspaces

Quick start

git clone https://github.com/your-org/enterprise-boilerplate
cd enterprise-boilerplate
bun install
docker compose up -d
bun run dev

On this page