JSON Format
The editor uses a custom JSON schema to represent the email structure. This is the source of truth for the document.Exporting to JSON
Importing from JSON
HTML Export
You can render the current document state directly to a static HTML string, suitable for sending via any email service provider (ESP).React Email Compatibility
Under the hood, Open Email uses React Email components. TherenderToReactEmail function converts the internal document model into a React Element tree composed of standard React Email components (<Html>, <Section>, <Text>, etc.).
