Skip to content

Webflow install

Add the Chatevo widget to Webflow via Custom Code in project settings — same embed snippet as any static site.

  1. Open Project settingsCustom code.
  2. Under Footer code, paste:
<script
src="https://widget.chatevo.ai/chat.js"
data-deployment-id="YOUR_DEPLOYMENT_ID"
async
></script>
  1. SavePublish the site (draft changes do not affect live embed).
EnvironmentDomain to allowlist
Webflow staginghttps://your-site.webflow.io
Custom domainhttps://www.yourdomain.com

Use separate deployments if staging and production assistants differ.

Default footer install loads on all pages. To limit chat to certain pages, use Webflow’s conditional embed patterns or membership-gated pages — still keep domain allowlisting correct.

For member-only Webflow experiences, pass JWT via custom footer script after login — see JWT verification.

  1. Publish and open live URL (not Designer preview only).
  2. Confirm widget and streaming replies.
  3. Fix domain not allowed if config fails to load.