Fast-dj is a professional-grade boilerplate designed to get a production-ready MVP in days. Is architected for the modern AI era:
- AI-Native Multi-tenancy: Ready-to-use organization structures and RBAC.
- Hybrid Billing: Integrate Stripe for global users and Mercado Pago for LATAM market.
- The Powerhouse Stack: The reliability of Django and the speed of Next.js.
- Built-in Observability: Integrated with Django Orbit.
- Ready for Scale: Auto setup, SEO optimization, & more.
"Satellite Observability" - Like a satellite, Orbit observes your application from a distance without interfering with it.
Unlike Django Debug Toolbar which injects HTML into your templates, Django Orbit runs on its own isolated URL (/orbit/). This means:
✅ No DOM pollution
✅ No CSS conflicts
✅ Works with any frontend (React, Vue, HTMX, etc.)
✅ API-friendly debugging
✅ Clean separation of concerns