Install Spelo
The whole install is one line:
<script src="https://spelo.ai/spelo.js" data-site-id="YOUR_SITE_ID" async></script>Pick your platform below for the exact place to paste it.
Site builders
For WordPress, Shopify, Wix, Squarespace, Webflow, and Framer — most installs take 2 minutes, no code.
WordPress Free plugin · or paste in header.php · or via GTM. Multisite supported.
Shopify Theme snippet (recommended) · or Shopify App · or direct paste. Auto-disables on /checkout.
Webflow Custom Code in project or page settings. Auto-disables on /checkout.
Wix Custom Code in Site Settings. Requires Business plan.
Squarespace Code Injection. Requires Business plan. AMP not supported.
Framer Site Settings → Custom Code. Or React Code Component for advanced layouts.
Frameworks
For Next.js, React, Vue/Nuxt, Angular, SvelteKit, and Astro — one snippet in your root layout file.
Next.js App Router or Pages Router. Uses next/script with afterInteractive.
React (CRA, Vite) Paste in index.html, or use the useSpelo() hook for component-level control.
Vue / Nuxt Nuxt 3 plugin or Vue 3 mounted hook. SSR-safe.
Angular SpeloService injectable. Works with SSR via isPlatformBrowser.
SvelteKit Add to +layout.svelte with onMount. Adapter-agnostic.