Skip to content
Now open sourceStar us on GitHub

The open-source email editor for your app

A drop-in drag-and-drop email editor SDK. Build, customize, and export production-ready email templates. The open-source alternative to BeeFree.

terminal
$ npm install @templatical/vue

import { init } from '@templatical/vue'
import '@templatical/vue/style.css'

const editor = init({
  container: '#editor',
  onChange: (content) => save(content),
})

// Export as MJML — convert to HTML on your server
const mjml = editor.toMjml()
Everything you need

A complete email editor SDK

Everything you need to embed a professional email editor in your application — no vendor lock-in, no per-seat pricing.

Drag-and-Drop Editor

13 block types including text, images, buttons, and multi-column sections with 5 layout options. Your users build emails without touching code.

MJML Export

Export templates as MJML — the industry standard for responsive email markup. Convert to HTML on your server with any MJML library.

Merge Tags

5 syntax presets out of the box: Liquid, Handlebars, Mailchimp, AMPscript, and Django. Or define your own custom syntax.

Custom Blocks

Define your own block types with custom fields (text, image, color, select, repeatable) and HTML templates. Fetch field data from your API.

Theming & Dark Mode

27 semantic color tokens to match your brand. Built-in dark mode with auto-detection. Full i18n support with English and German.

Display Conditions

Conditional content blocks that show or hide based on rules. Wrap blocks with custom before/after code for dynamic email personalization.

Why Templatical?

The open-source alternative to BeeFree

Already using BeeFree? Switch to Templatical and own your email editor. No vendor lock-in, no usage caps, no surprises.

Feature Templatical BeeFree
Open Source
Your Data, Your Servers
PricingFree & open sourcePaid per usage
Drag-and-Drop Editor
Custom Blocks
MJML Support
Merge Tags
Display Conditions
Dark Mode
Undo / Redo
Responsive Preview
Free Migration Tools
No Vendor Lock-In
Landing Page Builder
Community Driven

Already on BeeFree? Migrate in minutes with our free import tools.

Need managed hosting?

Templatical Cloud offers team collaboration, API access, multi-tenancy, and managed infrastructure — so you can focus on your product.

Try Templatical Cloud

Start building email templates today

Open source, free forever. Get started with the docs or explore the code on GitHub.