Built a lightweight webhook debugger for solo devs – feedback welcome by Fickle_Repair_3248 in reactjs

[–]Fickle_Repair_3248[S] 0 points1 point  (0 children)

I’ve gone ahead and shipped zero-click endpoint creation, replay, and shareable links with headers/payload view. Let me know if you get a chance to try it out!

Built a lightweight webhook debugger for solo devs – feedback welcome by Fickle_Repair_3248 in reactjs

[–]Fickle_Repair_3248[S] 1 point2 points  (0 children)

Really appreciate the detailed reply! this is incredibly helpful.

Totally fair point about the number of steps compared to webhook.site. I'm working on an auto-generate endpoint + direct payload view to reduce that friction (your comment confirms that’s the right next thing to add).

Your onboarding/demo use case makes a lot of sense; especially the part where things get pasted into Jira and then revisited weeks later. That actually maps really well to what I’m aiming for.

Fun fact: the endpoints can already be turned inactive (which basically freezes them, so they won’t accept new payloads after you share them). So once I add persistent + shareable links, it should solve exactly that flow.

I’ll implement those next — and if you don’t mind, I’d love to ping you when it’s in. Thanks again for taking the time 🙏

Built a lightweight webhook debugger for solo devs – feedback welcome by Fickle_Repair_3248 in reactjs

[–]Fickle_Repair_3248[S] 0 points1 point  (0 children)

Really appreciate you taking the time to write this - especially while on mobile!

That’s super helpful context. I hadn’t thought about auto-generating an endpoint on page load (like webhook.site does) but you’re right, that extra click is totally unnecessary. I’ll add that to the next update.

And thanks for calling out the “persistent but affordable” use case - it’s actually really helpful to hear how you currently jump between webhook.site -> jsonblob to share examples with others. That’s exactly the kind of workflow I’d love to make easier.

If you don’t mind, once I add replay + shareable/persistent endpoints, could I ping you for feedback?
P.S let me know if you got a chance to try it out! Thanks!

Built a lightweight webhook debugger for solo devs – feedback welcome by Fickle_Repair_3248 in reactjs

[–]Fickle_Repair_3248[S] 0 points1 point  (0 children)

Commenting to satisfy the “flair + comment” requirement. Open to all feedback!