What a scuba dive log app needs
- Dive entries with depth, duration, and surface interval
- Gas mix, weights, exposure suit, and equipment notes
- Dive sites with map location and conditions history
- Certification and equipment service reminders
- Export a signed log as PDF for course sign-off
The screens
| Screen | What it does |
|---|---|
| Logbook | Dives newest first with number, site, depth, and date |
| Log a Dive | Depth, time in and out, gas, weights, visibility, notes |
| Dive Detail | Full profile, conditions, buddy, and signature field |
| Sites | Saved sites with past dives and typical conditions |
| Profile | Certifications, total dives, equipment service dates |
The data model
Dive: number, siteId, date, maxDepth, bottomTime, surfaceInterval, gasMix, weights, visibility, notesSite: name, latitude, longitude, waterType, typicalDepthBuddy: name, certLevel, signatureImageCertification: agency, level, number, dateIssuedEquipment: type, serialNumber, lastServicedAt
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
One-time unlock ($10-20) for PDF export and unlimited dives fits the audience better than a subscription — divers already own expensive gear and resent recurring fees for their own records. Be honest about the ceiling: this is a hobby-scale market, and dive computers already sync to their manufacturers apps, so your wedge is manual logging that is not locked to one brand of computer.
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 scuba dive log app on your phone today, full code export, no credit card.