Echo Widget Demo

This page demonstrates how to embed the Echo support widget on your website.

How this fits together (3 separate apps)

Dashboard
Where an organization signs up and manages conversations, knowledge base, and settings.
Widget
The actual chat UI. It never gets visited directly — it always loads inside an invisible iframe.
Embed script (this page)
A tiny script a website pastes in. It draws the floating chat button and points the hidden iframe at the Widget above, passing along an organization ID.

Basic Usage

<script
  src="https://echo-embed-zeta.vercel.app/widget.iife.js"
  data-organization-id="org_3AJ12DTdiMowmTWbrnW8svRgVrl"
></script>

Configuration

Pre-filled with a live demo organization — try it as-is, or sign up on the dashboard, create your own org, and paste its ID here instead.