💬 Try It Now
The chat widget is active on this page! Look for the chat button in the bottom-right corner and click it to start a conversation with Miles, our AI sales assistant.
Miles can help with:
- Product questions and recommendations
- Order status and shipping inquiries
- Technical support for POS equipment
- General business inquiries
🛠️ Installation
Add the chat widget to any page on your website with just a few lines of code:
<script src="https://psdepot.com/widget/chat-widget.js"></script>
<script>
PSDepotChat.init({
apiUrl: 'http://localhost:8080',
position: 'bottom-right',
voiceEnabled: true
});
</script>
✨ Features
🤖
AI Powered
Connected to Mission Control v2.1
🎤
Voice Support
Text and voice input modes
💾
Persistent
Session saved locally
📱
Responsive
Works on all devices
⚙️ Configuration Options
{
apiUrl: 'http://localhost:8080',
position: 'bottom-right',
title: 'Chat with Miles',
subtitle: 'AI Sales Assistant',
placeholder: 'Ask about products...',
voiceEnabled: true
}