🚀 ConvoAI Chat SDK - Development Environment

📋 Basic Integration

This is how you would integrate the chat widget into your website:

<script src="https://cdn.convoai.com/chat/convoai-chat.min.js"></script> <script> ConvoAIChat.init({ apiKey: 'your-api-key', baseUrl: 'https://api.convoai.com', theme: { primaryColor: '#007bff', position: 'bottom-right' } }); </script>

⚙️ Configuration Demo

Widget Position

Theme Colors

Widget State

Connection Test

📊 Widget Status

🔄 Initializing...
📱 Widget Status: Loading...
💬 Messages: 0 queued

🔧 Advanced Features

Test advanced features of the chat widget:

📝 Event Logs

🚀 SDK Development Environment Loaded