Show HN: We added a CLI for receiving webhooks locally (no ngrok required)
2 points
2 days ago
| 1 comment
| hookverify.com
| HN
phntmdz
2 days ago
[-]
We just added a CLI to our webhook reliability tool that lets you receive webhooks on your local machine during development, without ngrok or any tunneling service.

Example: - authenticate with an API key - run `hookverify listen 3000` - webhooks from Stripe / Shopify / GitHub are forwarded to localhost in real time

The goal is to make it easier to debug webhook receivers (timeouts, retries, payload handling, signature verification) without exposing your machine.

Docs + CLI usage: https://hookverify.com/docs

Feedback welcome. Especially from folks who build or maintain webhook consumers.

reply