Back to browse
GitHub Repository

A lightweight HTTP webhook server written in Go.

6 starsGo

Hooky – A lightweight HTTP webhook server written in Go

by virtuallytd·Mar 26, 2026·2 points·1 comment

AI Analysis

●●SolidCozyNiche Gem

Composable trigger rules with and/or/not conditions beat simple webhook forwarders.

Strengths
  • Secrets via env:VAR or file:/path keep config files safe from version control
  • Hot reload with SIGHUP means no restarts when editing hooks.yaml
  • Fire-and-forget mode returns 200 immediately while scripts run background
Weaknesses
  • Webhook servers are well-served by Hookdeck, localtunnel, and ngrok
  • No built-in retry logic or dead letter queue for failed executions
Target Audience

DevOps engineers, backend developers

Similar To

Hookdeck · ngrok · localtunnel

Post Description

I built a lightweight HTTP webhook server written in Go. You can use it to trigger scripts from HTTP requests. It has built-in secret validation, rate limiting, and configurable execution controls. It can run standalone or in a container.

Similar Projects

AI/ML●●Solid

VT Code – Rust coding agent with AST-validated shell and OS sandboxing

AST-validated shell commands with OS sandboxing for safer AI coding.

Solve My ProblemBig Brain
vinhnx
201mo ago