Instant hook URLs
Create a public webhook URL in one click, then point Stripe, GitHub, or any HTTP source at it.
Capture every request, inspect the full payload, replay failures, and forward traffic straight to your local app through one authenticated CLI tunnel.
$ hookwise listen
✓ Listening
Hook https://hook.tryhookwise.xyz/hook/K2f8…qP1
Forward http://localhost:3000
Target 465cee61-fa66…
POST 200 SUCCESS 38ms
POST 200 SUCCESS 41ms
POST 404 WARN 12msCreate a public webhook URL in one click, then point Stripe, GitHub, or any HTTP source at it.
Every incoming request streams into your workspace in real time — headers, body, query, metadata. Searchable.
Run one CLI command and forward captured requests directly to your local app, with the real response sent back.
Resend any captured request to any forwarding target. Perfect for debugging failed deliveries.
Track success rate, average latency, retries, and failures per endpoint — at a glance.
Get notified when deliveries fail so you can act before your users notice.
Name your endpoint and get a private URL instantly. No configuration required.
Paste the URL into Stripe, GitHub, Shopify — or any service that sends HTTP webhooks.
Every request lands in the live inspector. Forward it to your localhost with the CLI agent and return your app's real response to the sender.
Hookwise combines the public hook, full request history, replay, delivery metrics, and an authenticated tunnel to your local server. Public forwarding URLs for full apps are the next step.
https://gentle-lion.tryhookwise.xyz/*$ npm i -g @hookwise/cli
hookwise login
hookwise listen
✓ Listening
Hook hook.tryhookwise.xyz/hook/K2f8…
Forward localhost:3000Create a hook, watch requests arrive, and forward them to localhost with one CLI command.
Create your first hook