What a salon client record app needs
- Client profile with photo history, before and after per visit
- Formula log per visit — product, developer, ratio, processing time
- Allergy and patch-test records with a warning banner on the client card
- Rebook reminder a set number of weeks after the last visit
- Quick search by name or phone from the chair
The screens
| Screen | What it does |
|---|---|
| Clients | Searchable list with last-visit date and an overdue-for-rebook badge |
| Client Detail | Allergy banner, visit history, photos, preferences and dislikes |
| New Visit | Formula fields, service, price, photos, and notes for next time |
| Rebook | Clients due this week with a one-tap message to send |
| Settings | Default rebook interval, service list, price list, export |
The data model
Client: name, phone, email, allergyNotes, patchTestDate, preferences, dislikes, rebookWeeksVisit: clientId, date, service, price, durationMinutes, stylistNote, nextTimeNoteFormula: visitId, product, shade, developerVolume, ratio, processingMinutes, sectionAppliedPhoto: visitId, uri, kind, capturedAt
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 of roughly $8–15 per month per stylist, with a free tier capped at a small number of clients so a stylist can feel the value before paying. Independent chair-renters are the easiest first customers — they own their client book personally and have no salon software imposed on them.
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 salon client record app on your phone today, full code export, no credit card.