{"id":"vp0.nest-savings-goals","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":"Finance","com.vp0.platform":"ios","com.vp0.contentId":"6d0e0119-fba3-4486-9104-5b62f36aa088","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:85bc3d817461a130170aaedd971954cca0a51a67a343c40194f080aedf1498c1","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_8564a8344ba63a58826ba828","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"nest-savings-goals","slug":"nest-savings-goals","tags":["Finance","Goal Tracking","Colorful"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/nest-savings-goals/raw?language=react-native&path=App.tsx","target":"app/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","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":"Nest — Savings Goals","assets":[{"url":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/3f6b8fbd-2b0f-4a46-b006-b15e4adc131e/full.webp","kind":"cover","lqip":"xgcGAwBdrAinh3aGukDf+dg=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/3f6b8fbd-2b0f-4a46-b006-b15e4adc131e/avif.avif","card":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/3f6b8fbd-2b0f-4a46-b006-b15e4adc131e/card.webp","full":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/3f6b8fbd-2b0f-4a46-b006-b15e4adc131e/full.webp","thumb":"https://storage.vp0.com/vp0/covers/6d0e0119-fba3-4486-9104-5b62f36aa088/3f6b8fbd-2b0f-4a46-b006-b15e4adc131e/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/9/5788518f-f42f-4470-a820-b5280c1aa96d/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/9/5788518f-f42f-4470-a820-b5280c1aa96d/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/9/5788518f-f42f-4470-a820-b5280c1aa96d/clip.webm","poster":"https://storage.vp0.com/vp0/clips/9/5788518f-f42f-4470-a820-b5280c1aa96d/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":"Finance","platform":"ios","createdAt":"2026-05-25T19:40:48.972Z","createdBy":"vp0","importUrl":"https://vp0.com/source/nest-savings-goals","styleTags":["Colorful"],"updatedAt":"2026-05-25T19:40:48.972Z","categories":["Finance","Goal Tracking"],"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/nest-savings-goals (machine-readable JSON manifest: https://api.vp0.com/designs/nest-savings-goals/manifest). Design: \"Nest — Savings Goals\" — Set savings goals and watch each pot grow toward its target.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:85bc3d817461a130170aaedd971954cca0a51a67a343c40194f080aedf1498c1","contentType":"template","description":"Set savings goals and watch each pot grow toward its target.","manifestUrl":"https://api.vp0.com/designs/nest-savings-goals/manifest","sourceToken":"vp0_8564a8344ba63a58826ba828","dependencies":{},"installHints":{"cli":"npx vp0 add nest-savings-goals --target 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","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/nest-savings-goals.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","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.","componentsUsed":[],"installCommand":null,"defaultLanguage":"react-native","devDependencies":{},"availableLanguages":["react-native"],"registryDependencies":[]}