« All posts

Notifyd: A Notification Queue Built Solely on Postgres

Notifyd is an agent-first notification service built in Rust using only Postgres. It supports email, SMS, WhatsApp, and more.

Notifyd is an agent-first notification service developed in Rust that relies exclusively on Postgres. Supporting email, SMS, WhatsApp, and in-app notifications, this system enables effective management of notifications. Utilizing Postgres's SKIP LOCKED feature allows for job queue creation, but careful management is necessary due to external provider quota limitations that can affect timely delivery.

This synthesis was produced from its source by AI; there is no human editor or manual review step. How we work