Embedded widget

Voicebot popup on a marketing site

The voicebot widget renders a circular mic button in the bottom-right of any page. Click it, ask a question, and Vaani replies with audio plus an in-page transcript. Two attributes set it up.

The widget script is hosted at https://cdn.vaanilabs.in/widget/v1.js. Drop it into your <head> and tag the page with your bot ID.

<script
  src="https://cdn.vaanilabs.in/widget/v1.js"
  data-vv-bot-id="bot_REPLACE_ME"
  data-vv-language="hi-IN"
  defer
></script>
Bots are tied to a knowledge base — upload PDFs from /dashboard/knowledge first, then provision a bot.

Replit and zip downloads are placeholders for now — bucket wiring is tracked as a follow-up.