Launching today

RelayKit
Webhook infrastructure with a local dev tunnel built in
17 followers
Webhook infrastructure with a local dev tunnel built in
17 followers
RelayKit is webhook infrastructure built for developers: one ingest URL, fan-out to unlimited destinations, automatic retries with backoff, signature verification for 8 providers, and a free CLI that tunnels real webhooks straight to localhost. No more pasting new ngrok URLs into Stripe every morning.



the Schema Sentinel drift detection is the more interesting feature to me honestly, replay is table stakes at this point but silent payload shape changes from a provider are what actually take down an integration in prod. Does it just diff against the last seen payload per event type, or do you maintain some kind of schema baseline you compare against over time?
@galdayanย It uses the first incoming event of each event type as the baseline schema. From that point on, every new event of the same type is compared against that baseline to detect any payload shape changes.
the localhost tunnel is honestly the part that sold me, but adding a small in-dashboard log viewer for the last 50 failed deliveries with the response body from the destination would save a ton of time when something breaks
@harun154545ย Really good callout, thank you. Right now you can filter to failed webhooks per project, and the response body is captured (truncated to 300 characters) on each delivery, but you do have to click into each one individually to see it, there's no quick scannable list. A dedicated 'last 50 failures with response body inline' view is a genuinely useful addition and I'm adding it to the list. Appreciate you being specific about what would actually save you time, that's more useful than a vague '+1 more features' ask.
One thing that would make RelayKit a no-brainer for me is a built-in request replay feature, letting you re-send any historical webhook payload to your endpoint with one click. Super useful when you're debugging a bug that happened last Thursday and can't reproduce it.
@asmin4738ย Great suggestion! RelayKit actually supports both of these workflows already ๐
You can use Time Machine to select a specific time frame and replay all webhooks from that period, or simply replay any individual webhook with one click from the request history.
Sounds like we need to make these features a bit more discoverable ๐
Finally something that fixes the daily ngrok URL shuffle, the local tunnel feature alone is worth it and signature verification covering that many providers saved me a whole afternoon of setup.
@bildirci44068ย This means a lot, thank you. The tunnel was the part I use every single day myself, so I'm glad it's landing the same way for you.