{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.roam-travel","title":"Roam — Trip Planner","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Travel"],"styleTags":["Colorful","Planner"],"category":"Travel","registryDependencies":[],"docs":"This is an iOS app UI starter built with React Native. Paste the design link into your AI app builder (Claude Code, Rork, Lovable) and ask it to start from this design. Add your own backend/data logic. These are UI starters.","license":null,"kind":"app_template","createdAt":"2026-05-25T19:40:49.360Z","updatedAt":"2026-05-25T19:40:49.360Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/roam-travel.json","cli":"npx vp0com add roam-travel --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/roam-travel.json","downloadExpo":"https://api.vp0.com/export/roam-travel/expo.zip"},"sourceHash":"sha256:6f255d5463a8b3a3203d709f9fb666b3f2ce424d354a3fca87494939565414b2","meta":{"com.vp0.contentId":"ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad","com.vp0.platform":"ios","com.vp0.availableLanguages":["react-native"],"com.vp0.defaultLanguage":"react-native","com.vp0.contentType":"template","com.vp0.kind":"app_template","com.vp0.category":"Travel","com.vp0.sourceToken":"vp0_bab4a52d93c4c8466639f641","com.vp0.sourceHash":"sha256:6f255d5463a8b3a3203d709f9fb666b3f2ce424d354a3fca87494939565414b2","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"roam-travel","slug":"roam-travel","sourceToken":"vp0_bab4a52d93c4c8466639f641","contentType":"template","platform":"ios","description":"A day-by-day travel itinerary with a trip header and timeline.","createdBy":"vp0","tags":["Travel","Colorful","Planner"],"availableLanguages":["react-native"],"defaultLanguage":"react-native","targets":[{"name":"react-native","entrypoint":"App.tsx"}],"files":[{"language":"react-native","path":"App.tsx","type":"registry:page","target":"app/App.tsx","rawUrl":"https://api.vp0.com/designs/roam-travel/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst PLAN = [\n  { time: '09:00', title: 'Sagrada Família', note: 'Pre-booked tickets', icon: '⛪' },\n  { time: '12:30', title: 'Lunch at La Boqueria', note: 'Tapas + market walk', icon: '🥘' },\n  { time: '15:00', title: 'Park Güell', note: 'Golden hour photos', icon: '🌅' },\n  { time: '20:00', title: 'Dinner in El Born', note: 'Reservation at 8', icon: '🍷' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <View style={s.hero}>\n          <Text style={s.heroEmoji}>🇪🇸</Text>\n          <Text style={s.heroTitle}>Barcelona</Text>\n          <Text style={s.heroSub}>May 18 to 22 · Day 2 of 5</Text>\n        </View>\n        <Text style={s.section}>Today</Text>\n        {PLAN.map((p, i) => (\n          <View key={i} style={s.row}>\n            <View style={s.timeCol}>\n              <Text style={s.time}>{p.time}</Text>\n              {i < PLAN.length - 1 && <View style={s.line} />}\n            </View>\n            <View style={s.card}>\n              <Text style={s.cardIcon}>{p.icon}</Text>\n              <View style={{ flex: 1 }}>\n                <Text style={s.cardTitle}>{p.title}</Text>\n                <Text style={s.cardNote}>{p.note}</Text>\n              </View>\n            </View>\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#051018' },\n  scroll: { padding: 22, paddingTop: 60 },\n  hero: { backgroundColor: '#08263A', borderRadius: 24, padding: 26, marginBottom: 24 },\n  heroEmoji: { fontSize: 44 },\n  heroTitle: { color: '#fff', fontSize: 34, fontWeight: '800', marginTop: 10 },\n  heroSub: { color: '#6FB8E0', fontSize: 15, marginTop: 6 },\n  section: { color: '#fff', fontSize: 18, fontWeight: '700', marginBottom: 16 },\n  row: { flexDirection: 'row' },\n  timeCol: { width: 58, alignItems: 'center' },\n  time: { color: '#0EA5E9', fontSize: 13, fontWeight: '700' },\n  line: { width: 2, flex: 1, backgroundColor: '#123349', marginTop: 6, marginBottom: -6 },\n  card: { flex: 1, flexDirection: 'row', alignItems: 'center', backgroundColor: '#0A1C28', borderRadius: 16, padding: 16, marginBottom: 16 },\n  cardIcon: { fontSize: 26, marginRight: 14 },\n  cardTitle: { color: '#fff', fontSize: 16, fontWeight: '700' },\n  cardNote: { color: '#6FA0BC', fontSize: 14, marginTop: 3 },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/2befb917-db88-4aee-b8d9-c816107e9972/full.webp","width":1206,"height":2622,"lqip":"RucBCwAqn0eoeHYxu6C4C4o=","variants":{"avif":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/2befb917-db88-4aee-b8d9-c816107e9972/avif.avif","card":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/2befb917-db88-4aee-b8d9-c816107e9972/card.webp","full":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/2befb917-db88-4aee-b8d9-c816107e9972/full.webp","thumb":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/2befb917-db88-4aee-b8d9-c816107e9972/thumb.webp","light_avif":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/5cd0caf2-ddcf-40c7-8f7d-5ba10dbc73dd/avif.avif","light_card":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/5cd0caf2-ddcf-40c7-8f7d-5ba10dbc73dd/card.webp","light_full":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/5cd0caf2-ddcf-40c7-8f7d-5ba10dbc73dd/full.webp","light_thumb":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/5cd0caf2-ddcf-40c7-8f7d-5ba10dbc73dd/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/22/2a5c4bb7-d01e-4054-95dd-09905ec01ceb/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/22/2a5c4bb7-d01e-4054-95dd-09905ec01ceb/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/22/2a5c4bb7-d01e-4054-95dd-09905ec01ceb/clip.webm","poster":"https://storage.vp0.com/vp0/clips/22/2a5c4bb7-d01e-4054-95dd-09905ec01ceb/poster.jpg"}}],"screens":[],"dependencies":{},"devDependencies":{},"componentsUsed":[],"notes":"This is an iOS app UI starter built with React Native. Paste the design link into your AI app builder (Claude Code, Rork, Lovable) and ask it to start from this design. Add your own backend/data logic. These are UI starters.","importUrl":"https://vp0.com/source/roam-travel","manifestUrl":"https://api.vp0.com/designs/roam-travel/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Roam — Trip Planner\").\nIntegrate it into the user's Expo project as follows:\n1. No extra dependencies are required.\n2. Create the following file(s) and paste each provided \"content\" exactly:\n   - App.tsx\n3. Render the exported component from a screen (e.g. app/(tabs)/index.tsx). It targets iOS — keep SafeAreaView / safe-area insets and the existing styling.\n4. These are UI starters: reproduce the visual layout faithfully, then wire the user's own data/navigation/backend afterward.","promptText":"Build this iOS app design in my project: \"Roam — Trip Planner\" — A day-by-day travel itinerary with a trip header and timeline..\n1. Fetch https://api.vp0.com/designs/roam-travel/manifest — a JSON manifest whose files[] array contains EVERY source file inline (path + content).\n2. Create each file at its exact files[].path and paste its content VERBATIM. Do not re-imagine or restyle the UI — the provided code IS the design.\n3. Install dependencies exactly as given by the manifest's installCommand field (skip if null).\n4. Render the entry component (targets[].entrypoint) from a screen. Keep SafeAreaView / safe-area insets and the existing styling untouched.\n5. It is a UI starter: once it renders pixel-perfect, wire my own data, navigation and backend on top.\nHuman-readable source page: https://vp0.com/source/roam-travel"}