What a physiotherapy exercise plan app needs
- Clinician assigns a program of exercises with sets, reps, and frequency
- Patient sees only the exercises due today, in order, with a video or photo per movement
- One-tap completion logging plus an optional pain score after each session
- Adherence summary the clinician sees before the next appointment
- Reminder notifications at the time the patient chose, not the clinic
The screens
| Screen | What it does |
|---|---|
| Today | Today's prescribed exercises with tap-to-complete and a session pain score |
| Exercise Detail | Video or photo, cue text, sets and reps, and what it should not feel like |
| My Plan | The full program, which days each exercise falls on, and the review date |
| Progress | Adherence over the last weeks plus a pain trend line |
| Clinician View | Patient list, assign or edit a program, read logged sessions |
The data model
Exercise: name, mediaUri, cueText, defaultSets, defaultReps, holdSeconds, cautionNoteProgram: patientId, clinicianId, startDate, reviewDate, statusPrescription: programId, exerciseId, sets, reps, daysOfWeek, notesSessionLog: prescriptionId, date, completed, painScore, patientNote
The build prompt (copy this)
Paste this into ShipNative and it becomes a working React Native app with these screens, navigable in a live preview, in about two minutes:
Then iterate with small, screen-specific prompts (“make the primary button bigger”, “add an empty state”), preview on your own phone, and export the full Expo project whenever you want. The full method: how to build an app with AI.
How it makes money
Sell to the clinic, not the patient — a per-clinician subscription of roughly $15–30 per month, with unlimited patients. Patients will not pay for homework, but a practice will pay for fewer no-shows and better-informed appointments. Keep the patient app free forever, since charging the patient kills adherence, which is the entire product.
Implementation and the revenue math for every model: how to make money from an app. When you’re ready to ship: App Store and Google Play publishing guides.
Build it now
The prompt above is free to run at shipnative.dev — working physiotherapy exercise plan app on your phone today, full code export, no credit card.