A clean, modern starter template for solo projects using:
Designed for fast iteration, minimal setup, and zero host pollution — especially on Windows via WSL2.
| Layer | Tech |
|---|---|
| Frontend | SvelteKit (Svelte 5, runes) |
| Styling | Tailwind CSS + DaisyUI |
| Database | PostgreSQL |
| ORM | Drizzle |
| Dev environment | Docker + VS Code Dev Containers |
| Runtime | Node.js |
That’s it. No local Node, Postgres, or tooling required.
npm install
cp .env.example .env
npm run db:up
npm run dev