# Open source HTML email editors

A casual web search for 'open source html email editors' gives you a ton of results. Most of these are not truly open source or are stripped down versions. So we've compiled a list of truly open source html email builders.&#x20;

We have listed only the ones that fit most conditions below. One star is assigned for meeting each condition.

1. Must be fully open source. The rule is you should be able to get the source code and integrate it in to your own application.
2. There must be a fully working demo.&#x20;
3. Must have proper documentation for integration.
4. Able to send a test email.
5. \>= 1000 Github stars.&#x20;

<table><thead><tr><th width="172">Name</th><th width="188">Demo Link</th><th width="174">Source Code</th><th>Rating</th></tr></thead><tbody><tr><td>Sendune Designer</td><td><a href="https://designer.sendune.com/">https://designer.sendune.com/</a></td><td><a href="https://github.com/SendWithSES/Drag-and-Drop-Email-Designer">https://github.com/SendWithSES/Drag-and-Drop-Email-Designer</a></td><td>★★★★★</td></tr><tr><td>Mosaico</td><td><a href="https://mosaico.io/">https://mosaico.io/</a></td><td><a href="https://github.com/voidlabs/mosaico">https://github.com/voidlabs/mosaico</a></td><td>★★★★★</td></tr><tr><td>GrapeJS</td><td><a href="https://grapesjs.com/">https://grapesjs.com/</a></td><td><a href="https://github.com/GrapesJS/grapesjs">https://github.com/GrapesJS/grapesjs</a></td><td>★★★★</td></tr><tr><td>Easy Email Editor</td><td><a href="https://email.maocanhua.cn/">https://email.maocanhua.cn/</a></td><td><a href="https://github.com/zalify/easy-email-editor">https://github.com/zalify/easy-email-editor</a></td><td>★★★</td></tr><tr><td>Paperbits</td><td><a href="https://paperbits.io/">https://paperbits.io/</a></td><td><a href="https://github.com/paperbits/paperbits-emails">https://github.com/paperbits/paperbits-emails</a></td><td>★★★</td></tr><tr><td>EmailBuilder.js</td><td><a href="https://emailbuilderjs.com/">https://emailbuilderjs.com/</a></td><td><a href="https://github.com/usewaypoint/email-builder-js">https://github.com/usewaypoint/email-builder-js</a></td><td>★★★</td></tr><tr><td>Maily</td><td><a href="https://maily.to/">https://maily.to/</a></td><td><a href="https://github.com/arikchakma/maily.to">https://github.com/arikchakma/maily.to</a></td><td>★★★</td></tr></tbody></table>

That's all we could find. As we mentioned we've listed only those that are truly open source and meet some basic conditions. Let us know if we missed any and we'll include them here.

**Last updated: 14-Aug-2024**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.sendune.com/email-resources/open-source-html-email-editors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
