This is an example of how to integrate the AI chatbot widget into any existing website.
Just include two files and initialize the widget!
Modify styles and behavior to match your brand.
Works perfectly on desktop, tablet, and mobile.
<link rel="stylesheet" href="chatbot-widget.css">
to your head<script src="chatbot-widget.js"></script>
before closing body tagnew ChatbotWidget();
That's it! The AI assistant will appear in the bottom-right corner, ready to help! 👉