Reference application
The nest-native stack, end to end.
A production-shaped multi-tenant work-tracking SaaS that puts all nine nest-native libraries under realistic backend pressure and composes them the way a real product would: feature modules, multi-tenant auth context, cross-service transactions, reliable domain events over an event backbone, deferred and scheduled jobs, a documented event catalog, a streaming AI assistant, tag-invalidated read caching, login lockout, real-database integration tests, and a typed tRPC client smoke check.
What it is
Serves the libraries.
The reference app exists to demonstrate the nine libraries this organization publishes — not to become a product of its own. Two implicit deliverables:
- A credible demo a team could adapt for a real backend.
- A feedback loop on the libraries themselves — if a pattern feels awkward here, that's signal to add API upstream.
Every library is a chapter of one story — an org invites a
teammate, the team works tasks, the events flow, a reminder fires,
the contracts are published, the AI reads the feed. Every commit
lands via PR with a security and dependency review, and
npm run ci passes on Node 22.
The roster
Nine libraries, nine chapters.
Where to go next