What a tutoring session app needs
- Student roster with rate, subject, and parent contact
- Log a session with duration, topic, and homework set
- Prepaid hour packages with automatic balance countdown
- Unpaid session totals per student for invoicing
- Shareable session summary for the parent
- Monthly earnings view
The screens
| Screen | What it does |
|---|---|
| Today | Today's sessions with a one-tap complete-and-log action |
| Students | Roster with remaining package hours and unpaid balance |
| Student Detail | Session history, notes, package balance, contact |
| Log Session | Date, duration, topic covered, homework, paid/unpaid |
| Billing | Per-student unpaid totals with a copyable invoice summary |
| Earnings | Monthly totals by student and subject |
The data model
Student: name, subject, hourlyRate, parentName, parentContact, isActivePackage: studentId, hoursPurchased, amountPaid, purchasedAtSession: studentId, date, durationMinutes, topic, homework, isPaid, packageId
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
Subscription ($6–10/mo) — this replaces admin time for someone earning $30–60/hour, so the price is trivially justified and churn is low while they are teaching. Free tier of three students lets a new tutor start before they can afford it.
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 tutoring session app on your phone today, full code export, no credit card.