Getting started

Quickstart: add SpideyChat to your website

Create a bot, train it on your business, and paste one line of code to go live in minutes.


Getting SpideyChat live takes four steps and about two minutes. You'll create a bot, teach it your business, customize the widget, then paste one line of code onto your site.

  1. 1Create a bot in the SpideyChat dashboard.
  2. 2Teach it your business — describe it in plain language, point the crawler at your website, or upload documents (PDF, DOCX, TXT, CSV, Markdown).
  3. 3Customize the widget — set the name, welcome message, brand color, and quick-reply pills.
  4. 4Copy your embed snippet and paste it into your site, just before the closing </body> tag.
<script src="https://spideychat.com/widget.js" data-bot-id="YOUR_BOT_ID"></script>

Swap YOUR_BOT_ID for your real Bot ID from the dashboard. That's the only value you need to change.

More in Getting started