Prompt template

Trip planner prompt — copy, paste, build

A prompt for a native trip-planning app — multi-day itineraries, per-day activity blocks, packing lists, and an offline map view. Designed to keep the data model crisp so the A4 architect plans clean trip and day entities on the first run.

The prompt

Build a native iOS and Android trip planner with: (1) a trips list home tab with cover image, destination, and date range per trip, (2) a trip detail with a day-by-day timeline of activity blocks (time, title, location, notes), (3) an "add activity" sheet with category chips (food, sights, transit, lodging), (4) a packing list tab per trip with check-off and reusable templates, (5) a map view showing all activity pins for the current trip with offline tile caching, (6) a budget tab with running totals per category. Use Expo, React Navigation, twrnc for styling, AsyncStorage for offline-first state, and react-native-maps for the map view.

Variants

Lite

Build a trip planner with a trips list, day-by-day itinerary, and a packing list. Skip the map and budget.

Pro

Build a trip planner with multi-trip support, day-by-day itineraries, packing lists with templates, offline maps with pin clustering, per-trip budgets, currency conversion, and a shareable read-only itinerary link.

What you get

  • Expo + React Native project ready for Snack live preview
  • Trips list with date-range cards
  • Day-by-day itinerary timeline
  • Add-activity sheet with category chips
  • Packing list with reusable templates
  • Offline map view with activity pins

Screens included

  • Trips
  • Trip detail
  • Add activity
  • Packing
  • Map
  • Budget

Why this prompt works in AppGenie

Trip planners juggle a tricky two-level data model (trip → day → activity). AppGenie's A4 architect lays the schema out before code generation so the validator catches relationship bugs before the preview loads.

Related prompts

Trip planner prompt — FAQ

Does the map work without a connection?

The Pro variant scaffolds offline tile caching for the current trip's region. The Lite variant uses online tiles only.

Can I share a trip with someone who does not use the app?

Ask "add a read-only share link that renders the itinerary as a public web page" after generation. The diff-aware pipeline patches the trip detail and adds a share action.

Ready to ship a trip planner?

Paste this prompt into AppGenie. The diff-aware multi-agent pipeline produces a real Expo + React Native project you can preview live, iterate in chat, and own end-to-end.