What a packing list app needs
- Reusable templates per trip type — beach, ski, work, camping
- Quantities that scale with trip length
- Per-person lists for family trips
- Check-off that survives being offline on the way to the airport
- Categories: clothes, toiletries, documents, tech
- "Did not use" flag after the trip to slim the next list
The screens
| Screen | What it does |
|---|---|
| Trips | Upcoming and past trips with packed progress |
| Trip Detail | Grouped checklist with per-person tabs and progress bar |
| New Trip | Name, dates, template, travellers — generates the list |
| Templates | Create and edit reusable lists with per-day quantities |
| Post-Trip Review | Mark unused items so the template improves each time |
The data model
Trip: name, startDate, endDate, templateId, travellersTemplate: name, tripTypeTemplateItem: templateId, name, category, quantityPerDay, fixedQuantityPackItem: tripId, personName, name, category, quantity, isPacked, wasUsed
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 purchase ($3–5) fits the usage pattern better than a subscription — people pack a handful of times a year and resent a recurring charge for it. If you prefer recurring, gate per-person lists and unlimited templates, not the core checklist.
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 packing list app on your phone today, full code export, no credit card.