Skip to content
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

Choose a tag to compare

@linyiru linyiru released this 16 Mar 19:03
· 55 commits to main since this 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 connect one-shot setup command
  • hookflare providers catalog
  • Built-in Stripe, GitHub, Slack providers with event type catalogs

Install

npm i -g hookflare

See README for setup instructions.