Looking for Feedback on My Webhook Service Project

0
6
Asked By CreativeKangaroo83 On

Hi everyone! About a year ago, I began working on a side project aimed at creating a platform for "Webhook as a Service." The idea is to serve as a proxy for services like Stripe, GitHub, and Shopify, allowing them to send webhooks to multiple destinations, such as your API or Slack. My platform includes features like automatic retries, filtering, payload transformations using JavaScript, monitoring, and alerts. I also developed a webhook inspector tool to help debug and visualize the headers and body of webhooks. However, I've noticed that most users are primarily using the webhook inspector. Considering that there are already some competitors in this space, I'd love to get your thoughts as developers and infrastructure engineers. Do you think my service is valuable, or should I consider pivoting my project, Hooklistener, to something else? Thanks for your input!

2 Answers

Answered By CodeWizard2019 On

How do you plan to compete with Hookdeck? They're quite established.

HooklistenerDev -

I’m aiming for feature parity at a lower price and I want to provide a simpler user experience. For instance, I'm working on customizable dashboards where users can monitor relevant metrics. Recently, I’ve been focusing on adding features like cronjob services and even exploring real-time services using websockets for applications like chat. What features do you wish Hookdeck had?

Answered By TechSavvy2022 On

I’ve looked into webhook tools before but I'm not using them currently. While your features sound impressive, I tend to avoid adding external services into critical paths due to the potential dependency issues. It feels like the risk might not be worth the benefits you're offering.

SmartCoder99 -

That's a fair point. I guess these services might be more appealing for smaller teams that can't afford to spend too much time on infrastructure. As teams grow, managing it in-house usually makes more sense. Appreciate your insight!

Related Questions

Keep Your Screen Awake Tool

Favicon Generator

JWT Token Decoder and Viewer

Ethernet Signal Loss Calculator

Remove Duplicate Items From List

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.