
TinyHealers
- Type
- Healthcare · Portal
- Year
- 2024
- Role
- Design + full-stack, solo
- Status
- live
tinyhealers.comPrivate repo
Overview
A portal for managing prescriptions and patient records across clinicians, admins and pharmacists. Healthcare data means the access model and the audit trail are the product, not a feature.
Every route is gated by role and every state-changing action is logged with actor, timestamp and payload. On top of that sits the day-to-day work: patient records, dosage calculators, and generated prescription reports.
What I built
- Role-based access control for clinicians, admins and pharmacists, enforced per route
- Append-only audit trail on every state change, queryable from the admin side
- Dosage calculators built against clinician-supplied rules, with input validation
- Server-generated prescription PDFs
Stack
Frontend
ReactTypeScript
Backend
Node.jsPostgresAuth + RBACAudit logs
Infra
VercelPDF generation