Choose the plan
Activate Pro or Premium for the business workspace.
DEVELOPER DOCS
Add the hosted Kelsie assistant to a custom spa, studio, or office website with one iframe. Kelsie uses the services, pricing, hours, and public business details already configured in your workspace.
QUICK START
The custom website assistant is included with Pro and Premium. It reads only public business information and sends guests back to the hosted booking flow when they are ready to choose a time. Pro also includes white label: turn it on in Settings → Branding and the assistant carries your business name only, with no Kelsie marks.
Activate Pro or Premium for the business workspace.
Copy the final part of your Kelsie booking-page URL.
Replace the placeholder and add it to your website.
One script tag adds a floating chat bubble to every page. Replace YOUR_BUSINESS_SLUG with the slug from your public booking URL - usekelsie.com/s/river-studio uses river-studio. Optional attributes: data-position="left", data-color="#111723", data-offset="24".
<script
src="https://usekelsie.com/widget.js"
data-business="YOUR_BUSINESS_SLUG"
async
></script>Prefer the assistant inline on a contact page? Drop the iframe wherever it should live.
<iframe
src="https://usekelsie.com/embed/YOUR_BUSINESS_SLUG"
title="Ask Kelsie"
loading="lazy"
allow="microphone; autoplay"
style="
width: min(420px, calc(100vw - 32px));
height: min(620px, calc(100vh - 32px));
border: 0;
background: transparent;
"
></iframe>This version keeps Kelsie available at the bottom-right of the site. Check that it does not cover cookie controls, checkout actions, or mobile navigation.
<div style="position: fixed; right: 20px; bottom: 20px; z-index: 9999;">
<iframe
src="https://usekelsie.com/embed/YOUR_BUSINESS_SLUG"
title="Ask Kelsie"
loading="lazy"
allow="microphone; autoplay"
style="width: min(420px, calc(100vw - 32px)); height: min(620px, calc(100vh - 32px)); border: 0;"
></iframe>
</div>We can help with responsive sizing, content-security policies, and matching the assistant placement to your website. Custom API access is not part of this preview.
Email developer support