Content Infrastructure for Software Teams

The Platform for Building Content Experiences. From UI to API to AI

Visual editors, SDKs, server APIs, templates, storage, and AI tools—one platform to create, manage, and deliver content inside your product.

Heading
Image
Text
Button
Columns
Social
Divider
Video
Menu
HTML
Spacer
Timer

Trusted by 1,000+ companies worldwide

Symphony
Lightspeed
Airship
Hive
Privy
Mailmunch
CloudCart
Pushwoosh
Inbox Marketer
Clientify
GymLeads
Symphony
Lightspeed
Airship
Hive
Privy
Mailmunch
CloudCart
Pushwoosh
Inbox Marketer
Clientify
GymLeads
1,000+
Companies
99.9%
Uptime SLA
< 5 min
Integration
SOC 2
Compliant
Platform

Everything You Need to Ship Content Features

Builders, APIs, and infrastructure. Use what you need today, adopt more as you grow.

Visual Builders

Embed drag-and-drop builders for emails, landing pages, popups, and documents.

welcome-email.json
DesktopMobile
Text
Image
Button
Divider
Columns
Social
TEXT

AI Agents

Purpose-built agents that generate, optimize, and transform content autonomously.

Template AgentGenerate full templates
Content AgentWrite, rewrite, expand copy
Brand AgentApply brand styles auto
Export AgentHTML, PDF, image, ZIP
Migration AgentConvert legacy HTML
Optimization AgentImprove copy & structure

Templates & Content

Reusable templates, locked regions, legacy HTML support, and structured content workflows.

Welcome Emailemail
Promo Bannerpage
Newsletteremail
Signup Popuppopup

Media & Assets

File manager, user uploads, hosted assets, and custom media sources.

hero-banner.jpg240 KB
brand-logo.svg12 KB
product-shot.png380 KB
social-icon.gif45 KB

Export & Generation

Export content as HTML, plain text, images, PDFs, and ZIP bundles.

HTMLResponsive markup
PDFPrint-ready document
PNGPixel-perfect image
ZIPFull asset bundle

Developer Platform

SDKs, APIs, versioning, save/load JSON, events, and deep customization.

import { EmailEditor } from '@unlayer/react'
 
editor.loadDesign(json)
editor.exportHtml((html) => { ... })
editor.addEventListener('design:updated', cb)

Delivery & Distribution

Send emails, generate PDFs, push to webhooks, and store rendered assets.

SENDTransactional email deliverySMTP
POSTServer-side renderingPDF
HOOKPush to your pipelineWebhook
PUTStore generated assetsS3
How It Works

From Install to Production in Minutes

01

Embed

$ npm install @unlayer/react

Add the builder to your app with the React component, vanilla JS snippet, or any framework SDK.

02

Configure

{
"displayMode": "email",
"tools": { ... },
"features": { ... }
}

Set the display mode, enable tools, configure permissions, and customize appearance.

03

Create

Drag & drop visual editor

Your users design with the visual editor, or AI agents generate content programmatically using Unlayer Elements.

04

Export & Deliver

editor.exportHtml() // or PDF, text, image, ZIP

Export to HTML, PDF, plain text, or image. Save designs as JSON. Send via your delivery stack.

Developer Experience

Code-First. API-Complete. Framework-Ready.

A developer platform with SDKs, a CLI, server APIs, and AI agent integrations. Built for teams who ship fast.

Embeddable
Few lines of code to embed
White-Label
Your users never see Unlayer
Configurable
Control every tool and behavior
Export-Ready
HTML, PDF, image, plain text
import EmailEditor
from '@unlayer/react';
 
export default function Editor() {
return (
<EmailEditor
displayMode="email"
projectId={ 1234 }
onReady={ () => console.log('ready') }
/>
);
}
TSX

Framework Support

ReactVueAngularNext.jsNode.js

Version Management

Stable/Latest channelsVersion lockingRelease pinning

Export Formats

HTMLPDFPlain TextImageZIP

Open Source

Unlayer ElementsTypeScriptMIT License
Use Cases

Content Creation for Every Product

Teams across industries embed Unlayer to give their users powerful content creation without building it from scratch.

Website & Funnel Builders

Let users build landing pages and web content with drag-and-drop, inside your platform.

Brand & Content Teams

Give marketing teams a white-labeled design studio for branded emails, pages, and assets.

AI-Powered Products

Let your AI agents create and edit content autonomously using Agent Skills and Unlayer Elements.

Add Visual Content Creation to Your Product

Stop building editors from scratch. Start shipping with Unlayer.

Unlayer Builder Interface