Demo
Click the chat bubble in the bottom right corner to try the widget.
The chat widget appears as a floating bubble. Click it to start a conversation with the AI assistant. Your conversation history is preserved using localStorage.
Powered by Cloudflare Workers AI - Embeddable chat widget for any website
Click the chat bubble in the bottom right corner to try the widget.
The chat widget appears as a floating bubble. Click it to start a conversation with the AI assistant. Your conversation history is preserved using localStorage.
Add this script tag to your website, replacing YOUR_CLIENT_ID with your actual client ID:
<script src="https://ai-chatbot.auramediastudios.workers.dev/embed.js" data-client-id="YOUR_CLIENT_ID"></script>
No external dependencies. Just one script tag.
Colors, welcome message, and system prompt per client.
Fully responsive design for all screen sizes.
Conversation history saved in localStorage.
Train your chatbot with your own content. Add FAQs, product info, or any text - the chatbot will use this knowledge to answer questions accurately.
Enable powerful features via data attributes on the script tag:
Show clickable suggestion buttons after assistant messages:
<script src="embed.js"
data-client-id="YOUR_ID"
data-quick-replies="true"
data-quick-replies-options="Pricing,Features,Contact Us">
</script>
Show a pre-chat form to collect visitor information:
<script src="embed.js"
data-client-id="YOUR_ID"
data-lead-capture="true"
data-lead-capture-fields="name,email,phone"
data-lead-capture-title="Let's get started!">
</script>
Display product cards with images, descriptions, and buttons. Cards can be returned from your API:
[CARDS][{"title":"Product","description":"Great item","price":"$49","buttonText":"Learn More","buttonUrl":"https://..."}][/CARDS]
Guided conversation paths with clickable buttons.
Collect name, email, phone before chat starts.
Product cards with images and action buttons.
API can return cards and quick replies per message.
Try the premium features yourself:
The chatbot includes a full REST API for management: