What a wine tasting journal app needs
- Log a bottle from a label photo
- Rating with structured tasting notes
- Search and filter by grape, region, price, or score
- Wishlist separate from tasted bottles
- Shareable tasting card image
The screens
| Screen | What it does |
|---|---|
| Journal | Recent bottles as photo cards with score badges |
| Add Bottle | Label photo, producer, wine, vintage, grape, region, price paid |
| Tasting Notes | Score, structured sliders for body, acidity, tannin, sweetness, plus free-text notes |
| Bottle Detail | Full history if you have had it more than once, and a share card |
| Wishlist | Bottles to try, with a note on where you saw them |
The data model
Bottle: producer, wine, vintage, grape, region, pricePaid, photoUrlTasting: bottleId, tastedAt, score, body, acidity, tannin, notesWishlistItem: name, vintage, seenAt, note
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
Free for a limited number of bottles, one-time unlock ($8–15) for unlimited plus export. Hobby-journal apps convert far better on a one-time purchase than a subscription — the user is buying a notebook, and nobody rents a notebook.
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 wine tasting journal app on your phone today, full code export, no credit card.