{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.paper-notes","title":"Paper — Notes","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Notes"],"styleTags":["Minimal","Colorful"],"category":"Notes","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.441Z","updatedAt":"2026-05-25T19:40:49.441Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/paper-notes.json","cli":"npx vp0 add paper-notes --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/paper-notes.json"},"sourceHash":"sha256:3c831155c8d795ab7ef3229990fb39bb24bbd7c342fbc6a12b856f9cb6b96bab","meta":{"com.vp0.contentId":"108ddcd4-c220-4ddd-b2a9-e24e06636fb2","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":"Notes","com.vp0.sourceToken":"vp0_a9316b08cb4f8a5e2b1e5597","com.vp0.sourceHash":"sha256:3c831155c8d795ab7ef3229990fb39bb24bbd7c342fbc6a12b856f9cb6b96bab","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"paper-notes","slug":"paper-notes","sourceToken":"vp0_a9316b08cb4f8a5e2b1e5597","contentType":"template","platform":"ios","description":"Capture thoughts in colorful sticky notes with a pinned section.","createdBy":"vp0","tags":["Notes","Minimal","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/paper-notes/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst NOTES = [\n  { title: 'Trip packing', body: 'Passport, charger, sunscreen, the good headphones', c: '#FBBF24', pin: true },\n  { title: 'Book ideas', body: 'A novel told entirely through margin notes', c: '#F472B6', pin: true },\n  { title: 'Groceries', body: 'Oat milk, eggs, basil, lemons, dark chocolate', c: '#34D399' },\n  { title: 'Standup', body: 'Shipped auth, blocked on design review', c: '#60A5FA' },\n  { title: 'Quote', body: 'Make it work, make it right, make it fast', c: '#A78BFA' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.h1}>Notes</Text>\n        <Text style={s.sub}>5 notes · 2 pinned</Text>\n        <View style={s.grid}>\n          {NOTES.map((n, i) => (\n            <View key={i} style={[s.note, { backgroundColor: n.c + '1F', borderColor: n.c + '55' }]}>\n              {n.pin && <Text style={s.pin}>📌</Text>}\n              <Text style={[s.noteTitle, { color: n.c }]}>{n.title}</Text>\n              <Text style={s.noteBody}>{n.body}</Text>\n            </View>\n          ))}\n        </View>\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0C0C0E' },\n  scroll: { padding: 22, paddingTop: 60 },\n  h1: { color: '#fff', fontSize: 34, fontWeight: '800' },\n  sub: { color: '#8A8A96', fontSize: 15, marginTop: 4, marginBottom: 22 },\n  grid: { flexDirection: 'row', flexWrap: 'wrap', justifyContent: 'space-between' },\n  note: { width: '48%', borderRadius: 18, borderWidth: 1, padding: 16, marginBottom: 16, minHeight: 120 },\n  pin: { position: 'absolute', top: 12, right: 12, fontSize: 14 },\n  noteTitle: { fontSize: 16, fontWeight: '800', marginBottom: 8 },\n  noteBody: { color: '#C8C8D0', fontSize: 14, lineHeight: 20 },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/108ddcd4-c220-4ddd-b2a9-e24e06636fb2/175a93d8-6f09-48a9-84af-5f06ec42f856/full.webp","width":804,"height":1748,"lqip":"xQcGAwB7jziHkpZmi7tPt/U=","variants":{"avif":"https://storage.vp0.com/vp0/covers/108ddcd4-c220-4ddd-b2a9-e24e06636fb2/175a93d8-6f09-48a9-84af-5f06ec42f856/avif.avif","card":"https://storage.vp0.com/vp0/covers/108ddcd4-c220-4ddd-b2a9-e24e06636fb2/175a93d8-6f09-48a9-84af-5f06ec42f856/card.webp","full":"https://storage.vp0.com/vp0/covers/108ddcd4-c220-4ddd-b2a9-e24e06636fb2/175a93d8-6f09-48a9-84af-5f06ec42f856/full.webp","thumb":"https://storage.vp0.com/vp0/covers/108ddcd4-c220-4ddd-b2a9-e24e06636fb2/175a93d8-6f09-48a9-84af-5f06ec42f856/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/25/4bdaefa6-6464-49a1-b769-dc0c680bf402/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/25/4bdaefa6-6464-49a1-b769-dc0c680bf402/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/25/4bdaefa6-6464-49a1-b769-dc0c680bf402/clip.webm","poster":"https://storage.vp0.com/vp0/clips/25/4bdaefa6-6464-49a1-b769-dc0c680bf402/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/paper-notes","manifestUrl":"https://api.vp0.com/designs/paper-notes/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Paper — Notes\").\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/paper-notes (machine-readable JSON manifest: https://api.vp0.com/designs/paper-notes/manifest). Design: \"Paper — Notes\" — Capture thoughts in colorful sticky notes with a pinned section.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}