About
There are many ways to extend the capabilities of your favourite SaaS tools, and webhooks are my favourite. Webhooks are the foundation of modern API development. They enable us to react to changes in our systems, an incoming text message, a successful payment, or that latest pull request no matter our stack. During my time in Stripe, I found that some users were confortable in getting a handler up and running in 30 minutes, others had to navigate weeks of company approvals to get the infrastructure to run one, and others simply did not know what to do. I think this tool will make webhooks easy for everyone, once and for all. Here's why: - Your time should be focused on creating something amazing, and truly unique business logic. The infra to do it isn't unique - You shouldn't be doing the same tasks over and over like creating a webhook boilerplate from scratch - You should be able to run your code in your environments when you have control over then - You shouldn't be blocked from running your code elsewhere if you want because of company buorocracy Codehook aims to help you all of the above: an open source tool to help you build, test, deploy and host webhook handlers!