What is Koala Nest?
A facilitator for NestJS APIs with DDD — modules copied into your project, not hidden behind a black-box library.Copy, Don't Install
Like shadcn/ui for backends — the CLI copies modules into your repo. You own the code and adapt freely.
DDD by Default
Projects ship with clear layers: domain, application, host, and infra. Handlers, validators, and repositories follow the same patterns.
TypeORM + PostgreSQL
Env validation with Zod, migrations, repository contracts, and TypeORM implementations — ready on day one.
OpenAPI Built In
Every generated project exposes interactive docs at /doc via Scalar (OpenAPI generated with @nestjs/swagger).