Skip to main content

MailLayers documentation

Embed the hosted MailLayers editor using lightweight framework SDKs. Each package wraps the secured editor at https://editor.maillayers.com in a browser-only iframe. Package imports are SSR-safe, but the editor component must mount client-side — do not server-render the editor UI.

Start here

Published framework SDKs

FrameworkPackageVersion
React@maillayers/react-email-editor0.2.0
Angular@maillayers/angular-email-editor0.1.0
Vue@maillayers/vue-email-editor0.1.0
Svelte@maillayers/svelte-email-editor0.1.0

All packages share the same hosted iframe architecture, HTML-centric content model, license validation, and asset callback surface. Source lives in the maillayers-client-sdks monorepo.

Next.js uses the React package from a client component; there is no separate Next.js package.

Responsibility boundary

MailLayers owns editor behavior, validated integration messages, template rendering, and export. Your application owns user authentication, authorization, template persistence, asset storage, email delivery, and safe handling of credentials/tokens.