ronakp1234
01/20/2026, 3:45 PMVapi Support Bot
01/20/2026, 3:47 PMhtml
<vapi-widget
public-key="your-public-key"
assistant-id="your-assistant-id"
mode="chat"
theme="light"
></vapi-widget>
Just replace your-public-key and your-assistant-id with your actual values from the dashboard. For more details and customization options, see the [Vapi Web Widget documentation](https://docs.vapi.ai/chat/web-widget).
Source:
- [Vapi Web Widget documentation](https://docs.vapi.ai/chat/web-widget)Chiranjeet Mishra
01/20/2026, 3:48 PM<script src="https://unpkg.com/@vapi-ai/client-sdk-react/dist/embed/widget.umd.js" async type="text/javascript"></script>
<vapi-widget
public-key="your-public-key"
assistant-id="your-assistant-id"
mode="chat"
theme="light"
></vapi-widget>
The widget supports extensive customization options including:
• **Mode**: voice or chat
• **Theme**: light or dark
• **Position**: bottom-right, bottom-left, top-right, top-left
• **Size**: tiny, compact, full
• **Custom colors**: base-color, accent-color, button-base-color, button-accent-color
Full documentation with all customization options: [https://docs.vapi.ai/chat/web-widget](https://docs.vapi.ai/chat/web-widget)
Thanks!ronakp1234
01/20/2026, 3:53 PMChiranjeet Mishra
01/20/2026, 3:58 PM