Open source · Self-hostable

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.

Terminal

$ 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

1

Get a unique URL

Create an endpoint and get a public URL like abc123.reqpour.com. Point any webhook provider at it.

2

Inspect everything

Watch requests arrive in real-time. See full headers, bodies, and timing. Search, filter, and replay any request.

3

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

FeatureReqPourngroksmee.ioWebhook.site
Webhook inspection
Local relay (CLI)
Server-side relay
Request history
Replay requests
Real-time dashboard
Pro price$3/mo$8/moFree$24/mo

Pricing

Start free, upgrade anytime

Free

$0/mo

For getting started and hobby projects.

  • 1 endpoint
  • 100 requests/day
  • 24hr history
  • CLI relay
  • Real-time dashboard
Get started
Popular

Pro

$3/mo

or $30/year (save 17%)

For professional developers and teams.

  • 10 endpoints
  • Unlimited requests
  • 30-day history
  • Server-side relay
  • Team sharing
  • Priority support
See plans

Ready to simplify webhook development?

Stop juggling tunnels and temporary URLs. Get a permanent endpoint that catches, inspects, and relays.

Get started free