This repository was archived by the owner on Mar 18, 2026. It is now read-only.
v0.1.0-alpha — Core Engine
Pre-release
Pre-release
hookflare v0.1.0-alpha — Core Engine
First tagged release. The core webhook engine is stable and tested.
What's included
- Webhook ingestion with Stripe and GitHub signature verification
- Reliable delivery with exponential/linear/fixed retry strategies
- Circuit breaker per destination (closed/open/half-open with auto-recovery)
- Dead letter queue with batch replay
- REST API for sources, destinations, subscriptions, events, keys
- API key authentication (simple env var + advanced D1-managed keys)
- Export/Import/Migrate between instances with ID remapping
- Agent-optimized CLI (
--json,--dry-run,--data,--fields,schema) - Rate limiting on webhook ingress
- Payload archive in R2
- Idempotency via KV deduplication
What's coming next (v0.2)
hookflare connectone-shot setup commandhookflare providerscatalog- Built-in Stripe, GitHub, Slack providers with event type catalogs
Install
npm i -g hookflareSee README for setup instructions.