Where it fits in our builds
The spine between your front end and your data
In a typical build, NestJS sits between the Next.js app and Postgres. It owns the API contract, the background queues, and the auth boundary, and it is where LLM calls get routed, retried, and logged.
- Typed DTOs your front end can trust.
- Queues for anything slower than a request.
- One place to route, retry, and log model calls.
TypeScript
Node.js
Next.js
Supabase
Docker
AWS




