Better Webhooks
What is Better Webhooks?
Better Webhooks is a library, not a service. It handles event registration, endpoint management, payload signing, reliable delivery with retries, and delivery logging — all backed by your own database. Your customers get webhooks, you keep control. Framework-agnostic, database-agnostic, plugin-driven, and type-safe end-to-end.
Works with any database your ORM adapter supports — Postgres, MySQL, SQLite, and more.
Planned features
- Event registration — define webhook event types with typed payloads
- Endpoint management — customers configure their own URLs and subscribe to events
- Payload signing — HMAC signatures for payload integrity verification
- Reliable delivery — automatic retries with exponential backoff
- Delivery logging — full history of attempts, responses, and failures in your database
- Plugin-driven — extend with custom serializers, retry strategies, and filters
GitHub Follow development and get notified of releases.