Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Self-hostable webhook tester in go

testwebhook.xyz

2 points by muliswilliam 11 hours ago

muliswilliam 11 hours ago

I built a small tool to help debug and inspect webhooks more easily. It gives you a unique URL where you can see incoming requests, headers, payloads, and even replay them.

Built in Go, it’s lightweight, open source, and free to use.

Try it out: https://testwebhook.xyz

Code: https://github.com/muliswilliam/webhook-tester

Would love your feedback or suggestions!