What is webhook? ![build-status][badge] by adnanh
webhook is a lightweight incoming webhook server to run shell commands
About What is webhook? ![build-status][badge]
From the project's README at github.com/adnanh/webhook. Lightly cleaned for readability; for the full source see the upstream repo.
[webhook][w] is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. [webhook][w] also allows you to specify rules which have to be satisfied in order for the hook to be triggered.
For example, if you're using Github or Bitbucket, you can use [webhook][w] to set up a hook that runs a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project.
If you use Mattermost or Slack, you can set up an "Outgoing webhook integration" or "Slash command" to run various commands on your server, which can then report back directly to you or your channels using the "Incoming webhook integrations", or the appropriate response body.
[webhook][w] aims to do nothing more than it should do, and that is: 1. receive the request, 2. parse the headers, payload and query variables, 3. check if the specified rules for the hook are satisfied, 3. and finally, pass the specified arguments to the specified command via command line arguments or via environment variables.
Health score breakdown
6-dimension composite. See methodology for formula and weights.
Adoption signals
Real-world usage data, pulled from each registry. The bigger the numbers, the more battle-tested the project.
| Signal | Value | Source |
|---|---|---|
| GitHub stars | 12k | github.com/adnanh/webhook |
| GitHub forks | 866 | github.com/adnanh/webhook |
Release & maintenance
Is this project actively maintained, or about to die? Check the recency of last commit and last release.
| Project age | 11.3 years | since Jan 2015 |
| Last commit | 3 months ago | Feb 12, 2026 |
| Releases shipped | 33 | last: 3 months ago |
| Funding links | 2 | declared by maintainers |
Self-hosting cost across providers
Detected requirements: 4GB RAM, 40GB disk minimum. Cheapest plan per provider that meets the requirement.
| Provider | Plan | Specs | Monthly | |
|---|---|---|---|---|
| hetzner | CAX11 | 2c · 4GB · 40GB | $4.13 USD | Deploy → |
| vultr | VC2 | 1c · 1GB · 25GB | $5 USD | Deploy → |
| linode | Nanode 1GB | 1c · 1GB · 25GB | $5.12 USD | Deploy → |
| digitalocean | Basic Regular 1GB | 1c · 1GB · 25GB | $6 USD | Deploy → |
What people say on Hacker News
- Show HN: Naval Strike – simultaneous turn-based fleet combat in the browser
- Show HN: Prism – Self-hosted notification gateway for privacy
- Show HN: Rocketship, the only AI app builder with built-in sales team
- Ask HN: How are you handling real-time data triggers for LLM agents?
- Show HN: A Mutating Webhook to automatically strip PII from K8s logs
Ready to self-host What is webhook? ![build-status][badge]?
Spin up a hetzner CAX11 (4GB RAM, 40GB disk) for $4.13/mo and follow the project's official install docs.
Data last refreshed May 7, 2026.
Similar open-source projects
Projects in our directory that replace the same SaaS or share topics with What is webhook? ![build-status][badge].