What is Zagel?
Named after the legendary carrier pigeon (حمام زاجل) that pioneered rapid, reliable point-to-point communication, Zagel is an open-source WhatsApp REST API gateway built specifically for developers who need to dispatch messages without infrastructure headache.
Most WhatsApp solutions force you into complex multi-container Docker Compose stacks mandating PostgreSQL, Redis, and external message queues just to send a notification. Zagel eliminates that complexity: it runs as a single process inside a single lightweight container, saving costs and making deployment effortless.
- Zero External Databases Required: Persists session state reliably to local disk with atomic writes.
- Self-Contained Cockpit: Integrated QR-code and 8-digit pairing hub, token studio, and real-time live audit logs.
- Developer First: Generates copy-paste code in cURL, Python, Node.js, and Go with one-click token authorization.