{"$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 vp0 add welcome-onboarding --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/welcome-onboarding.json"},"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/c609e006-f7d1-4c7d-b11c-e0ef1010d428/full.webp","width":804,"height":1748,"lqip":"hucFEwQYgKiHcIosiI+C+Sg=","variants":{"avif":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/c609e006-f7d1-4c7d-b11c-e0ef1010d428/avif.avif","card":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/c609e006-f7d1-4c7d-b11c-e0ef1010d428/card.webp","full":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/c609e006-f7d1-4c7d-b11c-e0ef1010d428/full.webp","thumb":"https://storage.vp0.com/vp0/covers/f9442f3f-6e81-43eb-a295-dbbebdaaadc4/c609e006-f7d1-4c7d-b11c-e0ef1010d428/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/29/2d81adb7-dc23-4fe0-84b8-505a4f59742f/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/29/2d81adb7-dc23-4fe0-84b8-505a4f59742f/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/29/2d81adb7-dc23-4fe0-84b8-505a4f59742f/clip.webm","poster":"https://storage.vp0.com/vp0/clips/29/2d81adb7-dc23-4fe0-84b8-505a4f59742f/poster.jpg"}}],"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":"Recreate this iOS app design in my Expo React Native project. Fetch the full source, dependencies, and step-by-step integration instructions from https://vp0.com/source/welcome-onboarding (machine-readable JSON manifest: https://api.vp0.com/designs/welcome-onboarding/manifest). Design: \"Welcome — Onboarding\" — A polished paged onboarding flow with progress dots and a call to action.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}