Is this vibe coding?? I built an AI email template editor in 2 days
dev.to·1h·
Discuss: DEV
💬AI Code Assistants
Preview
Report Post

What I built

An email template editor where you describe what you want and the AI builds it.

Generate:

  • "Create a welcome email for new users"
  • Full template in 5 seconds — header, personalized greeting, CTA, footer

Iterate:

  • "Make the button green"
  • "Add a section about our mobile app"
  • "Show a discount code only for new users"

Then edit visually or in code. Chat → Visual → Code. Same template.


Why this works (and most AI editors don’t)

Most AI-to-email tools generate raw HTML. You get a blob of code, maybe it works, probably it breaks in Outlook, and you can’t easily edit it.

This editor does something different: the AI generates editor structure, not HTML.

Specifically, it outputs TipTap JSON that maps to React Email components:…

Similar Posts

Loading similar posts...