All activity
Hernan Gustavoleft a comment
Hey everyone! 👋 I’m the creator of fast-dj. As a backend developer, I found myself building the same authentication, billing, and multi-tenant logic for every new project. When the AI boom hit, this 'setup tax' became even more frustrating—I wanted to build agents, not user models. I built fast-dj to solve my own problem: a production-ready foundation that doesn't compromise on security or...

Fast-djAn enterprise-grade boilerplate to ship AI SaaS fast ⚡
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.

Fast-djAn enterprise-grade boilerplate to ship AI SaaS fast ⚡
"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

Django OrbitSatellite Observability for Django
Hernan Gustavoleft a comment
🚀Welcome to the Mission: Django Orbit is Live! Hey PH Community! 🛰️ I’m the creator of Django Orbit, and I built this because I was tired of "intrusive" debugging tools that only worked if you were rendering standard HTML templates. Django Orbit is an observability "Satellite." It orbits your application, capturing every signal—from SQL queries to background jobs—without ever touching your...

Django OrbitSatellite Observability for Django
