Project Progress: $= const tasks = dv.current().file.tasks; const total = tasks.length; if (total === 0) { "No tasks found." } else { const completed = tasks.filter(t => t.completed).length; const percent = Math.round((completed / total) * 100); "<progress value='" + percent + "' max='100'></progress> <span style='font-size:smaller;color:var(--text-muted)'>" + percent + "% | " + (total - completed) + " left</span>"; }
π§ Listmonk: Professional Newsletter Management

listmonk.masri-programmer.de is my central hub for managing newsletters and mailing lists. Hosted on my private infrastructure, it provides complete control over subscriber data and campaign delivery.
π Key Features & Capabilities
Listmonk offers a robust alternative to expensive SaaS email marketing platforms, ensuring data sovereignty and high delivery rates.
Strategic Communication
- Subscriber Management: Advanced segmentation and custom attributes for targeted outreach.
- High Performance: Capable of sending thousands of emails per minute with minimal resource footprint.
- Privacy First: Full data ownership without third-party tracking or data sharing.
Campaign Management
- Template System: Rich Markdown and HTML support for creating beautiful, responsive newsletters.
- Analytics: Real-time tracking of open rates, clicks, and bounces.
- Automation: Integration via HTTP API for automated list management and transactional emails.
π οΈ Technical Deployment
The system is optimized for performance and reliability within my self-hosted ecosystem.
- Platform: Listmonk (Go-based application).
- Database: PostgreSQL for robust data storage and relational integrity.
- Hosting: Self-hosted on a private server using Docker.
- Delivery: Integrated with professional SMTP providers for maximum deliverability.

Looking to own your audience?
I help creators and businesses set up professional, self-hosted communication tools. Letβs talk about your newsletter strategy.