InoMail
A bulk email platform with real queues, workspaces, and AI-assisted campaigns — built to be reliable, not flashy.
The Problem
Small teams and communities need to send real email — announcements, newsletters, updates — without paying enterprise prices or fighting clunky tools built for marketers.
The Solution
InoMail is a multi-tenant platform with queue-backed sending, per-workspace analytics, and an AI assistant that helps draft campaigns. It is designed to send a lot of mail without falling over.
Design
Workspaces keep teams isolated and simple. The composer stays out of the way; the analytics tell you what actually happened after you hit send.
Development
BullMQ handles the sending queue so large batches drain steadily and retry gracefully. MongoDB stores tenants, campaigns, and events. The AI layer drafts subject lines and body copy you can edit rather than accept blindly.
Challenges
Deliverability and back-pressure are the hard parts of email — sending fast enough to be useful, slow enough to stay trusted. Getting the queue pacing right is ongoing work.
Outcome
In active development. The core queue and workspace model are running; analytics and the AI assistant are being refined.
Lessons
Reliability is a feature you only notice when it's missing. For infrastructure, calm and predictable beats clever every time.