¿Puedo vibecodear Mara?
PARCIAL · un fin de semanaThe first send is a weekend. An agent can absolutely wire product events to an LLM draft to an email API with an approval queue, and that covers the visible part of the product. What does not come out of one prompt is the part after the first send: your own domain's reputation, suppression and compliance, variants split across real sends with the results read back, replies classified and answered, and someone still tuning it in month four. Build the sender, then be honest about whether you will keep running it.
Build me a self-hosted lifecycle email agent to replace Mara, for one SaaS product. Requirements:
- Node + Express + better-sqlite3 on my VPS, one SQLite file holding contacts,
events, sequences, drafts, sends, and suppressions. node-cron ticks once a minute,
no queue service.
- POST /events takes {type, email, properties} with a bearer token from .env. Every
event upserts a contact and appends a row I can read back later.
- Sequences are JSON files in ./sequences/: an entry event type, then steps with a
wait ("2d"), an intent in plain words ("nudge them to connect their first
integration"), and an optional skip-if event type. Ship two: welcome and
trial-ending.
- Each tick, find contacts due for a step, drop anyone whose skip-if event already
fired, then draft with the Anthropic API (key in .env): pass ./voice.md plus that
contact's last 20 events, get back a subject and a plain-text body.
- Drafts land as pending. A localhost-only admin page lists them with subject, body,
recipient, and the step that produced it, with Approve and Reject buttons. Nothing
sends without a click.
- Approved mail goes out through Resend or SMTP from .env, one send row per recipient
with the provider message id. Bounce and complaint webhooks write to a suppression
table checked before every send. One-click unsubscribe link in every footer, no
login.
- Cap at 2 emails per contact per 7 days across all sequences, enforced in code
before drafting.
- Out of scope: A/B variants, reply parsing, open tracking. Do not build multi-user
accounts or a visual sequence builder, this runs for one product and one operator.
- README with the deliverability homework: SPF, DKIM, and DMARC on a subdomain like
mail.example.com, a two-week warmup at low volume, and a blunt line that mail from
a cold domain lands in spam no matter how good the copy is.$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Lifecycle email is not a build problem, it is an upkeep problem. The DIY version works the week you build it and then sits at whatever quality your first draft happened to have, because nobody goes back to rewrite the activation email that quietly stopped working. Founders pay for the part that keeps happening after launch week: something reading the outcomes, rewriting the losers, and handling the replies without being asked.
xdeliverability: warmup, domain reputation, bounce and complaint handling
xthe improvement loop: variants written, split across live sends, losers rewritten
xreply handling: inbound classified, answers drafted, suppressions applied
xoutcome tracking wired back to the copy that caused it
xthe maintenance nobody does, which is the actual reason lifecycle programs rot
Precio de Mara
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| starter | $99/workspace | — | 3 active programs, 25,000 sends/month, unlimited contacts. |
| growth | $299/workspace | — | 10 active programs, 150,000 sends/month, unlimited contacts. |
plan gratisno free tier; 7-day trial.
facturaciónmonthly only; no annual plan verified
costos ocultosHard send/program caps: 25,000 sends and 3 programs on Starter, 150,000 sends and 10 programs on Growth.
verificado 2026-08-10 · fuente ↗
¿Puedo vibecodear Mara?
Parcial. El núcleo de Mara se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: deliverability: warmup, domain reputation, bounce and complaint handling, the improvement loop: variants written, split across live sends, losers rewritten. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Mara?
Mara cuesta unos $99/mes (Starter, revisado 2026-07-30), o sea $1188 al año.
¿Qué pierdo si reemplazo Mara?
Con honestidad: deliverability: warmup, domain reputation, bounce and complaint handling; the improvement loop: variants written, split across live sends, losers rewritten; reply handling: inbound classified, answers drafted, suppressions applied; outcome tracking wired back to the copy that caused it; the maintenance nobody does, which is the actual reason lifecycle programs rot. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Mara?
Sí: Mautic (Open-source marketing automation with campaign builder, segments, and drip flows. Heavy, but it is the real self-hosted analog.), Listmonk (Open-source, single-binary mailing-list and campaign manager. Good sending substrate to build the agent on top of.), Keila (Self-hosted newsletter tool with an API, lighter to run than Mautic.). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.