{"id":"vp0.still-breathe","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":"Meditation","com.vp0.platform":"ios","com.vp0.contentId":"d0d471fb-68be-48f2-b789-b2b31f045a02","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:4424abd468f59fde1a9b182c9e87ec734afa5fe44878067aaffb06616b1a4181","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_0bc7cda56ef9ad38690dbb74","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"still-breathe","slug":"still-breathe","tags":["Dark","Animation","Meditation","Calm"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/still-breathe/raw?language=react-native&path=App.tsx","target":"app/App.tsx","content":"import React, { useEffect, useRef, useState } from 'react';\nimport { View, Text, Pressable, StyleSheet, SafeAreaView, Animated, Easing } from 'react-native';\n\nexport default function App() {\n  const scale = useRef(new Animated.Value(0.55)).current;\n  const [running, setRunning] = useState(true);\n  const [phase, setPhase] = useState('Breathe in');\n\n  useEffect(() => {\n    let mounted = true;\n    const cycle = () => {\n      if (!mounted) return;\n      setPhase('Breathe in');\n      Animated.timing(scale, { toValue: 1, duration: 4000, easing: Easing.inOut(Easing.ease), useNativeDriver: false }).start(() => {\n        if (!mounted) return;\n        setPhase('Hold');\n        Animated.timing(scale, { toValue: 1, duration: 1500, easing: Easing.linear, useNativeDriver: false }).start(() => {\n          if (!mounted) return;\n          setPhase('Breathe out');\n          Animated.timing(scale, { toValue: 0.55, duration: 4000, easing: Easing.inOut(Easing.ease), useNativeDriver: false }).start(() => mounted && cycle());\n        });\n      });\n    };\n    if (running) cycle();\n    return () => { mounted = false; scale.stopAnimation(); };\n  }, [running]);\n\n  return (\n    <SafeAreaView style={s.safe}>\n      <View style={s.header}>\n        <Text style={s.kicker}>EVENING CALM</Text>\n        <Text style={s.h1}>4-7-8 Breathing</Text>\n      </View>\n      <View style={s.center}>\n        <View style={s.glow}>\n          <Animated.View style={[s.orb, { transform: [{ scale }] }]}>\n            <View style={s.orbInner} />\n          </Animated.View>\n        </View>\n        <Text style={s.phase}>{phase}</Text>\n      </View>\n      <View style={s.footer}>\n        <View style={s.stats}>\n          <View style={s.stat}><Text style={s.statN}>3:00</Text><Text style={s.statL}>session</Text></View>\n          <View style={s.stat}><Text style={s.statN}>12</Text><Text style={s.statL}>day streak</Text></View>\n        </View>\n        <Pressable onPress={() => setRunning((r) => !r)} style={({ pressed }) => [s.btn, pressed && { opacity: 0.8 }]}>\n          <Text style={s.btnText}>{running ? 'Pause' : 'Resume'}</Text>\n        </Pressable>\n      </View>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#05181C' },\n  header: { paddingTop: 64, paddingHorizontal: 26, alignItems: 'center' },\n  kicker: { color: '#3FB8AF', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#EAFBF9', fontSize: 26, fontWeight: '800', marginTop: 6 },\n  center: { flex: 1, alignItems: 'center', justifyContent: 'center' },\n  glow: { width: 260, height: 260, borderRadius: 130, backgroundColor: 'rgba(63,184,175,0.08)', alignItems: 'center', justifyContent: 'center' },\n  orb: { width: 220, height: 220, borderRadius: 110, backgroundColor: 'rgba(63,184,175,0.18)', alignItems: 'center', justifyContent: 'center' },\n  orbInner: { width: 140, height: 140, borderRadius: 70, backgroundColor: 'rgba(63,184,175,0.42)' },\n  phase: { color: '#EAFBF9', fontSize: 22, fontWeight: '600', marginTop: 40, letterSpacing: 0.5 },\n  footer: { paddingHorizontal: 26, paddingBottom: 40 },\n  stats: { flexDirection: 'row', justifyContent: 'center', gap: 48, marginBottom: 22 },\n  stat: { alignItems: 'center' },\n  statN: { color: '#EAFBF9', fontSize: 20, fontWeight: '700' },\n  statL: { color: '#5E8A88', fontSize: 12, marginTop: 2 },\n  btn: { backgroundColor: '#3FB8AF', borderRadius: 30, paddingVertical: 17, alignItems: 'center' },\n  btnText: { color: '#04221F', fontSize: 17, fontWeight: '800' },\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":"Still — Breathe","assets":[{"url":"https://storage.vp0.com/vp0/covers/d0d471fb-68be-48f2-b789-b2b31f045a02/2f5538d9-a909-4329-9680-d1a50afd9d61/full.webp","kind":"cover","lqip":"R8cFAwIYcNiHgH92x39z/Dc=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/d0d471fb-68be-48f2-b789-b2b31f045a02/2f5538d9-a909-4329-9680-d1a50afd9d61/avif.avif","card":"https://storage.vp0.com/vp0/covers/d0d471fb-68be-48f2-b789-b2b31f045a02/2f5538d9-a909-4329-9680-d1a50afd9d61/card.webp","full":"https://storage.vp0.com/vp0/covers/d0d471fb-68be-48f2-b789-b2b31f045a02/2f5538d9-a909-4329-9680-d1a50afd9d61/full.webp","thumb":"https://storage.vp0.com/vp0/covers/d0d471fb-68be-48f2-b789-b2b31f045a02/2f5538d9-a909-4329-9680-d1a50afd9d61/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/2/2aca10f2-c9bd-414c-9a7c-8fe1fede64f1/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/2/2aca10f2-c9bd-414c-9a7c-8fe1fede64f1/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/2/2aca10f2-c9bd-414c-9a7c-8fe1fede64f1/clip.webm","poster":"https://storage.vp0.com/vp0/clips/2/2aca10f2-c9bd-414c-9a7c-8fe1fede64f1/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":"Meditation","platform":"ios","createdAt":"2026-05-25T19:39:25.002Z","createdBy":"vp0","importUrl":"https://vp0.com/source/still-breathe","styleTags":["Dark","Animation","Calm"],"updatedAt":"2026-05-25T19:39:25.002Z","categories":["Meditation"],"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/still-breathe (machine-readable JSON manifest: https://api.vp0.com/designs/still-breathe/manifest). Design: \"Still — Breathe\" — A guided breathing companion with a soft expanding orb and timed sessions.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:4424abd468f59fde1a9b182c9e87ec734afa5fe44878067aaffb06616b1a4181","contentType":"template","description":"A guided breathing companion with a soft expanding orb and timed sessions.","manifestUrl":"https://api.vp0.com/designs/still-breathe/manifest","sourceToken":"vp0_0bc7cda56ef9ad38690dbb74","dependencies":{},"installHints":{"cli":"npx vp0 add still-breathe --target react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/still-breathe.json","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/still-breathe.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Still — Breathe\").\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":[]}