A minimal, self-hosted webhook forwarder with a clean UI. Receive webhooks and relay them to multiple destination URLs instantly.
- Receive any webhook payload
- Forward it to multiple destination URLs
- Simple and clean dashboard (React + Tailwind)
- Open source & Docker-ready
- Great for internal tools, testing, or lightweight relay services
- Backend: Node.js + Express
- Frontend: React + Tailwind CSS
- Storage: SQLite
- Containerization: Docker
git clone https://github.com/yourusername/hooky.git
cd hooky
docker compose up --build
- Dashboard: http://localhost:3000