{"id":"vp0.mentor-coaching","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.","kind":"app_template","meta":{"com.vp0.kind":"app_template","com.vp0.category":"Coaching","com.vp0.platform":"ios","com.vp0.contentId":"40e117ee-a293-437b-b8de-0ed98030a8da","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:bb37425e041686fedc40b9d77b4af557d4a8884a5e3fe65230d4c6c7897214bc","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_71fd0d8f789c071b17965ee5","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"mentor-coaching","slug":"mentor-coaching","tags":["Dark","Coaching","Motivation"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/mentor-coaching/raw?language=react-native&path=App.tsx","target":"app/App.tsx","content":"import React, { useState } from 'react';\nimport { View, Text, ScrollView, Pressable, StyleSheet, SafeAreaView } from 'react-native';\n\nconst ACTIONS = [\n  { id: 1, text: 'Draft the Q3 vision doc', done: false },\n  { id: 2, text: 'Schedule 1:1s with the team', done: true },\n  { id: 3, text: 'Read two chapters of Deep Work', done: false },\n];\n\nexport default function App() {\n  const [items, setItems] = useState(ACTIONS);\n  const toggle = (id) => setItems((xs) => xs.map((x) => (x.id === id ? { ...x, done: !x.done } : x)));\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.kicker}>YOUR COACH · DANA</Text>\n        <View style={s.session}>\n          <Text style={s.sessionLabel}>NEXT SESSION</Text>\n          <Text style={s.sessionTitle}>Leadership clarity</Text>\n          <Text style={s.sessionTime}>Thursday · 3:00 PM · 45 min</Text>\n          <View style={s.join}><Text style={s.joinText}>Join call</Text></View>\n        </View>\n        <Text style={s.section}>Focus areas</Text>\n        <View style={s.areas}>\n          {[['Confidence', 72], ['Delegation', 48], ['Focus', 85]].map(([n, p]) => (\n            <View key={n} style={s.area}>\n              <Text style={s.areaName}>{n}</Text>\n              <View style={s.track}><View style={[s.fill, { width: p + '%' }]} /></View>\n            </View>\n          ))}\n        </View>\n        <Text style={s.section}>Action items</Text>\n        {items.map((it) => (\n          <Pressable key={it.id} onPress={() => toggle(it.id)} style={s.row}>\n            <View style={[s.check, it.done && s.checkOn]}>{it.done ? <Text style={s.checkM}>✓</Text> : null}</View>\n            <Text style={[s.rowText, it.done && s.rowDone]}>{it.text}</Text>\n          </Pressable>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#100B06' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#F0A93B', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  session: { backgroundColor: '#1B1207', borderRadius: 22, padding: 22, marginTop: 14, borderWidth: 1, borderColor: '#33260F' },\n  sessionLabel: { color: '#F0A93B', fontSize: 11, fontWeight: '700', letterSpacing: 1.5 },\n  sessionTitle: { color: '#fff', fontSize: 24, fontWeight: '800', marginTop: 8 },\n  sessionTime: { color: '#BFA071', fontSize: 15, marginTop: 6 },\n  join: { backgroundColor: '#F0A93B', borderRadius: 14, paddingVertical: 13, alignItems: 'center', marginTop: 18 },\n  joinText: { color: '#2A1C08', fontSize: 16, fontWeight: '800' },\n  section: { color: '#fff', fontSize: 18, fontWeight: '700', marginTop: 28, marginBottom: 14 },\n  areas: { gap: 14 },\n  area: { },\n  areaName: { color: '#D8C4A2', fontSize: 14, fontWeight: '600', marginBottom: 8 },\n  track: { height: 9, borderRadius: 5, backgroundColor: '#231a0e', overflow: 'hidden' },\n  fill: { height: '100%', backgroundColor: '#F0A93B', borderRadius: 5 },\n  row: { flexDirection: 'row', alignItems: 'center', backgroundColor: '#160F08', borderRadius: 14, padding: 16, marginBottom: 10 },\n  check: { width: 26, height: 26, borderRadius: 8, borderWidth: 2, borderColor: '#3A2C14', alignItems: 'center', justifyContent: 'center', marginRight: 14 },\n  checkOn: { backgroundColor: '#F0A93B', borderColor: '#F0A93B' },\n  checkM: { color: '#2A1C08', fontWeight: '900' },\n  rowText: { color: '#E6D8C0', fontSize: 15, flex: 1, fontWeight: '500' },\n  rowDone: { color: '#6E5C3E', textDecorationLine: 'line-through' },\n});\n","language":"react-native"}],"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.","title":"Mentor — Coaching","assets":[{"url":"https://storage.vp0.com/vp0/covers/40e117ee-a293-437b-b8de-0ed98030a8da/285076b0-4ca6-415a-8ba6-e3bfccad4090/full.webp","kind":"cover","lqip":"hhgGCwJLjzaGcoBCSo+U9Eg=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/40e117ee-a293-437b-b8de-0ed98030a8da/285076b0-4ca6-415a-8ba6-e3bfccad4090/avif.avif","card":"https://storage.vp0.com/vp0/covers/40e117ee-a293-437b-b8de-0ed98030a8da/285076b0-4ca6-415a-8ba6-e3bfccad4090/card.webp","full":"https://storage.vp0.com/vp0/covers/40e117ee-a293-437b-b8de-0ed98030a8da/285076b0-4ca6-415a-8ba6-e3bfccad4090/full.webp","thumb":"https://storage.vp0.com/vp0/covers/40e117ee-a293-437b-b8de-0ed98030a8da/285076b0-4ca6-415a-8ba6-e3bfccad4090/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/41/b3d1c0ec-1e7b-4911-bd1a-640dad225870/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/41/b3d1c0ec-1e7b-4911-bd1a-640dad225870/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/41/b3d1c0ec-1e7b-4911-bd1a-640dad225870/clip.webm","poster":"https://storage.vp0.com/vp0/clips/41/b3d1c0ec-1e7b-4911-bd1a-640dad225870/poster.jpg"}}],"author":"@vp0","$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","license":null,"targets":[{"name":"react-native","entrypoint":"App.tsx"}],"version":"1.0.0","category":"Coaching","platform":"ios","createdAt":"2026-05-25T20:17:18.609Z","createdBy":"vp0","importUrl":"https://vp0.com/source/mentor-coaching","styleTags":["Dark","Motivation"],"updatedAt":"2026-05-25T20:17:18.609Z","categories":["Coaching"],"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/mentor-coaching (machine-readable JSON manifest: https://api.vp0.com/designs/mentor-coaching/manifest). Design: \"Mentor — Coaching\" — A coaching home with your next session, focus areas, and action items.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:bb37425e041686fedc40b9d77b4af557d4a8884a5e3fe65230d4c6c7897214bc","contentType":"template","description":"A coaching home with your next session, focus areas, and action items.","manifestUrl":"https://api.vp0.com/designs/mentor-coaching/manifest","sourceToken":"vp0_71fd0d8f789c071b17965ee5","dependencies":{},"installHints":{"cli":"npx vp0 add mentor-coaching --target react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/mentor-coaching.json","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/mentor-coaching.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Mentor — Coaching\").\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.","componentsUsed":[],"installCommand":null,"defaultLanguage":"react-native","devDependencies":{},"availableLanguages":["react-native"],"registryDependencies":[]}