{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.pace-run-tracker","title":"Pace — Run Tracker","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Fitness"],"styleTags":["Dark","Energetic"],"category":"Fitness","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.656Z","updatedAt":"2026-05-25T19:40:49.656Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/pace-run-tracker.json","cli":"npx vp0 add pace-run-tracker --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/pace-run-tracker.json"},"sourceHash":"sha256:aba7b977344f6fad83f94cde2904434fe04c1085f8ceb3a6bc4fdd2069569f1b","meta":{"com.vp0.contentId":"93b06214-f01d-4f95-a252-08c0b3a55302","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":"Fitness","com.vp0.sourceToken":"vp0_e8f6e71aea625ac87d43019d","com.vp0.sourceHash":"sha256:aba7b977344f6fad83f94cde2904434fe04c1085f8ceb3a6bc4fdd2069569f1b","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"pace-run-tracker","slug":"pace-run-tracker","sourceToken":"vp0_e8f6e71aea625ac87d43019d","contentType":"template","platform":"ios","description":"A live run screen with distance, pace, and split times.","createdBy":"vp0","tags":["Dark","Fitness","Energetic"],"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/pace-run-tracker/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst SPLITS = [\n  { km: 1, pace: '5:12' }, { km: 2, pace: '5:04' }, { km: 3, pace: '4:58' }, { km: 4, pace: '5:08' }, { km: 5, pace: '4:52' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.kicker}>MORNING RUN · LIVE</Text>\n        <Text style={s.distance}>5.24</Text>\n        <Text style={s.unit}>kilometres</Text>\n        <View style={s.stats}>\n          <View style={s.stat}><Text style={s.statN}>5:03</Text><Text style={s.statL}>avg pace</Text></View>\n          <View style={s.stat}><Text style={s.statN}>26:32</Text><Text style={s.statL}>time</Text></View>\n          <View style={s.stat}><Text style={s.statN}>312</Text><Text style={s.statL}>kcal</Text></View>\n        </View>\n        <Text style={s.section}>Splits</Text>\n        {SPLITS.map((sp) => (\n          <View key={sp.km} style={s.row}>\n            <Text style={s.km}>KM {sp.km}</Text>\n            <View style={s.barTrack}><View style={[s.barFill, { width: (320 - parseFloat(sp.pace.replace(':', '.')) * 40) + '%' }]} /></View>\n            <Text style={s.pace}>{sp.pace}</Text>\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0F0A06' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#FB923C', fontSize: 12, fontWeight: '700', letterSpacing: 2, textAlign: 'center' },\n  distance: { color: '#fff', fontSize: 92, fontWeight: '200', textAlign: 'center', marginTop: 6 },\n  unit: { color: '#A8825C', fontSize: 16, textAlign: 'center', marginTop: -6 },\n  stats: { flexDirection: 'row', justifyContent: 'space-around', backgroundColor: '#1A1109', borderRadius: 18, padding: 20, marginVertical: 26 },\n  stat: { alignItems: 'center' },\n  statN: { color: '#fff', fontSize: 22, fontWeight: '800' },\n  statL: { color: '#A8825C', fontSize: 12, marginTop: 4 },\n  section: { color: '#fff', fontSize: 18, fontWeight: '700', marginBottom: 14 },\n  row: { flexDirection: 'row', alignItems: 'center', marginBottom: 14 },\n  km: { color: '#C9A988', fontSize: 14, fontWeight: '700', width: 54 },\n  barTrack: { flex: 1, height: 8, borderRadius: 4, backgroundColor: '#221610', marginHorizontal: 12, overflow: 'hidden' },\n  barFill: { height: '100%', backgroundColor: '#FB923C', borderRadius: 4 },\n  pace: { color: '#fff', fontSize: 15, fontWeight: '700', width: 48, textAlign: 'right' },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/93b06214-f01d-4f95-a252-08c0b3a55302/059b34bb-7672-482a-bf92-999015747ea6/full.webp","width":804,"height":1748,"lqip":"RRgCCwIXjhSIdnsEOIiAgwg=","variants":{"avif":"https://storage.vp0.com/vp0/covers/93b06214-f01d-4f95-a252-08c0b3a55302/059b34bb-7672-482a-bf92-999015747ea6/avif.avif","card":"https://storage.vp0.com/vp0/covers/93b06214-f01d-4f95-a252-08c0b3a55302/059b34bb-7672-482a-bf92-999015747ea6/card.webp","full":"https://storage.vp0.com/vp0/covers/93b06214-f01d-4f95-a252-08c0b3a55302/059b34bb-7672-482a-bf92-999015747ea6/full.webp","thumb":"https://storage.vp0.com/vp0/covers/93b06214-f01d-4f95-a252-08c0b3a55302/059b34bb-7672-482a-bf92-999015747ea6/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/32/fcd4b42e-0a58-4add-83e9-2bad7b800168/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/32/fcd4b42e-0a58-4add-83e9-2bad7b800168/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/32/fcd4b42e-0a58-4add-83e9-2bad7b800168/clip.webm","poster":"https://storage.vp0.com/vp0/clips/32/fcd4b42e-0a58-4add-83e9-2bad7b800168/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/pace-run-tracker","manifestUrl":"https://api.vp0.com/designs/pace-run-tracker/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Pace — Run Tracker\").\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/pace-run-tracker (machine-readable JSON manifest: https://api.vp0.com/designs/pace-run-tracker/manifest). Design: \"Pace — Run Tracker\" — A live run screen with distance, pace, and split times.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}