Next-Generation OPD Desk & Patient Live Queue
Two specialized, interconnected web applications built for independent Vercel deployment: the authoritative B2B SaaS portal for small clinics/doctors across India, and the lightweight B2C consumer app for patients.
AbhiHealth Partners
Multi-Doctor Clinic OPD Management & Token Caller
Designed for clinic receptionists and doctors. Manage concurrent and sequential doctor shifts (e.g. Dr. Rahul 4–5 PM, Dr. Sheetal 5–6 PM), call tokens, broadcast schedule delays, type clinical observations and digital prescriptions, and review the daily attendance audit log.
apps/partners/index.html
AbhiHealth Patient Web
Doctor Discovery, Live Queue Pulse & Digital Passes
Mobile-optimized web application for patients. Search clinics and doctors by specialty or sequential shifts, save favorite neighborhood clinics, track your live token turn in real time with authoritative clinic-verified attendance, and view doctor prescriptions.
apps/consumer/index.html
Both applications are completely decoupled in the monorepo with dedicated configuration files:
vercel.json
Routes /partners to B2B SaaS and /consumer to B2C Patient App.
apps/partners/vercel.json
Direct deployment root for clinic partners domain (e.g. partners.abhihealth.com).
apps/consumer/vercel.json
Direct deployment root for consumer domain (e.g. app.abhihealth.com).