🏥 MediDesk Widget - Live Demo
Experience the AI-powered hospital assistant in action
✓ Widget Active
✓ Widget Loaded Successfully!
Look for the blue chat button in the bottom-right corner of this page.
📋 About This Demo
This page demonstrates how MediDesk can be embedded on any website
using a simple script tag. The chatbot you see is fully functional and includes:
🤖 AI-Powered Chat
Natural language understanding with Mistral AI
📅 Appointment Booking
Easy scheduling with email notifications
🏥 Hospital Info
Timings, departments, fees, and facilities
🔒 Medical Safety
Strict controls preventing medical advice
🚀 How to Embed on Your Website
Step 1: Add this single line of code to your website (before closing </body> tag):
<!-- Add MediDesk Widget -->
<script src="https://medi-desk-omega.vercel.app/medidesk.js"></script>
Step 2: Customize with data attributes (optional):
<script
src="https://medi-desk-omega.vercel.app/medidesk.js"
data-hospital-id="your-hospital-id"
data-position="bottom-right"
data-theme="blue"
data-auto-open="false"
></script>
💡 Pro Tip: The widget works on WordPress, Wix, Webflow, Shopify,
and any custom HTML website. No coding knowledge required!
🎮 Control the Widget Programmatically
You can control the widget using JavaScript:
// Open widget programmatically
window.MediDesk.init({ autoOpen: true });
// Check widget version
console.log(window.MediDesk.version);
// Custom configuration
window.MediDesk.init({
hospitalId: 'my-hospital-123',
position: 'bottom-left',
theme: 'blue'
});
✨ Features & Benefits
⚡ Lightning Fast
Loads in under 2 seconds, optimized bundle size
📱 Mobile Responsive
Works perfectly on all devices and screen sizes
🎨 Customizable
Match your brand colors and positioning
🔐 Secure & Private
HIPAA-compliant, encrypted communications
🌍 Multi-Language
Support for multiple languages (coming soon)
📊 Analytics
Track conversations and appointments
🌐 Compatible Platforms
MediDesk works seamlessly with:
WordPress
Add via Custom HTML block or theme footer
Wix
Use Embed Code element in editor
Webflow
Add to custom code in project settings
Shopify
Add to theme.liquid file
Squarespace
Use Code Injection in settings
Custom HTML
Works with any HTML website
💬 Try It Now!
Click the blue chat button in the
bottom-right corner to start a conversation with MediDesk AI.
Try asking:
- "What are your hospital timings?"
- "I need to book an appointment"
- "What departments do you have?"
- "What are the consultation fees?"
- "Do you have emergency services?"
📞 Get Started
Ready to add MediDesk to your hospital website?