{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.vault-wallet","title":"Vault — Wallet","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Finance"],"styleTags":["Dark","Fintech"],"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.908Z","updatedAt":"2026-05-25T19:40:48.908Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/vault-wallet.json","cli":"npx vp0 add vault-wallet --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/vault-wallet.json"},"sourceHash":"sha256:61c296270c6e4ae623c2dd6e93f42b31c39207fdb64fa42c79c10b04ed8d95b3","meta":{"com.vp0.contentId":"d8a48361-8f28-4d47-951b-26a42a7a1ec6","com.vp0.platform":"ios","com.vp0.availableLanguages":["swiftui"],"com.vp0.defaultLanguage":"swiftui","com.vp0.contentType":"template","com.vp0.kind":"app_template","com.vp0.category":"Finance","com.vp0.sourceToken":"vp0_04c4831a8e9eba34445f228f","com.vp0.sourceHash":"sha256:61c296270c6e4ae623c2dd6e93f42b31c39207fdb64fa42c79c10b04ed8d95b3","com.vp0.simulator":{"target":"react-native","entrypoint":null,"simulatable":false,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"vault-wallet","slug":"vault-wallet","sourceToken":"vp0_04c4831a8e9eba34445f228f","contentType":"template","platform":"ios","description":"A personal finance home with a balance card and recent activity.","createdBy":"vp0","tags":["Dark","Finance","Fintech"],"availableLanguages":["swiftui"],"defaultLanguage":"swiftui","targets":[{"name":"swiftui","entrypoint":"WalletView.swift"}],"files":[{"language":"swiftui","path":"WalletView.swift","type":"registry:page","target":"app/WalletView.swift","rawUrl":"https://api.vp0.com/designs/vault-wallet/raw?language=swiftui&path=WalletView.swift","content":"import SwiftUI\n\nstruct Tx: Identifiable { let id = UUID(); let name: String; let sub: String; let amount: Double; let icon: String }\n\nstruct WalletView: View {\n    let transactions: [Tx] = [\n        .init(name: \"Spotify\", sub: \"Subscriptions\", amount: -11.99, icon: \"music.note\"),\n        .init(name: \"Salary\", sub: \"Acme Inc\", amount: 4200, icon: \"briefcase.fill\"),\n        .init(name: \"Whole Foods\", sub: \"Groceries\", amount: -86.4, icon: \"cart.fill\"),\n        .init(name: \"Uber\", sub: \"Transport\", amount: -18.2, icon: \"car.fill\")\n    ]\n\n    var body: some View {\n        ZStack {\n            Color(red: 0.04, green: 0.05, blue: 0.04).ignoresSafeArea()\n            ScrollView {\n                VStack(alignment: .leading, spacing: 16) {\n                    Text(\"Good afternoon, Maya\").foregroundColor(Color(white: 0.6))\n                    VStack(alignment: .leading, spacing: 8) {\n                        Text(\"Total balance\").font(.subheadline).foregroundColor(Color(red: 0.37, green: 0.68, blue: 0.48))\n                        Text(\"$12,480.55\").font(.system(size: 40, weight: .heavy)).foregroundColor(.white)\n                        HStack {\n                            Text(\"•••• 4921\").foregroundColor(Color(red: 0.5, green: 0.75, blue: 0.58))\n                            Spacer()\n                            Text(\"+2.4% this month\").foregroundColor(Color(red: 0.13, green: 0.77, blue: 0.37))\n                        }\n                    }\n                    .padding(24).background(Color(red: 0.06, green: 0.10, blue: 0.07)).cornerRadius(24)\n\n                    Text(\"Recent activity\").font(.title3).bold().foregroundColor(.white).padding(.top, 8)\n                    ForEach(transactions) { tx in\n                        HStack(spacing: 14) {\n                            Image(systemName: tx.icon).frame(width: 46, height: 46)\n                                .background(Color.white.opacity(0.05)).cornerRadius(14).foregroundColor(.white)\n                            VStack(alignment: .leading, spacing: 2) {\n                                Text(tx.name).fontWeight(.semibold).foregroundColor(.white)\n                                Text(tx.sub).font(.footnote).foregroundColor(.gray)\n                            }\n                            Spacer()\n                            Text(tx.amount < 0 ? \"-$\\(abs(tx.amount), specifier: \"%.2f\")\" : \"+$\\(tx.amount, specifier: \"%.2f\")\")\n                                .fontWeight(.semibold)\n                                .foregroundColor(tx.amount < 0 ? .white : Color(red: 0.13, green: 0.77, blue: 0.37))\n                        }\n                        .padding(.vertical, 10)\n                    }\n                }\n                .padding(22)\n            }\n        }\n    }\n}\n\n#Preview { WalletView() }\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/d8a48361-8f28-4d47-951b-26a42a7a1ec6/baa447fc-94c4-4849-9bb3-bc699e9233f4/full.webp","width":804,"height":1748,"lqip":"BPgBAwB9nmRnh3AB+yytB2c=","variants":{"avif":"https://storage.vp0.com/vp0/covers/d8a48361-8f28-4d47-951b-26a42a7a1ec6/baa447fc-94c4-4849-9bb3-bc699e9233f4/avif.avif","card":"https://storage.vp0.com/vp0/covers/d8a48361-8f28-4d47-951b-26a42a7a1ec6/baa447fc-94c4-4849-9bb3-bc699e9233f4/card.webp","full":"https://storage.vp0.com/vp0/covers/d8a48361-8f28-4d47-951b-26a42a7a1ec6/baa447fc-94c4-4849-9bb3-bc699e9233f4/full.webp","thumb":"https://storage.vp0.com/vp0/covers/d8a48361-8f28-4d47-951b-26a42a7a1ec6/baa447fc-94c4-4849-9bb3-bc699e9233f4/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/7/2f883e1a-c292-44e8-8b97-2cd8554596f3/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/7/2f883e1a-c292-44e8-8b97-2cd8554596f3/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/7/2f883e1a-c292-44e8-8b97-2cd8554596f3/clip.webm","poster":"https://storage.vp0.com/vp0/clips/7/2f883e1a-c292-44e8-8b97-2cd8554596f3/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/vault-wallet","manifestUrl":"https://api.vp0.com/designs/vault-wallet/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Vault — Wallet\").\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   - WalletView.swift\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/vault-wallet (machine-readable JSON manifest: https://api.vp0.com/designs/vault-wallet/manifest). Design: \"Vault — Wallet\" — A personal finance home with a balance card and recent activity.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}