Webhook.site Alternative
HookTray is an open-source webhook inspector for developers who want a no-account debugging flow, browser-local request history, and a backend that acts as a stateless relay instead of a long-term payload store.
Why choose HookTray?
| Capability | HookTray approach |
|---|---|
| Account requirement | No account required for the core inspector flow |
| Request history | Stored in your browser with IndexedDB |
| Server payload retention | No server-side request history by default |
| Source code | Open source, auditable, and self-hostable |
| Transport | Live streaming with Server-Sent Events |
Best fit
HookTray is best when you want fast webhook debugging, transparent source code, and a privacy model that keeps payload history out of server storage by default. It is intentionally small and focused on the live inspection loop.