Hookie is an open-source hobby project for self-hosting. Run ingest, relay, and this app locally—see CONTRIBUTING.
Open-source stack you run yourself: an ingest service, Redis-backed relay, Next.js UI with Clerk + Supabase, and a Go CLI to stream events to your machine. No SaaS—clone the repo and follow CONTRIBUTING.
Install the CLI (optional)
npm install -g @hookie-sh/hookiePoint the CLI at your self-hosted relay; see Sign in after your web app is running.
When you run the stack, webhooks hit your ingest service, are published to Redis, streamed through the relay, and reach your machine when you run the CLI—handy for local development and experiments.
hookie listen --app-id YOUR_APP_IDHookie is not a hosted product. Use the monorepo to run ingest, relay, Redis, Supabase, and this Next.js app locally or on your own infra. For production-grade managed webhooks, use a provider that fits your needs.