hookdeck-event-gateway

Installation
SKILL.md

Hookdeck Event Gateway

The Event Gateway is a webhook proxy and durable message queue that sits between webhook providers and your application. Providers send webhooks to Hookdeck, which guarantees ingestion, queues events, and delivers them to your app with automatic retries and rate limiting. Your webhook handler just does the business logic — no need to build your own queue infrastructure.

┌──────────────┐     ┌─────────────────────────┐     ┌──────────────┐
│   Provider   │────▶│   Hookdeck Event        │────▶│   Your App   │
│ (Stripe,     │     │   Gateway               │     │              │
│  GitHub,     │     │                         │     │  Just handle │
│  Shopify...) │     │  Guaranteed ingestion    │     │  business    │
└──────────────┘     │  Durable queue           │     │  logic       │
                     │  Retries & rate limiting  │     └──────────────┘
                     │  Replay & observability  │
                     └─────────────────────────┘

Quick Start: Local Development

Get started immediately — no account required:

Installs
158
GitHub Stars
76
First Seen
Feb 5, 2026
hookdeck-event-gateway — hookdeck/webhook-skills