{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.nest-savings-goals","title":"Nest — Savings Goals","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Finance","Goal Tracking"],"styleTags":["Colorful"],"category":"Finance","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:48.972Z","updatedAt":"2026-05-25T19:40:48.972Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/nest-savings-goals.json","cli":"npx vp0com add nest-savings-goals --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/nest-savings-goals.json","downloadExpo":"https://api.vp0.com/export/nest-savings-goals/expo.zip"},"sourceHash":"sha256:85bc3d817461a130170aaedd971954cca0a51a67a343c40194f080aedf1498c1","meta":{"com.vp0.contentId":"6d0e0119-fba3-4486-9104-5b62f36aa088","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":"Finance","com.vp0.sourceToken":"vp0_8564a8344ba63a58826ba828","com.vp0.sourceHash":"sha256:85bc3d817461a130170aaedd971954cca0a51a67a343c40194f080aedf1498c1","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"nest-savings-goals","slug":"nest-savings-goals","sourceToken":"vp0_8564a8344ba63a58826ba828","contentType":"template","platform":"ios","description":"Set savings goals and watch each pot grow toward its target.","createdBy":"vp0","tags":["Finance","Goal Tracking","Colorful"],"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/nest-savings-goals/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst GOALS = [\n  { name: 'Japan trip', icon: '🗾', saved: 2400, target: 4000, c: '#FF6B9D' },\n  { name: 'New MacBook', icon: '💻', saved: 1650, target: 2200, c: '#7C5CFF' },\n  { name: 'Emergency fund', icon: '🛟', saved: 5200, target: 6000, c: '#22C55E' },\n  { name: 'Concert tickets', icon: '🎟️', saved: 120, target: 300, c: '#FFB020' },\n];\n\nexport default function App() {\n  const total = GOALS.reduce((a, g) => a + g.saved, 0);\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.kicker}>SAVINGS</Text>\n        <Text style={s.h1}>{'$' + total.toLocaleString()}</Text>\n        <Text style={s.sub}>across {GOALS.length} pots</Text>\n        {GOALS.map((g) => {\n          const pct = Math.min(100, Math.round((g.saved / g.target) * 100));\n          return (\n            <View key={g.name} style={s.card}>\n              <View style={s.cardTop}>\n                <View style={[s.icon, { backgroundColor: g.c + '22' }]}><Text style={{ fontSize: 22 }}>{g.icon}</Text></View>\n                <View style={{ flex: 1, marginLeft: 14 }}>\n                  <Text style={s.name}>{g.name}</Text>\n                  <Text style={s.amt}>{'$' + g.saved.toLocaleString()} of {'$' + g.target.toLocaleString()}</Text>\n                </View>\n                <Text style={[s.pct, { color: g.c }]}>{pct + '%'}</Text>\n              </View>\n              <View style={s.track}><View style={[s.fill, { width: pct + '%', backgroundColor: g.c }]} /></View>\n            </View>\n          );\n        })}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0D0B10' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#FF6B9D', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#fff', fontSize: 44, fontWeight: '800', marginTop: 6, letterSpacing: -1 },\n  sub: { color: '#8A8A96', fontSize: 15, marginTop: 2, marginBottom: 20 },\n  card: { backgroundColor: '#16131B', borderRadius: 20, padding: 18, marginBottom: 14 },\n  cardTop: { flexDirection: 'row', alignItems: 'center', marginBottom: 14 },\n  icon: { width: 48, height: 48, borderRadius: 15, alignItems: 'center', justifyContent: 'center' },\n  name: { color: '#EDEDF2', fontSize: 16, fontWeight: '700' },\n  amt: { color: '#8A8A96', fontSize: 13, marginTop: 3 },\n  pct: { fontSize: 18, fontWeight: '800' },\n  track: { height: 10, borderRadius: 5, backgroundColor: '#221E2A', overflow: 'hidden' },\n  fill: { height: '100%', borderRadius: 5 },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/8ebb7d39-8638-4a57-bcdf-0d8c971ab4d0/full.webp","width":1206,"height":2622,"lqip":"xgcGAwBdrAinh3aGukDe+ug=","variants":{"avif":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/8ebb7d39-8638-4a57-bcdf-0d8c971ab4d0/avif.avif","card":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/8ebb7d39-8638-4a57-bcdf-0d8c971ab4d0/card.webp","full":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/8ebb7d39-8638-4a57-bcdf-0d8c971ab4d0/full.webp","thumb":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/8ebb7d39-8638-4a57-bcdf-0d8c971ab4d0/thumb.webp","light_avif":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/e46557dc-1d48-41ad-9327-e1798d1b96c6/avif.avif","light_card":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/e46557dc-1d48-41ad-9327-e1798d1b96c6/card.webp","light_full":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/e46557dc-1d48-41ad-9327-e1798d1b96c6/full.webp","light_thumb":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/e46557dc-1d48-41ad-9327-e1798d1b96c6/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/9/a3156a8a-f0cc-4912-b5fa-f8ca78fcdfb8/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/9/a3156a8a-f0cc-4912-b5fa-f8ca78fcdfb8/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/9/a3156a8a-f0cc-4912-b5fa-f8ca78fcdfb8/clip.webm","poster":"https://storage.vp0.com/vp0/clips/9/a3156a8a-f0cc-4912-b5fa-f8ca78fcdfb8/poster.jpg"}}],"screens":[],"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/nest-savings-goals","manifestUrl":"https://api.vp0.com/designs/nest-savings-goals/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Nest — Savings Goals\").\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":"Build this iOS app design in my project: \"Nest — Savings Goals\" — Set savings goals and watch each pot grow toward its target..\n1. Fetch https://api.vp0.com/designs/nest-savings-goals/manifest — a JSON manifest whose files[] array contains EVERY source file inline (path + content).\n2. Create each file at its exact files[].path and paste its content VERBATIM. Do not re-imagine or restyle the UI — the provided code IS the design.\n3. Install dependencies exactly as given by the manifest's installCommand field (skip if null).\n4. Render the entry component (targets[].entrypoint) from a screen. Keep SafeAreaView / safe-area insets and the existing styling untouched.\n5. It is a UI starter: once it renders pixel-perfect, wire my own data, navigation and backend on top.\nHuman-readable source page: https://vp0.com/source/nest-savings-goals"}