Visual table-based HTML email builder. Renders in Gmail, Outlook, Apple Mail, all clients.
📧 Preview
HTML code

How to use

  1. Enter brand, colors, heading, body, CTA.
  2. Live preview shows the result.
  3. Copy HTML into Mailchimp / SendGrid / Stibee.
  4. Or download the HTML file to attach directly.

Key features

  • Table-based (compatible with Outlook 2007–2019 and all clients)
  • Mobile-responsive (600px max-width)
  • Auto dark mode (color-scheme meta)
  • Inline CSS (prevents external CSS stripping by clients)
  • Live preview via iframe srcdoc

Use cases

  • Welcome emails — onboard new signups
  • Newsletters — weekly/monthly updates
  • Product launches — new feature/product announcements
  • Promotions — discount/coupon mails
  • Transactional — order/payment confirmations

HTML email design principles

HTML email in 2026 still uses 1990s HTML. Outlook 2019 uses the MS Word renderer so flexbox, grid, position, float are only partially supported. The safe approach is table layout + inline CSS. This tool follows that standard for compatibility. 600px width is standard; system fonts (-apple-system, Segoe UI, Arial) are safest.

FAQ

Mailchimp compatible?

Yes, Mailchimp / SendGrid / ConvertKit / Stibee all accept raw HTML.

How to add images?

Use externally hosted <img src="https://...">. Don't attach images directly — emails get heavy.

Dark mode?

Modern clients auto-handle. The color-scheme: light dark meta nudges them correctly.

Free?

Yes.