Adal is a webhook delivery service built around a simple idea: webhook infrastructure should be predictable.
No hidden transformations. No AI-powered magic. No black boxes.
Just receive webhooks, inspect them, route them, replay them when needed, and deliver them exactly as they were received.
The project started from a problem I've seen many times in real systems: webhooks are often treated as "fire and forget" traffic until something breaks and nobody knows what happened.
Adal aims to make that process observable, reliable, and easy to debug.
The current version is still early, but it's already fully functional:
Receive webhooks
Inspect requests
Forward to multiple destinations
Connect local environments through Adal CLI
Replay requests when needed
If you're building products that rely on webhooks, I'd be happy to hear your feedback.
This is only the beginning.