MedKit Doctor Sites
Each doctor has a fully branded personal site — unique theme, hero layout, and sections.
Demo: 4 doctors, 4 different specialties, 4 different designs
Doctor Profiles
Dr. Arjun Sharma
MBBS, MD (Internal Medicine)
Your trusted partner in complete family health care.
Dr. Neha Kapoor
MBBS, MD (Radiology), FRCR
Precision imaging that guides confident clinical decisions.
Dr. Kavya Patel
MBBS, DCH, MD (Paediatrics)
Growing healthy, happy children — one little patient at a time.
Dr. Rohan Mehta
BPT, MPT (Orthopaedics & Sports), PhD
Recover faster. Move better. Perform stronger.
Dr. Demo Doctor
MBBS, MD
Quality care for every patient.
🏗️ Architecture
Every doctor has a config file in src/lib/doctors/profiles/ that controls their entire site. To add a new doctor:
- Create
profiles/dr-newname.jsusingcreateDoctorConfig() - Register it in
lib/doctors/index.js - Their site is live at
/doctor/their-slug
When you build the dashboard, it edits these config objects (stored in DB) and the site re-renders automatically. The config schema in lib/doctors/schema.js documents every dashboard-configurable field.