The boilerplates I use in my own projects: modular structure, configured tooling and best practices from the first commit. Clone them or hit "Use this template" on GitHub.
NestJS API with hexagonal architecture: JWT auth (access + refresh) with bcrypt, Drizzle ORM on PostgreSQL, local or S3 storage, React Email templates, Swagger at /api/docs and one-command module scaffolding.
How to use it
On GitHub, click "Use this template" → "Create a new repository".
Clone your new repository and install dependencies.
Copy .env.example to .env and configure DB, JWT, storage and mail.
Start PostgreSQL (you can use postgres-image) and run:
React 19 boilerplate with Vite, modular structure (shared / modules), React Router, TanStack Query, Zustand, Tailwind v4, ESLint + Prettier and Husky. Same architecture as next-structure, but as a pure SPA.
How to use it
On GitHub, click "Use this template" → "Create a new repository" (or clone it directly).
Ready-to-use PostgreSQL 16 (Alpine) Docker image, with docker compose and example credentials (admin / admin123, mi_base database). Perfect for spinning up a local development database in seconds.
How to use it
Clone the repository (you need Docker installed and running).
Start the database in the background:
Connect at localhost:5432 — user admin, password admin123, database mi_base.