Cetrai Widget

Embeddable chat widget with voice support, powered by Gemini Live API.
Click the purple button in the bottom right corner to try it out!

⚠️ Configuration Required: You need to configure the 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>

💬 Real-Time Chat

Chat via text or voice with instant responses from Gemini.

🎤 Voice Support

Speak directly to the assistant using your microphone.

🎨 Fully Customizable

Customize colors, text, and position to match your website.

📦 Easy Integration

Just one script tag to add to your website.

🗄️ Database Integration

Agent settings and sessions are stored in the database.

⚡ Redis Caching

Agent settings are cached for better performance.

👇