Build Your Own Email Design System

Take complete control of your email creation process. An Email Design System lets you define reusable components and editor fields that ensure every email is perfectly on-brand and compliant, every single time.

Why build an Email Design System?

Stay on brand

Enforce your brand identity across all emails email campaigns.

Reusable components

Build once, use everywhere. Update components globally with a single change.

Build faster

Empower your team to build emails faster than ever before.

Component Builder

Unlimited flexibility - powered by Shopify Liquid. Here's a simple example of a simple component:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="font-size:0pt; line-height:0pt; padding:0; margin:0;">
      {% if image_link != "" %}
        <a href="{{image_link}}" target="_blank" style="text-decoration:none;">
          <img src="{{image}}" alt="{{alt_text}}" style="display:block; width:100%; max-width:650px; height:auto; border:0;" />
        </a>
      {% else %}
        <img src="{{image}}" alt="{{alt_text}}" style="display:block; width:100%; max-width:650px; height:auto; border:0;" />
      {% endif %}
    </td>
  </tr>
</table>

Ready to build your Email Design System?

Get started with our comprehensive documentation and examples.