Embeddable chat widget with voice support, powered by Gemini Live API.
Click the purple button in the bottom right corner to try it out!
agentId with a valid agent UUID from the database.
Without a valid agentId, the widget will not work.
<!-- Add this code to your website -->
<script>
window.CetraiConfig = {
// Required field
agentId: 'your-agent-uuid-here',
// Optional: WebSocket URL (auto-detected from server if not provided)
// wsUrl: 'ws://localhost:8081',
// Optional overrides (uses database settings if not provided)
primaryColor: '#6366f1',
title: 'Virtual Assistant',
greeting: 'Hello! How can I help?',
};
</script>
<script src="cetrai-widget.min.js"></script>
Chat via text or voice with instant responses from Gemini.
Speak directly to the assistant using your microphone.
Customize colors, text, and position to match your website.
Just one script tag to add to your website.
Agent settings and sessions are stored in the database.
Agent settings are cached for better performance.