This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

HookRun

Turn webhook events into server actions with one YAML file

HookRun is a lightweight webhook action engine (~3MB single binary, zero deps) that executes custom commands and scripts based on YAML rules when webhook requests arrive. Token/HMAC/IP auth, hot reload, cross-platform. Open source under MIT.

Top comment

Hi Product Hunt! 👋 HookRun started from a frustration I kept running into: I needed to automate simple actions when webhook events came in — deploy on git push, restart a service on monitoring alert, trigger a script when CI finished — but every existing tool felt like overkill. n8n and Huginn are powerful, but they need Docker, a database, and a GB-level deployment for what's essentially "run this command when this event fires." adnanh/webhook is closer to what I wanted, but it lacked the things I actually needed in production: execution policies to prevent concurrent deploys, hot reload when editing config files, and built-in process management. So I built HookRun. The goal was simple: a webhook listener that's as easy to deploy as a single binary, but doesn't cut corners on security (Token + HMAC + IP whitelist) or reliability (concurrency control via block/always/cooldown policies). Everything runs from YAML files — no database, no containers, no 50-page setup guide. The most interesting part of the process was designing the execution policies. I noticed that a common pain point with webhook-driven deploys is "webhook storms" — push 5 commits in a minute, trigger 5 deploys. The cooldown policy solved this elegantly: it lets you define a minimum interval between executions, which turned out to be the feature people use the most. The whole thing is written in Go, compiles to a ~3MB binary, and runs on Linux, macOS, and Windows. MIT licensed, completely open source. If you're managing servers and need a lightweight way to turn webhook events into actions, I'd love for you to try it out and let me know what you think. Feedback welcome! 🔗 GitHub: https://github.com/bluvenr/hookrun 🔗 Website: https://hookrun.virapi.com/

About HookRun on Product Hunt

Turn webhook events into server actions with one YAML file

HookRun was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #105 on the daily leaderboard. HookRun is a lightweight webhook action engine (~3MB single binary, zero deps) that executes custom commands and scripts based on YAML rules when webhook requests arrive. Token/HMAC/IP auth, hot reload, cross-platform. Open source under MIT.

On the analytics side, HookRun competes within Open Source, Developer Tools and GitHub — topics that collectively have 625.3k followers on Product Hunt. The dashboard above tracks how HookRun performed against the three products that launched closest to it on the same day.

Who hunted HookRun?

HookRun was hunted by Bluvenr | Maker & Creator. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of HookRun including community comment highlights and product details, visit the product overview.