{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.welcome-onboarding","title":"Welcome — Onboarding","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Productivity"],"styleTags":["Minimal","Flow"],"category":"Productivity","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":"screen","createdAt":"2026-05-25T19:40:49.560Z","updatedAt":"2026-05-25T19:40:49.560Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/welcome-onboarding.json","cli":"npx vp0com add welcome-onboarding --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/welcome-onboarding.json","downloadExpo":"https://api.vp0.com/export/welcome-onboarding/expo.zip"},"sourceHash":"sha256:2f8f9631dc63eba0dd9df9ee8af4ed39d73c8f9871a72ea015886d95c3fa9bf4","meta":{"com.vp0.contentId":"f9442f3f-6e81-43eb-a295-dbbebdaaadc4","com.vp0.platform":"ios","com.vp0.availableLanguages":["react-native"],"com.vp0.defaultLanguage":"react-native","com.vp0.contentType":"template","com.vp0.kind":"screen","com.vp0.category":"Productivity","com.vp0.sourceToken":"vp0_02e13077add32fa827b4c6d4","com.vp0.sourceHash":"sha256:2f8f9631dc63eba0dd9df9ee8af4ed39d73c8f9871a72ea015886d95c3fa9bf4","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"welcome-onboarding","slug":"welcome-onboarding","sourceToken":"vp0_02e13077add32fa827b4c6d4","contentType":"template","platform":"ios","description":"A polished paged onboarding flow with progress dots and a call to action.","createdBy":"vp0","tags":["Productivity","Minimal","Flow"],"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/welcome-onboarding/raw?language=react-native&path=App.tsx","content":"import React, { useState } from 'react';\nimport { View, Text, Pressable, StyleSheet, SafeAreaView } from 'react-native';\n\nconst PAGES = [\n  { emoji: '🎨', title: 'Design without limits', body: 'A library of beautiful, ready-to-use mobile screens.', c: '#0EA5E9' },\n  { emoji: '⚡', title: 'Build in minutes', body: 'Copy a design link and hand it straight to your AI builder.', c: '#8B5CF6' },\n  { emoji: '🚀', title: 'Ship something great', body: 'Free forever. Browse, remix, and launch your idea today.', c: '#22C55E' },\n];\n\nexport default function App() {\n  const [page, setPage] = useState(0);\n  const p = PAGES[page];\n  const last = page === PAGES.length - 1;\n  return (\n    <SafeAreaView style={[s.safe, { backgroundColor: '#0A0E14' }]}>\n      <View style={s.center}>\n        <View style={[s.badge, { backgroundColor: p.c + '22' }]}><Text style={s.emoji}>{p.emoji}</Text></View>\n        <Text style={s.title}>{p.title}</Text>\n        <Text style={s.body}>{p.body}</Text>\n      </View>\n      <View style={s.footer}>\n        <View style={s.dots}>\n          {PAGES.map((_, i) => (<View key={i} style={[s.dot, i === page && { backgroundColor: p.c, width: 24 }]} />))}\n        </View>\n        <Pressable onPress={() => setPage((x) => (last ? 0 : x + 1))} style={[s.btn, { backgroundColor: p.c }]}>\n          <Text style={s.btnText}>{last ? 'Get started' : 'Continue'}</Text>\n        </Pressable>\n        <Text style={s.skip}>{last ? 'Welcome aboard' : 'Skip'}</Text>\n      </View>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1 },\n  center: { flex: 1, alignItems: 'center', justifyContent: 'center', paddingHorizontal: 36 },\n  badge: { width: 140, height: 140, borderRadius: 40, alignItems: 'center', justifyContent: 'center', marginBottom: 40 },\n  emoji: { fontSize: 70 },\n  title: { color: '#fff', fontSize: 30, fontWeight: '800', textAlign: 'center', letterSpacing: -0.5 },\n  body: { color: '#8A93A6', fontSize: 17, textAlign: 'center', marginTop: 14, lineHeight: 25 },\n  footer: { paddingHorizontal: 30, paddingBottom: 40 },\n  dots: { flexDirection: 'row', justifyContent: 'center', gap: 8, marginBottom: 26 },\n  dot: { width: 8, height: 8, borderRadius: 4, backgroundColor: '#2A2E38' },\n  btn: { borderRadius: 30, paddingVertical: 18, alignItems: 'center' },\n  btnText: { color: '#fff', fontSize: 17, fontWeight: '800' },\n  skip: { color: '#5A5E68', fontSize: 15, textAlign: 'center', marginTop: 18, fontWeight: '600' },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/a2ec7c41-14ea-4be7-a420-d4e2d0ac1342/full.webp","width":1206,"height":2622,"lqip":"hucFEwQYgKiHcIosiI+C+Sg=","variants":{"avif":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/a2ec7c41-14ea-4be7-a420-d4e2d0ac1342/avif.avif","card":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/a2ec7c41-14ea-4be7-a420-d4e2d0ac1342/card.webp","full":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/a2ec7c41-14ea-4be7-a420-d4e2d0ac1342/full.webp","thumb":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/a2ec7c41-14ea-4be7-a420-d4e2d0ac1342/thumb.webp","light_avif":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/3b310849-76ea-4b8d-ae66-6e849268a8d0/avif.avif","light_card":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/3b310849-76ea-4b8d-ae66-6e849268a8d0/card.webp","light_full":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/3b310849-76ea-4b8d-ae66-6e849268a8d0/full.webp","light_thumb":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/3b310849-76ea-4b8d-ae66-6e849268a8d0/thumb.webp"}},{"kind":"screenshot","url":"https://storage.vp0.com/vp0/screens/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/4626545c-1955-43e9-9c80-a24a7d055aa8/screen-0.png","width":804,"height":1748,"alt":"(root)"},{"kind":"screenshot","url":"https://storage.vp0.com/vp0/screens/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/4626545c-1955-43e9-9c80-a24a7d055aa8/screen-1.png","width":804,"height":1748,"alt":"view-2"},{"kind":"screenshot","url":"https://storage.vp0.com/vp0/screens/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/4626545c-1955-43e9-9c80-a24a7d055aa8/screen-2.png","width":804,"height":1748,"alt":"view-3"},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/29/7e847ab2-055b-4b49-a7eb-a815ecd34998/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/29/7e847ab2-055b-4b49-a7eb-a815ecd34998/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/29/7e847ab2-055b-4b49-a7eb-a815ecd34998/clip.webm","poster":"https://storage.vp0.com/vp0/clips/29/7e847ab2-055b-4b49-a7eb-a815ecd34998/poster.jpg"}}],"screens":[{"name":"(root)","image":"https://storage.vp0.com/vp0/screens/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/4626545c-1955-43e9-9c80-a24a7d055aa8/screen-0.png","order":0},{"name":"view-2","image":"https://storage.vp0.com/vp0/screens/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/4626545c-1955-43e9-9c80-a24a7d055aa8/screen-1.png","order":1},{"name":"view-3","image":"https://storage.vp0.com/vp0/screens/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/4626545c-1955-43e9-9c80-a24a7d055aa8/screen-2.png","order":2}],"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/welcome-onboarding","manifestUrl":"https://api.vp0.com/designs/welcome-onboarding/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Welcome — Onboarding\").\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: \"Welcome — Onboarding\" — A polished paged onboarding flow with progress dots and a call to action..\n1. Fetch https://api.vp0.com/designs/welcome-onboarding/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/welcome-onboarding"}