Markdown to responsive, email-safe HTML
Email HTML sucks. Outlook renders with Word. Gmail strips your styles. You end up writing nested tables and inline CSS like it's 2003. Email.md fixes this. Write Markdown, get responsive HTML that works everywhere. Themes, buttons, callouts, headers/footers - all from simple syntax. Outputs both HTML and plain text in one call. Works great with AI since it's just Markdown. Open source, MIT licensed. `npm install emailmd`

Screenshot 1

Screenshot 2

Screenshot 3
Sign in to your GMA account to leave a review and help others.
GMA Community
"I built this because writing HTML emails is the worst, and the existing options are either heavyweight templating systems or drag-and-drop builders that require a subscription. I wanted something where I could write a template in a few minutes, not fight with rendering quirks for an hour. Markdown felt like the right input. It's readable as source, easy to maintain, and every developer already knows it. There's a live builder on the site if you want to try it without installing anything. Enjoy! If you've run into email client edge cases I haven't handled yet, I want to hear about them."