โœจ AI-Powered Health Assistant ยท Now Live

Your Smart Clinic
AI Assistant

Helping patients, doctors, and staff work smarter โ€” powered by Claude AI and your clinic's real data.

Everything Your Clinic Needs

Three specialized AI agents, one widget โ€” embedded in minutes.

๐Ÿง‘โ€โš•๏ธ
Patient Assistant
Patients can check appointments, understand prescriptions in plain language, view lab results, check bills, and get follow-up reminders โ€” 24/7 without calling the front desk.
For Patients
๐Ÿ‘จโ€โš•๏ธ
Doctor Assistant
Doctors get instant patient history summaries, today's OPD queue, critical lab alerts, pending documentation warnings, and medicine/ICD lookup โ€” all in one conversational interface.
For Doctors
๐Ÿ“‹
HR & Admin Assistant
HR staff can query revenue reports, staff directory, appointment statistics, referral commission status, WhatsApp notification logs, and subscription details instantly.
For HR / Admin
๐Ÿ”Œ
One-Line Embed
Add to any website or app with a single script tag. Works on existing clinic portals, React apps, mobile webviews, or plain HTML pages without any framework dependency.
Universal
๐Ÿ”’
Secure by Design
No passwords or OTP hashes exposed. Session-based conversations, configurable CORS, and role-based context isolation. Each role only sees data appropriate to them.
Secure
๐Ÿง 
Powered by Claude AI
Understands natural language queries in Hindi-English mix, complex medical questions, and multi-turn conversations. Knows your database schema and speaks clinic context.
Claude AI

Try the AI Agent Now

Click the chat button in the bottom right. Switch between roles using the tabs inside. Ask anything!

๐Ÿ”Œ Embed in Any Website

Add the AI assistant to your existing clinic portal with just 2 lines of HTML:

<!-- Optional: configure before loading --> <script> window.ClinicAgentConfig = { serverUrl: 'http://localhost:3456', defaultRole: 'patient', // 'patient' | 'doctor' | 'hr' primaryColor: '#2563eb', clinicName: 'City Health Clinic' }; </script> <!-- The widget --> <script src="http://localhost:3456/widget.js"></script>