Thanks for your interest in contributing!
- Fork the repo
- Create a feature branch:
git checkout -b my-feature - Make your changes
- Run tests:
npm test - Submit a PR
git clone https://github.com/your-username/webhook-debugger.git
cd webhook-debugger
npm install
cp .dev.vars.example .dev.vars
# Edit .dev.vars with your GitHub OAuth credentials
npm run dev- More webhook source integrations - Add detection for more services
- Signature verification - Stripe, GitHub, Slack webhook signatures
- Export options - CSV, JSON export
- Better filtering - Date range, source type filters
- Documentation - Improve docs, add examples
- TypeScript throughout
- Follow existing patterns
- Keep it simple - no over-engineering
Open an issue or discussion on GitHub.