🚀 PSDepot AI Chat Widget

Live demo of the AI-powered chat assistant

Checking API connection...

💬 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:

🛠️ Installation

Add the chat widget to any page on your website with just a few lines of code:

<!-- Add this before closing </body> tag --> <script src="https://psdepot.com/widget/chat-widget.js"></script> <script> PSDepotChat.init({ apiUrl: 'http://localhost:8080', // Mission Control URL position: 'bottom-right', // Position on page voiceEnabled: true // Enable voice input }); </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', // Mission Control endpoint position: 'bottom-right', // Position: bottom-right, bottom-left, etc. title: 'Chat with Miles', // Widget title subtitle: 'AI Sales Assistant', // Subtitle text placeholder: 'Ask about products...', // Input placeholder voiceEnabled: true // Enable voice input }

🔗 Back to Website

Ready to add this to your site?

← Back to psdepot.com