Nuxt 4 starter template

Build with Nuxt.
Deploy with DockIY.

A full-stack starter with authentication, PostgreSQL, migrations, encrypted secrets, and production-ready Docker deployment already wired together.

Get started
$ cp .env.example .env
$ docker compose up -d
$ pnpm install --frozen-lockfile
$ pnpm db:migrate
$ pnpm dev

Requires Node.js 24+, pnpm 11+, and Docker.

Included in the template

The foundation is ready

Start on your product instead of assembling infrastructure and deployment tooling.

Nuxt application

Nuxt 4, Vue, TypeScript, Nitro, Tailwind CSS, and shadcn-vue.

Authentication

Email verification, password reset, and PostgreSQL-backed sessions.

Database

PostgreSQL 18 with Drizzle ORM and auditable SQL migrations.

Deployment

Docker Compose projects for staging and production behind DockIY.