Setup

Installing the Breezaro Chatbot on Your Website

You can install the Breezaro chatbot in just a few minutes by pasting a short script into the footer or code injection section of your website.

Step-by-step

You’ll find your personal embed code under

Dashboard → Widget . It looks like this:

<script data-app-id="YOUR_APP_ID" src="https://breezaro.com/breezaro-widget.js" defer></script>

Integration guides: Wix, Squarespace, etc. available in the Integrations section.

Behaviour

How It Works

  1. Install in minutes – Works with Wix, GoDaddy, Squarespace, WordPress, Webnode.
  2. Train with your content – Upload PDFs, DOCX, TXT, Markdown, or crawl content directly from your website.
  3. Go live – Start answering accurately from the first minute.
Setup

Content-Security-Policy

If your website sends a strict Content-Security-Policy, allow Breezaro's origins so the widget script, the chat frame, and the live-reply stream aren't blocked:

script-src   https://breezaro.com
frame-src    https://breezaro.com
connect-src  https://breezaro.com https://ws.breezaro.com
style-src    'unsafe-inline'

The connect-src entry for ws.breezaro.com powers live reply notifications while the chat is closed. Without it the widget still works and simply falls back to checking for new replies periodically.