Embed a document builder
into your product.
Give your users a drag-and-drop, AI-assisted document editor that produces polished proposals, invoices, and contracts in minutes.

Skip years of development.
Launch in days.
Eliminate Development Costs
Stop wrestling with complex PDF rendering libraries and headless browser print hacks.
Seamless API Integration
Connect backend billing or contract databases to generate thousands of PDF docs per minute.
White-Label Customization
Brand headers, footers, pagination numbers, and corporate stylesheets flawlessly.
Scalable & Secure
SOC 2 Type II certified processing with automated ephemeral document cleanup.
Future-Proof
Continuous PDF/A archiving standard compliance and font embedding safeguards.
Enterprise Support
High-throughput dedicated rendering clusters and 24/7 SLA infrastructure.
Trusted by teams shipping at scale




















Build any document type.
From legally binding contracts and NDA agreements to analytical reports and sales proposals.
Contracts & Agreements
Generate legal terms, NDAs, and service agreements with signature blocks and locked clauses.
Reports & Business Documents
Compile multi-page analytical summaries, quarterly reports, and executive dashboards.
Proposals & Quotes
Send interactive sales proposals with dynamic line-item pricing tables and deliverables lists.
Everything your users need to ship great documents.
Pagination engine, data merge grids, and enterprise PDF exports.
Pixel-Perfect PDF Export
Render print-ready CMYK and RGB PDF files with exact bleed, crop margins, and embedded vector fonts.
Dynamic Tables & Data Merging
Populate line items, quantity, tax, and total rows automatically from JSON data payloads.
Multi-Page Header & Footers
Repeat company logos on top and running page numbers (Page X of Y) on the bottom of every sheet.
AI Document Assistant
Generate professional executive summaries, scope of work sections, and terms of service automatically.
Lockable Content Zones
Lock legal boilerplates while allowing sales reps to edit pricing and client names freely.
Cloud Export API
Headless server-side PDF generation cluster with sub-second response times for batch jobs.
A platform,
not just an SDK.
The full developer surface: SDK, REST APIs, React Elements, a CLI, and agent skills for your AI tools.
- 01Embeddable SDK:typed config, themes, events, and granular permissions
- 02React Elements:the same JSX renders to email tables, web flexbox, or print PDF
- 03JSON designs:round-trip between code and the visual editor; versionable and diffable
- 04CLI and agent skills:for Cursor, Codex, Claude Code, and your CI pipelines
1// Initialize Unlayer
2const builder = unlayer.createEditor({
3 id: 'editor',
4 displayMode: 'email',
5 appearance: {
6 theme: 'modern_light'
7 }
8});
9
10// Load the template
11builder.loadDesign(template);
12
13// Export HTML
14builder.exportHtml(function (data) {
15 const json = data.design; // template json
16 const html = data.html; // exported html
17});Frequently asked questions.
Everything you need to know about embedding Unlayer's creation engine into your product stack.
Have a custom requirement or technical question?
Ready to embed content creation
into your app?
Start your 14-day free trial today, or schedule a technical walkthrough with our solutions engineers to see Unlayer running inside your stack.

