>_better-webhook

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 any objects, 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

NeedPackage area
Type-safe webhook handlers in productionSDK
Automatic signature verificationSDK
Zod schema validation for payloadsSDK
Framework-specific adaptersSDK

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

On this page