Live demo
Try Kate, our AI sales agent.
The chat widget at the bottom-right is the same one your customers see when you drop the embed snippet on your site. It is trained on this app's docs, so ask it anything about ABB SDR — or ask her to "show me the dashboard" and watch the clip play below.
Now showing
Suggested questions
Click one to copy it, then paste into the chat.
Embed it on your site
This is the same widget — drop the snippet on any page and the chat shows up.
<script src="http://roldera.abobo.me/widget.js"
data-base-url="http://roldera.abobo.me/"
data-trigger-seconds="30"
data-trigger-scroll="50"
data-trigger-exit="true"
data-color="#4f46e5"></script>
Configurable triggers: time on page, scroll depth, exit-intent. The widget only fires once per visitor session.
Local dev note.
The chat needs a real
OPENAI_API_KEY
in .env to actually
respond. With the default placeholder key, the request reaches the LLM and
returns an auth error — the rest of the UX (proactive triggers, citations,
intent detection) still works. After setting a real key, restart with
bin/abbsdr down && bin/abbsdr up
and re-run bin/abbsdr seed
to ingest the sample content.