The problem: You set up a webhook, trigger an event, and... nothing. Did it send? What did it send? Is my endpoint even receiving it?
So I built a simple tool: - Click once → get a unique HTTPS URL instantly - Point any service at it (Stripe, GitHub, Shopify, whatever) - See requests arrive in real-time with full headers and body - JSON auto-formats so you can actually read it - Copy as cURL to replay locally
No signup required to start. Free tier is 1 URL, 50 requests, 24hr retention — enough to actually test things.
Tech stack: React frontend, Cloudflare Workers for the webhook receiver (global edge, fast), Supabase for storage and real-time subscriptions, Stripe for payments.
Happy to answer questions about the product or the tech.