Hook-Engine a TypeScript-First Webhook Engine with Built in Adapters, CLI

4 naolketema 1 6/15/2025, 9:28:21 PM github.com ↗

Comments (1)

naolketema · 16h ago
I’ve been working on Hook-Engine, a TypeScript-based webhook engine for Node.js, and just open-sourced it.

It’s designed for production use—focused on reliability, observability, and ease of testing. I built it to handle real-world webhook flows without needing to patch together custom logic every time.

Highlights: Supports 7+ providers out of the box (Stripe, GitHub, Shopify, etc.)

Built-in signature verification (HMAC, Ed25519, ECDSA)

Health checks, structured JSON logging, Prometheus metrics

Automatic retries, circuit breakers, and multi-tenant support

CLI for testing, simulating, and benchmarking events

Deploy-ready with Docker and Kubernetes configs If you’re building systems that rely on webhooks, I hope it’s useful.

GitHub: https://github.com/ALPHACOD3RS/hook-engine NPM: npm i hook-engine