unlayer-export

Export Unlayer editor content to HTML, text, images, PDFs, and ZIP archives.

13|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/unlayer/unlayer-skills --skill unlayer-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unlayer-export
Source: https://github.com/unlayer/unlayer-skills/tree/main/unlayer-export
Command: npx skills add https://github.com/unlayer/unlayer-skills --skill unlayer-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of getting your Unlayer designs out of the editor and into various formats for use in different applications and workflows.

Core Features & Use Cases

  • Multiple Export Formats: Generate HTML, plain text, images (PNG), PDFs, and ZIP archives.
  • Design Persistence: Ensures you can always save and reload the editable design JSON.
  • Server-Side Export: Supports Cloud API for advanced exports like images and PDFs.
  • Auto-Save Functionality: Implements patterns for automatically saving user progress.
  • Use Case: Export your email template as HTML for sending via an email service provider, save the design JSON to allow users to edit it later, and generate a PNG thumbnail for a gallery view.

Quick Start

Export the current Unlayer design as HTML and save the design JSON to your backend.

Frequently Asked Questions about unlayer-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Unlayer email template designs to HTML for sending?

You can export Unlayer designs to HTML using client-side methods or the server-side Cloud API. This generates standard HTML output ready for integration with email service providers.

Can I generate PDF and PNG images from Unlayer design JSON?

Yes, you can generate PDFs and PNG images from Unlayer design JSON. This requires using the server-side Cloud API export method, which is a paid feature for advanced format generation.

What is the best way to save Unlayer design JSON so users can edit templates later?

The best way to save Unlayer design JSON is to export it to your backend storage. This ensures the editable design state persists, allowing users to reload and modify their templates later.

Does exporting Unlayer content as a PDF require the Cloud API?

Yes, exporting Unlayer content as a PDF requires the Cloud API. While HTML and plain text support client-side export, generating PDFs and images are advanced paid features handled server-side.

How do I implement auto-save functionality for Unlayer editor content?

You can implement auto-save by exporting the Unlayer design JSON to your backend at regular intervals. This pattern ensures user progress is automatically saved and reloaded without data loss.

What export formats are supported when getting content out of the Unlayer editor?

Unlayer editor content can be exported into multiple formats including HTML, plain text, PNG images, PDFs, and ZIP archives. This supports various application workflows and gallery views.