Mobile-first physiotherapy telehealth platform for Rwanda
# Kora Health
A mobile-first physiotherapy telehealth platform for Rwanda.
**Live application:**
kora-health.vercel.app
**Backend API:**
kora-health-production.up.r…
**Repository:**
github.com
Kora Health connects Rwandan patients with licensed physiotherapists remotely.
Therapists prescribe personalised exercise plans. Patients log pain before and
after every workout. Progress becomes measurable data both sides can see.
Rwanda has approximately 186 registered physiotherapists for a population of
14.4 million. This project closes that distance by moving guided rehabilitation
into the phone.
## Table of contents
- Live demo
- Test credentials
- Features
- Tech stack
- Architecture
- Project structure
- Getting started
- Environment variables
- Running the project locally
- Deployment
- Deferred features
- License
## Live demo
The application is deployed and publicly accessible:
- **Web app (users):**
kora-health.vercel.app
- **API (developers):**
kora-health-production.up.r…
## Test credentials
You can use these accounts to test the deployed app immediately:
**Patient account:**
- Email: `patient@kora.rw`
- Password: `TestPassword123`
**Therapist account:**
- Email: `therapist@kora.rw`
- Password: `TestPassword123`
New accounts can also be created directly at
kora-health.vercel.app.
## Features
### Patient side
- Register and log in with role selection
- View prescribed treatment plans on a personal dashboard
- Follow guided exercise sessions with pre and post pain rating (0-10 scale)
- Track pain progress over time through visual charts
- Access personal workout history
### Therapist side
- Register with license verification information
- View all registered patients in the platform
- Search patients by name or phone number
- View individual patient details with clinical history
- Create treatment plans with multiple prescribed exercises
- Configure exercise …