Email your team can ship,
your database can trigger.
Drag-and-drop editor, AI copy assistant, stable template UIDs, and real-time triggers from Supabase or Postgres. Resend's power with the editor and contacts you actually need.
Hey Sarah,
Thanks for joining {{app_name}}. You're on the {{plan}} plan — that means you can start sending up to 10,000 messages/month.
First step: connect your database to send your first welcome email from a real user signup.
Not just an email API
Most transactional tools give you the transport. Minimo gives you the whole pipeline.
Drag-and-drop builder, not raw HTML
Designers, marketers, and AI agents edit copy, layout, branding, and variables. No markup. Preview on real device sizes. No deploy to change a word.
Your users, live from your DB
No import, no sync, no CSV. Minimo reads your users table read-only in real time. Every email has access to every column — trial_ends_at, plan, last_seen_at, whatever you have.
Triggered by events, not calendars
When a row changes, Minimo reacts. Welcome on signup, trial expiring at T-3, payment retry on Stripe webhook. No cron jobs, no polling, no stale lists.
Send your first email in five minutes
The SDK call is almost identical to Resend. The difference is everything else — editor, contacts, templates, analytics — is already wired up.
import { Minimo } from "@minimo/sdk"
const minimo = new Minimo({
apiKey: process.env.MINIMO_KEY,
})
// On user signup, in your existing backend
await minimo.send({
template: "welcome_v1",
to: { user_id: newUser.id },
}){
"id": "msg_01HG8K9T",
"status": "queued",
"template": "welcome_v1",
"to": "sarah@acme.com",
"delivered_in_ms": 340
}Apples to apples
| Feature | Minimo | Resend | Mailchimp |
|---|---|---|---|
| Transactional API | — | ||
| Visual email editor | — | ||
| DB-native contacts | — | — | |
| Stable template UIDs via API | — | ||
| Real-time DB triggers | — | — | |
| AI copy assistant | — | — | |
| Starts at | €0 / 1,000 | $0 / 3,000 | $13 / 500 |
Email is included on every plan
Free gives you 1,000 messages/month. Starter at €29 gives 10,000. Growth at €79 adds WhatsApp and SMS. Every plan includes the editor, AI assistant, and stable template UIDs — no upsell tricks.
Ship your first lifecycle email today
Free plan, no credit card. Connect your Supabase or Postgres project in five minutes.