Hi everyone! ![]()
I built a small tool called IronRelay – a lightweight task & webhook engine for Django projects.
I often needed something simpler than Celery when working with outgoing and incoming webhooks (Stripe, external APIs, etc.). I kept rewriting the same things every time:
- retry logic
- logging responses and errors
- a small admin panel to inspect deliveries
- lightweight background tasks without running a full queue
So I made IronRelay:
• Outgoing & incoming webhooks
• Delivery logs stored in the DB
• Simple retry mechanism
• Small task runner for lightweight jobs
• Clean Django Admin integration
• No external services required
The goal is to have a tiny, autonomous app you can drop into any existing Django project.
Would love your feedback or thoughts on improvements!
Thanks for checking it out! ![]()