built in public
NestShield
A production-ready multi-tenant SaaS backend starter — auth, background jobs, real-time notifications and caching, built in public.
What it is
A production-ready multi-tenant SaaS backend starter, built in public — so the same auth, queue and caching layer doesn't get rewritten on every new project.
github.com/mawaisdev/nestshield
What's in it
- Auth — refresh token rotation, 2FA, and role-based access control (RBAC)
- Background jobs — BullMQ queues for work that shouldn't block a request
- Real-time — WebSocket notifications
- Caching — Redis strategies on the read paths that matter
- AI — OpenAI streaming integrations