MedAide
An intelligent medical management & prescription-support system for private practices.
I built a full-stack Electron + React desktop suite for doctors, patient records, appointments, consultations, statistics, and AI-assisted prescription support, all in one offline-first app.
MedAide is a practice-management suite I built end-to-end for solo practitioners and small clinics. It runs as a single Electron desktop app so doctors can work offline between visits, with patient data, appointment calendars, consultation notes, and statistics sitting behind one authenticated shell.
The care workflow links everything together: a patient's history, current appointments, active prescriptions, and consultation notes all roll up into a single view. PDF export for prescriptions and reports is built in, and the statistics module gives practice-wide and per-patient views of activity.
The codebase is a React 19 renderer driven by React Router v7, Tailwind v4, and a clean API-service layer. Auth is context-scoped with a protected layout, and the whole thing packages to installers for Windows, macOS, and Linux via electron-builder.
- Electron
- React 19
- React Router v7
- Tailwind v4
- Vite
- Axios
- html2pdf.js
- electron-builder