Better Webhook
Type-safe webhook handlers with validation and signature verification.
Better Webhook
Better Webhook helps you build safer webhook handlers with typed payloads, schema validation, and signature verification.
The Problem
Building webhook handlers is painful:
- No type safety — Webhook payloads are untyped
anyobjects, leading to runtime errors - Manual verification — Implementing HMAC signature verification correctly is error-prone and tedious
- Adapter differences — Each framework exposes raw bodies, headers, and responses differently
The Solution
Better Webhook provides SDK packages that solve these problems:
Quick Comparison
| Need | Package area |
|---|---|
| Type-safe webhook handlers in production | SDK |
| Automatic signature verification | SDK |
| Zod schema validation for payloads | SDK |
| Framework-specific adapters | SDK |
Choose Your Path
Building webhook handlers? → Get started with the SDK
Additional Guides
- Security — Signature verification, secret handling, and replay protection
- Troubleshooting — Common setup and runtime fixes
- FAQ — Quick answers for common questions
- Contributing — Local workflow and contribution standards
- Release Policy — SDK release mechanics and versioning