Overview:
listmonk is a standalone, self-hosted newsletter and mailing list manager. It provides a system for managing subscribers and sending email campaigns, built as a single binary with a PostgreSQL backend. It is designed for developers and operators who want to run their own mailing list infrastructure.
Core Features:
Self-hosted single binary: The application is packaged as a single binary with no external runtime dependencies beyond a PostgreSQL database.
PostgreSQL data store: All subscriber data, lists, and campaign information is stored in a PostgreSQL database.
Use Cases:
Managing email newsletters: Operators can manage subscriber lists and send newsletter campaigns from a self-hosted system.
Running mailing lists: The software functions as a mailing list manager for groups or communities.
Why It Matters:
As an open-source, self-hosted tool under the AGPLv3 license, listmonk offers a standalone alternative for managing email campaigns without relying on third-party SaaS platforms. Its single-binary deployment and PostgreSQL storage model provide a straightforward path for developers to run their own mailing list infrastructure. The backend is written in Go and the frontend uses Vue with Buefy.




