🤖 AI Chatbot Widget

Tawk.to-style embeddable chat widget built with Vanilla JavaScript

💬

Real-time Chat

Instant messaging with WebSocket support for seamless conversations.

👤

User Persistence

Automatic user identification with localStorage for returning visitors.

📜

Chat History

Load and display previous conversations with infinite scroll support.

🎨

Customizable

Easy theming with configurable colors, position, and branding.

📱

Fully Responsive

Works perfectly on desktop, tablet, and mobile devices.

âš¡

Lightweight

Pure Vanilla JS with no frameworks. Fast and efficient.

Try it now!

Click the chat button in the bottom-right corner to start a conversation.

<!-- Add this to your WordPress site or any HTML page --> <!-- Step 1: Load Chatbot Widget --> <script src="https://hostnocchatbotfrontend.branex.org/chatbot.js"></script> <script src="https://hostnocchatbotfrontend.branex.org/chat-socket.js"></script> <!-- Step 2: Optional Configuration --> <script> window.ChatBotConfig = { themeColor: "#03a84e", title: "Chat with us", position: "bottom-right" }; </script>