{"id":"vp0.grateful-journal","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":"Journaling","com.vp0.platform":"ios","com.vp0.contentId":"80830ba8-302f-4099-b477-417fcd3ae16f","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:16c03166761b34a2ca428e4508fb6439d35924402121c6d552e7dca09ac0454e","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_1b7f0a85bf6680f7f1e58821","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"grateful-journal","slug":"grateful-journal","tags":["Journaling","Calm","Warm"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/grateful-journal/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 ENTRIES = [\n  { day: 'Today', text: 'Slow morning coffee and a quiet house before everyone woke up.', emoji: '☕' },\n  { day: 'Yesterday', text: 'A long walk that turned into a two-hour conversation with an old friend.', emoji: '🍂' },\n  { day: 'Sunday', text: 'Finished the book I have been savouring for weeks.', emoji: '📖' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.kicker}>GRATITUDE</Text>\n        <Text style={s.h1}>What went well?</Text>\n        <View style={s.prompt}>\n          <Text style={s.promptText}>Name three small things you are thankful for today.</Text>\n          <View style={s.promptBtn}><Text style={s.promptBtnT}>Write today's entry</Text></View>\n        </View>\n        <Text style={s.streak}>🔥 9 day streak</Text>\n        {ENTRIES.map((e, i) => (\n          <View key={i} style={s.entry}>\n            <Text style={s.entryEmoji}>{e.emoji}</Text>\n            <View style={{ flex: 1 }}>\n              <Text style={s.entryDay}>{e.day}</Text>\n              <Text style={s.entryText}>{e.text}</Text>\n            </View>\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#120C0C' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#FCA5A5', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#fff', fontSize: 30, fontWeight: '800', marginTop: 4, marginBottom: 22 },\n  prompt: { backgroundColor: '#201415', borderRadius: 22, padding: 22, borderWidth: 1, borderColor: '#3A2425' },\n  promptText: { color: '#F0D8D8', fontSize: 17, lineHeight: 24, fontWeight: '500' },\n  promptBtn: { backgroundColor: '#FCA5A5', borderRadius: 16, paddingVertical: 14, alignItems: 'center', marginTop: 18 },\n  promptBtnT: { color: '#2A1414', fontSize: 15, fontWeight: '800' },\n  streak: { color: '#D08A8A', fontSize: 14, fontWeight: '700', marginVertical: 24 },\n  entry: { flexDirection: 'row', backgroundColor: '#181011', borderRadius: 18, padding: 18, marginBottom: 14 },\n  entryEmoji: { fontSize: 26, marginRight: 14 },\n  entryDay: { color: '#FCA5A5', fontSize: 13, fontWeight: '700' },\n  entryText: { color: '#D8C8C8', fontSize: 15, lineHeight: 22, marginTop: 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":"Grateful — Journal","assets":[{"url":"https://storage.vp0.com/vp0/covers/80830ba8-302f-4099-b477-417fcd3ae16f/49073961-a069-4984-88a8-df4ea24a44c1/full.webp","kind":"cover","lqip":"BxgGAwJJjkaHg4CkWY+E9Ug=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/80830ba8-302f-4099-b477-417fcd3ae16f/49073961-a069-4984-88a8-df4ea24a44c1/avif.avif","card":"https://storage.vp0.com/vp0/covers/80830ba8-302f-4099-b477-417fcd3ae16f/49073961-a069-4984-88a8-df4ea24a44c1/card.webp","full":"https://storage.vp0.com/vp0/covers/80830ba8-302f-4099-b477-417fcd3ae16f/49073961-a069-4984-88a8-df4ea24a44c1/full.webp","thumb":"https://storage.vp0.com/vp0/covers/80830ba8-302f-4099-b477-417fcd3ae16f/49073961-a069-4984-88a8-df4ea24a44c1/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/33/b95c586d-c10f-4cb2-8d6c-ffb6381e3ff7/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/33/b95c586d-c10f-4cb2-8d6c-ffb6381e3ff7/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/33/b95c586d-c10f-4cb2-8d6c-ffb6381e3ff7/clip.webm","poster":"https://storage.vp0.com/vp0/clips/33/b95c586d-c10f-4cb2-8d6c-ffb6381e3ff7/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":"Journaling","platform":"ios","createdAt":"2026-05-25T19:40:49.680Z","createdBy":"vp0","importUrl":"https://vp0.com/source/grateful-journal","styleTags":["Calm","Warm"],"updatedAt":"2026-05-25T19:40:49.680Z","categories":["Journaling"],"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/grateful-journal (machine-readable JSON manifest: https://api.vp0.com/designs/grateful-journal/manifest). Design: \"Grateful — Journal\" — A daily gratitude journal with gentle prompts and a calm entry feed.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:16c03166761b34a2ca428e4508fb6439d35924402121c6d552e7dca09ac0454e","contentType":"template","description":"A daily gratitude journal with gentle prompts and a calm entry feed.","manifestUrl":"https://api.vp0.com/designs/grateful-journal/manifest","sourceToken":"vp0_1b7f0a85bf6680f7f1e58821","dependencies":{},"installHints":{"cli":"npx vp0 add grateful-journal --target react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/grateful-journal.json","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/grateful-journal.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Grateful — Journal\").\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":[]}