DTI Chat Widget CDN Optimized for n8n webhooks

DTI Support Agent Chat Widget CDN

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.

One-line install Session persistence Mobile friendly

Quick start

From empty page to live chat in under a minute

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.

Install

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.

Behavior

Browser‑side session history

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.

Design

Polished UI, dark‑mode first

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

Built around webhooks, not vendor lock‑in

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.