What is HookNexus?
HookNexus is a real-time webhook debugging platform for developers. Generate a unique public URL, point your third-party service at it, and instantly see every incoming HTTP callback — headers, body, query params, and all.
The Problem
If you’ve ever integrated with APIs from Stripe, GitHub, Shopify, or any service that sends webhooks, you know the pain:
| Pain Point | What Happens |
|---|---|
| No public IP | Your localhost:3000 can’t receive callbacks from the internet |
| Blind payloads | You deploy first, then check server logs to see what was sent |
| Lost history | Webhook events are fire-and-forget — miss one and it’s gone |
| Expensive retesting | Reproducing a specific event means re-triggering the whole flow |
How HookNexus Solves It
- Instant URL — Sign in with GitHub, create an endpoint, and get a public URL in seconds.
- Real-time dashboard — New requests appear as they arrive; no manual refresh.
- Full inspection — See method, headers, query parameters, and body with syntax highlighting.
- Plans — Free covers core capture and the dashboard; Plus adds request replay, API key streaming, HTTP push, log export, and more (see Pricing).
Free vs Plus limits
Confirm in the app before capacity planning:
| Feature | Free | Plus |
|---|---|---|
| Active endpoints | 3 | 10 |
| Permanent endpoints | 0 | 1 |
| Endpoint validity | 48 hours | 30 days |
| Log retention in app | 48 hours | 30 days |
| Requests / day (account) | 100 | 5,000 |
| API key & WebSocket stream | — | ✓ (1 key) |
Who Is It For?
- Indie developers building side projects with webhook integrations
- Backend engineers debugging payment or event callbacks
- Full-stack teams who need shared webhook inspection during development
- DevOps engineers validating CI/CD webhook triggers
Next Steps
Head to the Quick Start guide and capture your first webhook in about 5 minutes.