Introduction
Welcome to Kodkod Stack - the production-ready backend boilerplate generator.
Introduction
Kodkod Stack is a modern CLI tool that generates production-ready backend boilerplate with your choice of framework, ORM, and database.
Philosophy
Unlike monolithic frameworks, Kodkod gives you code ownership. You get a clean, maintainable codebase that you fully control—no vendor lock-in, no hidden abstractions.
Why Kodkod?
- 🔓 No Framework Lock-in: You own every line of code.
- 🧩 Modular Architecture: Swap Express for Hono, or Prisma for Drizzle, with minimal friction.
- ⚡ Production Ready: Includes service-controller-repository pattern, validation, and environment management.
- 🛠️ Developer Experience: Interactive CLI with beautiful prompts, or use flags for automation.
Supported Stack
| Category | Options |
|---|---|
| Frameworks | Express, Hono, Fastify |
| ORMs | Prisma, Drizzle |
| Databases | PostgreSQL, MongoDB, MySQL |
Quick Start
npx kodkod-stack@latest my-appOr use the Visual Builder to generate your command!
