Tawk.to-style embeddable chat widget built with Vanilla JavaScript
Instant messaging with WebSocket support for seamless conversations.
Automatic user identification with localStorage for returning visitors.
Load and display previous conversations with infinite scroll support.
Easy theming with configurable colors, position, and branding.
Works perfectly on desktop, tablet, and mobile devices.
Pure Vanilla JS with no frameworks. Fast and efficient.
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>