Embedded widget
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>Replit and zip downloads are placeholders for now — bucket wiring is tracked as a follow-up.