Alternatives to TypedWebhook.tools
A webhook testing tool that logs requests and generates TypeScript types and schemas from payloads. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
TypedWebhook.tools
A webhook testing tool that logs requests and generates TypeScript types and schemas from payloads.
Replacements
Listings that take over the same core job as TypedWebhook.tools.
Webhook.site
A web service that gives you a unique URL and email address to inspect incoming requests.
Webhook.site captures requests, emails and DNS lookups and adds paid workflows, but it does not generate TypeScript types or schemas from payloads.
Request Catcher
A web tool that gives you a subdomain and shows every HTTP request sent to it live.
Request Catcher lets you pick your own subdomain and shows requests live, but it only records traffic and has no type or schema generation.
Hookdeck Console
A free web tool for receiving, inspecting, replaying and saving webhook and HTTP request events.
Hookdeck Console adds replay and saving of received events and works with a local server, but it does not produce TypeScript types or JSON Schema.
WebHook Tester
A self-hosted tool for testing and debugging webhooks and HTTP requests on randomly generated URLs.
WebHook Tester runs on your own server so payloads stay in-house, but you maintain it yourself and it offers no type generation.
Beeceptor
A web service for creating mock API servers and inspecting incoming webhook requests in real time.
Beeceptor combines request inspection with mock API servers and dynamic responses, with advanced features on paid plans and no TypeScript type output.
Mockbin
A free web tool that creates mock API endpoints with fixed responses and logs requests to them.
Mockbin is open source and focuses on mock endpoints with fixed responses plus request logging, without generating types or schemas from payloads.
Also worth comparing
These listings name TypedWebhook.tools as their own alternative, so the relationship runs both ways.
PutsReq
A web tool that records incoming HTTP requests and returns fake responses you define in JavaScript.
TypedWebhook.tools logs requests and generates TypeScript types, CUE and JSON Schema from payloads, but it has no forwarding or custom response scripting.
Similar software
Related functionality, not a direct replacement.
smee.io
A free webhook payload delivery service that forwards events to an application running on localhost.
ngrok
A tunnelling agent and gateway that exposes a local app to the internet with request inspection.
Hookdeck
A hosted webhook gateway that receives, queues, filters and routes webhooks and external events.