I needed to tool that would let me analyze webhook messages, and forward them to my machine, or replay them over and over again.<p>I also needed a way to have a "fallback" delivery of webhooks.
If a webhook call comes in and im offline, it sends it to the team shared staging environment. If I'm online working in the staging db, it comes to my machine so I can process it.<p>Some tools work great for analysis but I couldnt find anything for the forwarding/replaying<p>this was a "functional" project created over a weekend. available to play with online, and easy to deploy yourself.<p>give it a try next time you're working with stripe webhooks