Templatical Cloud
The open-source editor gives you everything you need to build and render email templates. Templatical Cloud adds the features teams need when shipping email tooling at scale — AI content generation, real-time collaboration, media management, template scoring, and more.
How It Works
Cloud features are activated by switching from init() to initCloud() when initializing the editor. The same visual editor you already know gets additional capabilities powered by the Templatical Cloud backend.
js
import { initCloud } from '@templatical/vue';
const editor = await initCloud({
container: '#editor',
auth: {
url: '/api/templatical/token',
},
});All Cloud features communicate through authenticated API endpoints and WebSocket connections managed automatically by the SDK.
Features
| Feature | Description |
|---|---|
| AI Assistant | Generate email content from prompts, rewrite text, design-to-template conversion |
| Collaboration | Real-time co-editing with live cursors and block locking |
| Comments | Inline review threads on specific blocks |
| Media Library | Upload, organize, and manage images with folders and search |
| Template Scoring | Automated quality checks for deliverability and accessibility |
| Saved Modules | Reusable template sections shared across your team |
| Test Emails | Send test emails directly from the editor |
| Snapshots | Version history with side-by-side comparison and restore |
| MCP Integration | Connect AI agents to build and modify templates programmatically |
| Multi-Tenant | Project and tenant isolation with API keys |
| Headless API | Full programmatic access to templates, media, and rendering |
Pricing
Plans start at $99/month. All plans include the full editor, AI features, and collaboration.