What a ham radio log app needs
- Two-field QSO entry: callsign and report, everything else prefilled
- Band, mode, frequency, and grid square per contact
- QSL sent and received status per contact and per method
- Worked-and-confirmed counts by band, mode, country, and grid
- ADIF import and export so the log is never trapped
The screens
| Screen | What it does |
|---|---|
| Log | Reverse-chronological contacts with band, mode, and QSL state |
| New QSO | Fast entry with station defaults prefilled and a running clock |
| Contact Detail | Full record, notes, and QSL tracking |
| Awards | Worked/confirmed counts by band, mode, DXCC entity, and grid |
| Station | Your callsign, rig, antenna, grid — the defaults every QSO inherits |
The data model
Station: callsign, gridSquare, rig, antenna, power, operatorNameQso: stationId, workedCallsign, startedAtUtc, band, mode, frequency, rstSent, rstReceived, gridSquare, dxccEntity, notesQsl: qsoId, method, direction, status, sentAt, receivedAtAwardProgress: stationId, awardType, band, mode, workedCount, confirmedCount
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-off unlock of roughly $10–20 rather than a subscription. This audience is technical, long-tenured, and openly hostile to renting a logbook, and there are free desktop loggers they already trust. Sell the phone-shaped convenience once, keep ADIF export in the free tier so nobody feels held hostage, and let awards tracking and cloud backup be the paid half.
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 ham radio log app on your phone today, full code export, no credit card.