Skip to content

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

FeatureDescription
AI AssistantGenerate email content from prompts, rewrite text, design-to-template conversion
CollaborationReal-time co-editing with live cursors and block locking
CommentsInline review threads on specific blocks
Media LibraryUpload, organize, and manage images with folders and search
Template ScoringAutomated quality checks for deliverability and accessibility
Saved ModulesReusable template sections shared across your team
Test EmailsSend test emails directly from the editor
SnapshotsVersion history with side-by-side comparison and restore
MCP IntegrationConnect AI agents to build and modify templates programmatically
Multi-TenantProject and tenant isolation with API keys
Headless APIFull programmatic access to templates, media, and rendering

Pricing

Plans start at $99/month. All plans include the full editor, AI features, and collaboration.

Start Free Trial  ·  View Pricing  ·  Contact Sales