I wanted to build something that was faster and more flexible for debugging than just a plain ngrok tunnel or setting up custom logging. The
configurable responses, replay, and modified replay features are specifically designed to help test edge cases, error handling, and retry
logic for your webhook providers without modifying your source code or waiting for external services to resend.
Tech Stack:
The frontend is built with Next.js 16 and Tailwind CSS. The backend leverages PocketBase which has really been great. This stack keeps things incredibly fast and
efficient.
Roadmap:
The immediate roadmap includes adding support for file uploads (`multipart/form-data`) so you can inspect webhooks that include files.
Further out, I'm exploring team features some search functions in the webhook list.
I'm open to all suggestions. Let me know what you think
keithwirch•8h ago
A bit more context on webhook.build:
I wanted to build something that was faster and more flexible for debugging than just a plain ngrok tunnel or setting up custom logging. The configurable responses, replay, and modified replay features are specifically designed to help test edge cases, error handling, and retry logic for your webhook providers without modifying your source code or waiting for external services to resend.
Tech Stack: The frontend is built with Next.js 16 and Tailwind CSS. The backend leverages PocketBase which has really been great. This stack keeps things incredibly fast and efficient.
Roadmap: The immediate roadmap includes adding support for file uploads (`multipart/form-data`) so you can inspect webhooks that include files. Further out, I'm exploring team features some search functions in the webhook list.
I'm open to all suggestions. Let me know what you think