Skip to content

SYNAPSE CHAT — AI ASSISTANT

An AI that doesn't just talk about your template. It edits it.

An AI assistant wired into the email editor — it reads your template, surfaces validation errors, and applies every change directly into the document.

< 3sAverage response time
50+NLT constructs understood
0Copy-paste steps required
100%Template validation before apply

Write templates faster. Fix errors instantly.

Writes new NLT from a description.

Tell it what you want. It writes valid NLT syntax — variables, conditionals, loops, currency formatting, filter chains — and inserts it into your template.

AI Chat
Add a section that shows the user's 3 most recent orders with prices in EUR
Added. Here is what I inserted: {for item in the user's Orders, show first 3} {item.Name}: {item.Price, as "currency EUR"} {end for}

Detects validation errors. Fixes them in place.

The AI scans your template for NLT validation errors — unclosed conditionals, mismatched loop variables, invalid filter syntax. Error count and severity badges appear on the chat avatar.

AI Chat
I'm getting an error on line 12
Line 12 has an unclosed {if} block. You wrote {if the user's Plan is premium} but there is no matching {end if}. I added the closing tag after the VIP message block.

Explains NLT syntax with working examples.

Ask how to format a currency, chain filters, or write a date comparison. The AI answers with working NLT syntax specific to your use case.

AI Chat
How do I show a percentage that's stored as a decimal?
Use the percentage format. If the user's Completion Rate is stored as 0.85, this will display as 85%: {the user's Completion Rate, as "percentage"} Values between -1 and 1 with a decimal point are automatically multiplied by 100.

Not a chatbot. An editor integration.

Most AI assistants live in a sidebar. You ask, they answer, you copy-paste. Synapse Chat is different — it's wired directly into the editor through a real-time bridge.

1

It reads your template.

When the editor is open, the AI sees the current document content. It knows what variables you are using, which conditionals are open, and where your cursor is.

2

It applies changes directly.

When the AI writes a fix or generates new content, it injects the change into the editor. You see the template update in real time — no copy-pasting, no manual insertion.

3

It tracks validation state.

The AI monitors NLT validation errors and surfaces them as severity-classified badges (errors vs. warnings) on the chat avatar. You see the error count before you even open the chat.

Template Editor
1{the user's First Name, or "there"},
2
3Welcome to Premium!
4Your balance is {the user's Balance,
5 formatted as currency}.
Technical detail

The bridge exposes three primitives: isEditorActive(), applyEditorAction(), getEditorDocument(). The AI reads the current document state, generates a structured action (insert, replace, delete), and the bridge applies it transactionally — the editor updates in place without a round-trip through the clipboard.

Three prompts. Three completed templates. No copy-paste.

Click Run to watch each prompt generate a complete template in real time.

Write a welcome email. Use the user's first name with a fallback. Show different content for premium vs. free users. Include their signup date formatted as a long date.

Synapse Chat

Click Run to start...

Template Editor

Template content will appear here...

The price shows as a raw number instead of formatted currency.

Synapse Chat

Click Run to start...

Template Editor

Template content will appear here...

Add a table showing the user's last 5 transactions with date, description, and amount in USD.

Synapse Chat

Click Run to start...

Template Editor

Template content will appear here...

What it does — and what it doesn't.

Boundary

Not a general-purpose chatbot.

It writes and fixes NLT templates. It does not write blog posts, answer trivia, or have conversations about the weather.

Boundary

Not a replacement for understanding your data.

The AI works with your contact fields and event attributes. If you do not have an "Orders" field on your contacts, the AI cannot fabricate one.

Boundary

Not a black box.

Every change it makes is visible in the editor. You see exactly what was added, changed, or removed. Accept, undo, or modify — you stay in control.

Try it yourself

No signup, no email capture, no marketing follow-up.

Template Editor
1Hi {the contact's first name},
2
3Thank you for signing up!
4
5We’re glad to have you on board. Click below to
6get started with your account.
7
8{button, labeled "Get Started"}
Synapse Chat

Type a prompt and click Run...

Write templates with an AI that does the writing.

Free tier: 2,000 emails/month, 2,000 contacts, full AI assistant access from day one. No feature paywalls.