webhook-relay

Forward webhooks to localhost for development

tags: api, devtools, webhooks

stack: go, chi, websocket, sqlite


What

Relays incoming webhooks from public endpoint to localhost. Useful for Stripe, GitHub, etc. during development.

Why

ngrok alternatives are expensive or rate-limited. Self-hosted solution needed.

Notes

Single binary deployment. Handles 1000+ req/s on $5 VPS.