WebhookLens vs webhook.site

webhook.site is a fantastic throwaway tool — paste the URL into Stripe's test dashboard, see the payload, move on. WebhookLens is what you reach for when the webhook actually needs to do something: reach your app, retry, alert, and keep working next week.

When to graduate

Signs webhook.site isn't enough anymore:

Feature comparison

Feature WebhookLens webhook.site
Instant unique URL
Inspect payload (live)
Forward to your app (proxy)Paid CLI
Retry on failure✓ (exponential backoff)
Replay eventResend
Payload transforms✓ (dry-run preview)
Smart routing (fan-out)
Signature validation13+ providers
Alerting (error rate, latency)
Retention (free tier)7 days7 days
Retention (paid)30–60 daysConfigurable
Self-hosted option✓ (ELv2)Paid
Starting price (paid)€12/mo$9/mo

Keep using both

webhook.site is still the right tool for "paste into a form field to see the payload shape once". WebhookLens is the right tool for "this is the URL Stripe points at in production". Many teams keep both in their toolbox.

Migration

  1. Sign up free — Developer tier, 500 events/mo, no credit card.
  2. Create an endpoint pointing at your real app's webhook URL.
  3. Replace your webhook.site URL in Stripe/GitHub/Shopify with the WebhookLens proxy URL.
  4. Incoming webhooks now arrive at your app and show up in the live dashboard — with retry, history, replay.

Start free   Back to home