Integrations

Add SpideyChat to any website

If it runs on the web, SpideyChat works on it. Installation is a single script tag — the same kind you'd paste for an analytics tool — so there's no plugin, framework, or platform lock-in.

One line of code

Paste this before the closing </body> tag, swapping in your bot ID from the dashboard.

<script src="https://spideychat.com/widget.js" data-bot-id="YOUR_BOT_ID"></script>

Works on the platforms you already use

WordPress

Paste the script into your theme's footer, or use any “header & footer scripts” plugin.

Shopify

Add the script to theme.liquid before </body>, or via a custom-code section.

WooCommerce

Drop the snippet into your WordPress footer — it loads across your whole store.

Webflow

Project Settings → Custom Code → paste into the Footer Code box and publish.

Wix

Use the Custom Code panel (Settings → Custom Code) and add it to the body, all pages.

Squarespace

Settings → Advanced → Code Injection → paste into the Footer field.

React

Inject the script tag on mount, or add it to your index.html before the closing body.

Next.js

Use next/script with the strategy of your choice, or add it to your root layout.

PHP / Laravel

Include the snippet in your Blade or PHP layout template before </body>.

Plain HTML

Paste the one line right before </body> — no build step, no dependencies.

Messaging & CRM connectors on the way

Native connectors for the tools your team already lives in are on our roadmap.