IronRelay is a lightweight, self-contained task and webhook engine for any Django project. It handles: • outgoing webhooks • incoming webhooks • retries • storing attempts • logging HTTP codes, responses and errors Designed for developers who need a simple, reliable alternative to Celery or heavy queue systems. Perfect for SaaS, marketplaces, automation tools or any app that communicates with external APIs. Would appreciate feedback from Django developers and makers!
No reviews yetBe the first to leave a review for IronRelay — Django task & webhook engine
Maker
📌
Hey Product Hunt! 👋
I’m a self-taught Django dev who needed a simple alternative to Celery just to send webhooks and small background tasks.
Every time I wired Stripe or other external APIs I had to rebuild the same things:
- retry logic
- logging of responses / errors
- a small dashboard to see what failed
IronRelay is my attempt to solve that once and reuse it in every project. It’s a small Django app you drop into an existing project and immediately get:
- outgoing + incoming webhooks
- per-attempt logs in the DB
- simple retry rules
- a minimal dashboard to see what’s going on
I’d love feedback from Django devs:
- what would you change in the architecture?
- what’s missing to make this production-ready for you?
Happy to answer any questions 🙌