Home/Email Builder
Email Builder SDK

Embed a world-class email builder into your product

A complete drag-and-drop email template builder. Renders pixel-perfectly in every email client — embedded in your product with one integration.

Pexelize drag-and-drop email editor with content blocks panel

Capabilities

Everything a great email builder needs

Works in every email client

Clean table-based HTML renders pixel-perfectly in Gmail, Outlook 2007–2021, Apple Mail, Yahoo, iOS, and Android — every time.

Merge tags

Insert dynamic tokens — {{first_name}}, {{company}}, custom variables. Preview with real or test data.

Modular blocks

Save headers, footers, and content blocks once and reuse them across every template.

Built-in AI

Smart text generation, AI image creation, and BYOK support.

AMP for Email

Interactive emails with carousels, accordions, and live content that updates after sending.

Export anywhere

HTML, minimized HTML, PDF, ZIP. Ready for Mailchimp, SendGrid, HubSpot, Klaviyo, or any ESP.

Content blocks

14 drag-and-drop blocks

Text paragraphHeadingButtonImageDividerSocial iconsVideo thumbnailHTML blockNavigationTableTimerFormCarouselSpacer

Quick start

Live in 3 lines of code

import { PexelizeEditor } from '@pexelize/react-editor';

export default function EmailApp() {
  return (
    <PexelizeEditor
      editorKey="pk_your_key"
      editorMode="email"
    />
  );
}