Reference application
The nest-native stack, end to end.
A production-shaped reference application that demonstrates how nest-drizzle-native and nest-trpc-native compose under realistic backend pressure: feature modules, multi-tenant auth context, cross-service transactions, real-database integration tests, an outbox-pattern worker for post-commit side effects, and a typed tRPC client smoke check.
What it is
Serves the libraries.
The reference app exists to demonstrate the two 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.
All eight milestones from the implementation brief are complete.
Every commit landed via PR with a security and dependency review.
npm run ci passes on Node 20 and Node 22.
Status
Eight milestones, eight PRs, one tag.
Where to go next