PoolProof is a day route and a chemistry log for 1–20 truck pool operators. Readings, notes and photos are written to the phone first — the server can be down, the signal can vanish mid-pool, and nothing is lost.
Real screens, captured from the demo account — the route, the capture form with a record waiting to sync, and the customer report.
The incumbent ladder charges a base fee plus $1–2 per serviced pool per month. PoolProof is one number for the whole company: every pool, every truck, every report.
PoolProof
$49/mo
Flat. Not per pool. Test mode checkout for now.
Prefer to look first? Open the live demo — a real company with 12 pools and a week of visits.
Field software fails in three places: it crashes mid-service, it loses a photo, and it double-books the route. PoolProof answers with a durable local store, an atomic photo commit, and one idempotent replay log per device.
A stop completes only when the readings are committed to the phone's own database. The submit path is a retry loop, never a one-shot POST.
Photos are fsynced to a temp file and renamed into place on the server — an interrupted upload can never leave half an image.
Pending, synced, or refused-with-a-reason. The sync log is the receipt, and nothing is silently dropped.