Stop building email editors from scratch.
A drag-and-drop email editor you embed in your SaaS. Your users design templates, you get back HTML that renders everywhere, from Outlook to Gmail mobile.
- No credit card
- No sales call
- No waitlist
Two minutes to an API key.
1B+
Emails/month from Topol templates
12,000+
Companies using Topol
14 days
Free trial, no card
Why teams stop building their own
What looks like a two-week project turns into six months once Outlook rendering, dark mode, image hosting, and per-user permissions join the scope. Here's what you skip.
- Running the same afternoon.
- Script tag or npm, API key, config object.
- HTML that survives Outlook.
- MJML under the hood, tested across Gmail, Outlook, Apple Mail, and the mobile clients.
- Actually white-label.
- Your brand, your blocks, no "Powered by" anywhere.
- Works with whatever you're on.
- Vue component or script tag for React, Next, Angular, Svelte, plain HTML.
What the integration looks like
A frontend library and an API key. That's it.
- 1Sign up, grab your API key.
- 2Drop the editor into your app.
- 3Wire
onSaveAndClose. - 4Theme it to match your brand.
<script setup> import { TopolEditor } from "@topol.io/editor-vue"; const customOptions = { authorize: { apiKey: "YOUR_API_KEY", userId: "current-user-id", }, }; function handleSaveAndClose({ json, html }) { saveTemplate({ json, html }); } </script> <template> <TopolEditor :options="customOptions" @onSaveAndClose="handleSaveAndClose" /> </template>
Full API reference at docs.topol.io.
What it'll actually cost you
Flexible plans for growing startups and enterprise-sized teams. Monthly billing, cancel any time.
$
70
/ month
$
140
/ month
$
300
/ month
Frequently asked questions
What is Topol Plugin, exactly?
Does it work with my framework?
What about email client compatibility?
Do I need to run a backend service for it?
Is it really white-label?
How does pricing work?
Where is my data stored?
Can I see it running somewhere before I sign up?
What happens at the end of the trial?
How long does integration actually take?
Skip the quarter of engineering
Sign up, paste the snippet, see it running. An afternoon to have something in staging.
Already running inside real products
Topol runs in 12,000+ products. Meet three of them.
Ecomail
1B+
emails / month
12,000+ customers, 150,000+ templates, 1B+ emails sent a month.
Read case study →
Customerscore.io
3+
dev months saved
Integrated in one week. 2× faster email creation, 100% positive client feedback.
Read case study →
Message34
3×
faster template creation
Template creation: 40 minutes to 15. Support tickets down 30%.
Read case study →