Wednesday, January 21, 2026

Re: [ANNOUNCE] Introducing Django Orbit - Non-Intrusive Observability for Django

I'll have a play with it on a local project for a couple of days and will send through any feedback. My initial impressions are that it looks good visually, I can see that you're added support for REDIS stats and was wondering if you have plans for supporting other cache backend including file, memcached, valkey etc as the current setup doesn't seem to pick up those cache calls

On Sunday, 18 January 2026 at 22:25:57 UTC Hernan Gustavo wrote:
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.
You can explore the documentation and see more about the project here: https://labs.wearehik.com/django-orbit/

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.

You can also follow me for updates on X: x.com/capitanbuild.com

Thank you for your time and potential contributions!

Best regards,

Hernan Chamorro

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/4d0e5ee0-b9d5-43e4-96d6-43a810e47301n%40googlegroups.com.

No comments:

Post a Comment