Add AI chat to any website in minutes
BizChat Widget is a lightweight, customizable chatbot you can embed on any site. Real-time chat, multi-language support, and zero backend setup.
How it works
One script, instant embed
Add a single script tag. The widget loads, fetches your chatbot config, and appears in the corner of your page.
Fully customizable
Colors, alignment, avatar, entry forms, and starter prompts. Configure once in BizChat AI dashboard.
EN / 日本語 support
Automatic language detection. Optional pre-chat form, typing indicators, and session-based conversations.
How to add
<script src="https://widget.bizchat-ai.com/bizchat.js"></script>
<script>
BizChat.init({
USER_ID: 'YOUR_CHATBOT_ID',
TITLE: 'Your Chat Title',
API_KEY: 'YOUR_API_KEY'
});
</script>
Replace
YOUR_CHATBOT_ID and YOUR_API_KEY with values from your BizChat AI dashboard. For local demo, use
./bizchat.js as the script src.
Quick steps
Create a chatbot in BizChat AI
Sign up, create a chatbot, and get your Chatbot ID and API Key from the embed settings.
Add the script to your HTML
Include the widget script before the closing body tag, then call BizChat.init() with your config.
Share or deploy
Use Public for production (ai.bizchat-ai.com) or Dev for development (ai-dev.bizchat-ai.com).