What a field trip permission app needs
- Create a trip and send consent requests to the right class
- Parents consent in two taps and add medical and dietary notes
- Live outstanding list — who has not replied, with a one-tap reminder
- Headcount check-in and check-out at each stop
- Offline emergency pack: contacts and medical notes cached on the device
The screens
| Screen | What it does |
|---|---|
| Trips | Upcoming trips with consent progress at a glance |
| Trip Setup | Date, destination, class, cost, staff, and what parents must confirm |
| Consent Status | Per-pupil consent, outstanding list, and reminders |
| Headcount | Tap-to-count check-in and check-out per stop |
| Pupil Card | Medical notes, dietary needs, and emergency contacts — works offline |
The data model
School: name, safeguardingContactClassGroup: schoolId, name, teacherIdPupil: classGroupId, name, dateOfBirth, medicalNotes, dietaryNotesGuardian: pupilId, name, phone, email, isPrimaryTrip: classGroupId, title, destination, departsAt, returnsAt, cost, staffIds, consentQuestionsConsent: tripId, pupilId, guardianId, status, respondedAt, notesHeadcountEvent: tripId, stopName, pupilId, direction, recordedAt, recordedBy
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 school, per year, not to parents — roughly $200–600 a year depending on size, bought by an office manager or head rather than a teacher. A parent will not pay for a permission slip and should not be asked to. Expect the sale to be slow and the churn to be near zero, and expect to answer data-protection questions in writing before anyone signs anything.
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 field trip permission app on your phone today, full code export, no credit card.