Webhook development, simplified
Get a public URL, inspect every request in real‑time, and relay them straight to localhost. The $3/mo alternative to ngrok.
$ npx reqpour login
Authenticated as dev@example.com
$ npx reqpour relay --to http://localhost:3000/webhook
Forwarding https://abc123.reqpour.com
→ http://localhost:3000/webhook
Waiting for requests…
POST /webhook → 200 (42ms)
POST /webhook → 200 (38ms)
PUT /webhook/update → 200 (51ms)
How it works
Three steps, zero config
Get a unique URL
Create an endpoint and get a public URL like abc123.reqpour.com. Point any webhook provider at it.
Inspect everything
Watch requests arrive in real-time. See full headers, bodies, and timing. Search, filter, and replay any request.
Relay to localhost
One CLI command forwards everything to your local dev server. Responses flow back to the webhook sender.
Comparison
More features, less cost
| Feature | ReqPour | ngrok | smee.io | Webhook.site |
|---|---|---|---|---|
| Webhook inspection | — | |||
| Local relay (CLI) | — | |||
| Server-side relay | — | — | — | |
| Request history | — | |||
| Replay requests | — | — | ||
| Real-time dashboard | — | |||
| Pro price | $3/mo | $8/mo | Free | $24/mo |
Pricing
Start free, upgrade anytime
Free
For getting started and hobby projects.
- 1 endpoint
- 100 requests/day
- 24hr history
- CLI relay
- Real-time dashboard
Pro
or $30/year (save 17%)
For professional developers and teams.
- 10 endpoints
- Unlimited requests
- 30-day history
- Server-side relay
- Team sharing
- Priority support
Ready to simplify webhook development?
Stop juggling tunnels and temporary URLs. Get a permanent endpoint that catches, inspects, and relays.
Get started free