What a pool chemistry log app needs
- Log readings: free chlorine, pH, total alkalinity, cyanuric acid, calcium hardness
- Target ranges per pool, editable, with each reading coloured in or out of range
- Record chemicals added with amount and product
- History chart per measurement
- Test reminders on a schedule the owner picks
The screens
| Screen | What it does |
|---|---|
| Pool | Latest reading per measurement against its target range |
| New Test | Fast numeric entry for each measurement, all optional |
| Add Chemical | Product, amount, and unit added after a test |
| History | Chart per measurement with doses marked on the timeline |
| Settings | Pools, volume, target ranges, reminder schedule |
The data model
Pool: name, volumeLitres, surface, sanitizer, notesTargetRange: poolId, measurement, min, maxTest: poolId, testedAt, method, freeChlorine, ph, totalAlkalinity, cyanuricAcid, calciumHardness, waterTempCDose: poolId, testId, product, amount, unit, addedAtReminder: poolId, frequencyDays, timeOfDay
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
A one-time unlock ($5–10) or a small yearly subscription for multiple pools, history export, and reminders. The larger market is pool service technicians who test dozens of pools a week — a multi-pool, per-customer version of the same app priced per technician is the business, the homeowner version is the proof.
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 pool chemistry log app on your phone today, full code export, no credit card.