[ANNOUNCE] Introducing Django Orbit - Non-Intrusive Observability for Django
1 view
Skip to first unread message
Hernan Gustavo
unread,
5:25 PM (4 hours ago) 5:25 PM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello Django Users community,
I'm excited to share a new open-source project designed to make debugging and monitoring Django applications easier: Django Orbit.
Django Orbit is a modern "Satellite Observability" tool that watches your application from a distance without interfering with it. Its core philosophy is to provide deep insights without the hassle of the Django Debug Toolbar's DOM injection. This means:
No template pollution or CSS conflicts
Works seamlessly with any frontend (React, Vue, HTMX, etc.)
Clean separation, living at its own isolated URL (/orbit/)
Key Features Include:
SQL Recording: Detailed log of queries with built-in N+1 detection and slow query alerts.
Request Tracking: Captures full HTTP requests, headers, and responses.
Exception Tracking: Full traceback capture for all errors.
Dashboard: A beautiful, space-themed UI with HTMX-powered live updates and event correlation.
I would be grateful for any feedback on the tool's architecture, usability, and features. We're building this for the community, and your input is invaluable for the roadmap.
If you find Django Orbit useful for your projects, please consider giving us a star on GitHub to help increase visibility and support future development.