One line, zero build tools
Ship the widget from a CDN and keep your own site as simple HTML. No bundler, no npm, no framework. Just copy the snippet into the pages you care about.
DTI Chat Widget CDN gives you a fully branded, first‑party chat experience that runs on your own domain and talks directly to your n8n workflows (or any HTTP endpoint). No frameworks, no external accounts, just a lightweight script tag.
Quick start
Open your favorite site or static HTML file, paste the script tag above, and point
data-webhook-url at any HTTP endpoint. Most people start with an
/webhook node in n8n, but any JSON‑speaking backend works.
Ship the widget from a CDN and keep your own site as simple HTML. No bundler, no npm, no framework. Just copy the snippet into the pages you care about.
Conversations are stored locally in the user's browser so they can close, reopen, or refresh without losing context. Your webhook only sees what it needs to respond.
The widget ships with a modern, gradient‑driven interface that looks at home on marketing pages and dashboards alike. Works on phones, tablets, and desktops out of the box.
How it works
Each message the user sends is posted to your configured webhook URL with the full conversation context. Your flow returns a JSON response, and the widget renders it as chat messages. Use n8n, a custom API, or any integration stack you already trust.