I built this because every company I've worked at ends up rebuilding the same webhook infrastructure from scratch. Retry logic, signature verification, delivery logs, failure alerts — it's always the same code, and it's never prioritized until something breaks in production.
WebhookStream handles the full lifecycle:
Receive inbound webhooks and relay them to multiple destinations simultaneously with configurable retries and timeouts
Verify signatures from Stripe, GitHub, Shopify, and other providers automatically
Send outbound webhooks with a visual builder — set the URL, method, headers, payload, then fire and inspect the response
Set up smart alerts with AND/OR logic — get notified via email, Slack, or webhook when specific conditions match
Full REST API with scoped tokens for managing endpoints and reading logs programmatically
Endpoint subscriptions so developers can subscribe via API and receive forwarded webhooks without touching the UI
Team collaboration with role-based access, IP allowlisting, and SSO/SCIM on Enterprise
Free tier available, no credit card required.
I'd love feedback — especially on what's missing or what would make you switch from your current webhook setup. Happy to answer any questions about the product or technical decisions.
I built this because every company I've worked at ends up rebuilding the same webhook infrastructure from scratch. Retry logic, signature verification, delivery logs, failure alerts — it's always the same code, and it's never prioritized until something breaks in production. WebhookStream handles the full lifecycle:
Receive inbound webhooks and relay them to multiple destinations simultaneously with configurable retries and timeouts Verify signatures from Stripe, GitHub, Shopify, and other providers automatically Send outbound webhooks with a visual builder — set the URL, method, headers, payload, then fire and inspect the response Set up smart alerts with AND/OR logic — get notified via email, Slack, or webhook when specific conditions match Full REST API with scoped tokens for managing endpoints and reading logs programmatically Endpoint subscriptions so developers can subscribe via API and receive forwarded webhooks without touching the UI Team collaboration with role-based access, IP allowlisting, and SSO/SCIM on Enterprise
Free tier available, no credit card required. I'd love feedback — especially on what's missing or what would make you switch from your current webhook setup. Happy to answer any questions about the product or technical decisions.