{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.stride-activity","title":"Stride — Activity","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Health","Dashboard"],"styleTags":["Dark"],"category":"Health","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.628Z","updatedAt":"2026-05-25T19:40:49.628Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/stride-activity.json","cli":"npx vp0 add stride-activity --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/stride-activity.json"},"sourceHash":"sha256:12757b31d5aee304305b99dc194ea02a081299dcc64a64acc9031873b4033430","meta":{"com.vp0.contentId":"f19596e1-15a9-4fa5-a1e6-e1705cf882af","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":"Health","com.vp0.sourceToken":"vp0_077bfd877c457da51b2ec6a8","com.vp0.sourceHash":"sha256:12757b31d5aee304305b99dc194ea02a081299dcc64a64acc9031873b4033430","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"stride-activity","slug":"stride-activity","sourceToken":"vp0_077bfd877c457da51b2ec6a8","contentType":"template","platform":"ios","description":"A daily activity dashboard with move rings and a weekly steps chart.","createdBy":"vp0","tags":["Dark","Health","Dashboard"],"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/stride-activity/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst RINGS = [\n  { label: 'Move', val: '480', goal: '/ 600 kcal', c: '#F43F5E', pct: 80 },\n  { label: 'Steps', val: '8.2k', goal: '/ 10k', c: '#A3E635', pct: 82 },\n  { label: 'Stand', val: '10', goal: '/ 12 hr', c: '#38BDF8', pct: 83 },\n];\nconst WEEK = [6.1, 9.4, 7.2, 11.0, 8.2, 5.5, 8.2];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.kicker}>TODAY</Text>\n        <Text style={s.h1}>Activity</Text>\n        <View style={s.rings}>\n          {RINGS.map((r) => (\n            <View key={r.label} style={s.ringCol}>\n              <View style={[s.ring, { borderColor: r.c }]}>\n                <Text style={s.ringVal}>{r.val}</Text>\n              </View>\n              <Text style={s.ringLabel}>{r.label}</Text>\n              <Text style={s.ringGoal}>{r.goal}</Text>\n            </View>\n          ))}\n        </View>\n        <Text style={s.section}>Steps this week</Text>\n        <View style={s.chart}>\n          {WEEK.map((v, i) => (\n            <View key={i} style={s.barCol}>\n              <View style={[s.bar, { height: v * 13 }]} />\n              <Text style={s.barLabel}>{'SMTWTFS'[i]}</Text>\n            </View>\n          ))}\n        </View>\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0A0C06' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#A3E635', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#fff', fontSize: 32, fontWeight: '800', marginTop: 4, marginBottom: 24 },\n  rings: { flexDirection: 'row', justifyContent: 'space-around' },\n  ringCol: { alignItems: 'center' },\n  ring: { width: 92, height: 92, borderRadius: 46, borderWidth: 8, alignItems: 'center', justifyContent: 'center' },\n  ringVal: { color: '#fff', fontSize: 20, fontWeight: '800' },\n  ringLabel: { color: '#EDEDF2', fontSize: 14, fontWeight: '700', marginTop: 12 },\n  ringGoal: { color: '#7A8A66', fontSize: 12, marginTop: 2 },\n  section: { color: '#fff', fontSize: 18, fontWeight: '700', marginTop: 34, marginBottom: 16 },\n  chart: { flexDirection: 'row', justifyContent: 'space-between', alignItems: 'flex-end', height: 170, backgroundColor: '#0F1209', borderRadius: 18, padding: 18 },\n  barCol: { alignItems: 'center', justifyContent: 'flex-end', flex: 1 },\n  bar: { width: 22, borderRadius: 6, backgroundColor: '#A3E635' },\n  barLabel: { color: '#7A8A66', fontSize: 12, marginTop: 8 },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/f19596e1-15a9-4fa5-a1e6-e1705cf882af/ebc37289-23bf-4ea5-a92d-32dfb166ebe6/full.webp","width":804,"height":1748,"lqip":"RfgFEwJZjBeodIsGSYiwe/s=","variants":{"avif":"https://storage.vp0.com/vp0/covers/f19596e1-15a9-4fa5-a1e6-e1705cf882af/ebc37289-23bf-4ea5-a92d-32dfb166ebe6/avif.avif","card":"https://storage.vp0.com/vp0/covers/f19596e1-15a9-4fa5-a1e6-e1705cf882af/ebc37289-23bf-4ea5-a92d-32dfb166ebe6/card.webp","full":"https://storage.vp0.com/vp0/covers/f19596e1-15a9-4fa5-a1e6-e1705cf882af/ebc37289-23bf-4ea5-a92d-32dfb166ebe6/full.webp","thumb":"https://storage.vp0.com/vp0/covers/f19596e1-15a9-4fa5-a1e6-e1705cf882af/ebc37289-23bf-4ea5-a92d-32dfb166ebe6/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/31/455982a1-2ff4-40b1-89e6-41fe4d97b2fb/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/31/455982a1-2ff4-40b1-89e6-41fe4d97b2fb/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/31/455982a1-2ff4-40b1-89e6-41fe4d97b2fb/clip.webm","poster":"https://storage.vp0.com/vp0/clips/31/455982a1-2ff4-40b1-89e6-41fe4d97b2fb/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/stride-activity","manifestUrl":"https://api.vp0.com/designs/stride-activity/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Stride — Activity\").\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/stride-activity (machine-readable JSON manifest: https://api.vp0.com/designs/stride-activity/manifest). Design: \"Stride — Activity\" — A daily activity dashboard with move rings and a weekly steps chart.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}