What a progress photo app needs
- Camera with a ghost overlay of the last photo for consistent framing
- Dated timeline grouped by month
- Side-by-side compare of any two dates
- Multiple tracks — front, side, or one per project
- Photos stored on device, not uploaded anywhere by default
The screens
| Screen | What it does |
|---|---|
| Timeline | Photos by month with a track selector at the top |
| Capture | Camera with previous photo ghosted at low opacity and a grid guide |
| Compare | Pick two dates, view side by side or with a drag slider |
| Photo Detail | Full-size photo with date, note, and optional measurement |
| Settings | Tracks, reminder schedule, passcode lock, export |
The data model
Track: name, poseHint, createdAtPhoto: trackId, fileUri, takenAt, note, weightKg (optional), bodyFatPct (optional)Reminder: trackId, weekday, timeOfDay, enabledSettings: passcodeEnabled, defaultTrackId
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 ($3-5/mo) for unlimited tracks, compare, and cloud backup, with a genuinely useful free tier of one track. Be careful with the category: this app holds photos people would be upset to leak, so on-device-by-default storage and a visible privacy stance is a selling point rather than a compliance chore.
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 progress photo app on your phone today, full code export, no credit card.