{"id":"vp0.simmer-recipe","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":"Food","com.vp0.platform":"ios","com.vp0.contentId":"adaabcaa-7630-4b46-bcc9-0729d7eb0ee1","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:bd26e0d3dc8ab3e4c6fbdc00a42c0067b67f32a6c7758c510c8ad7bf39b1f614","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_2343875e1d2df565733ca88a","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"simmer-recipe","slug":"simmer-recipe","tags":["Food","Editorial","Warm"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/simmer-recipe/raw?language=react-native&path=App.tsx","target":"app/App.tsx","content":"import React, { useState } from 'react';\nimport { View, Text, ScrollView, Pressable, StyleSheet, SafeAreaView } from 'react-native';\n\nconst INGREDIENTS = ['2 eggs', '200g spaghetti', '60g pecorino', '100g guanciale', 'Black pepper', 'Sea salt'];\nconst STEPS = [\n  'Boil salted water and cook the spaghetti until al dente.',\n  'Crisp the guanciale in a dry pan over medium heat.',\n  'Whisk eggs with grated pecorino and plenty of pepper.',\n  'Toss pasta off the heat with the egg mix and a splash of water.',\n];\n\nexport default function App() {\n  const [step, setStep] = useState(0);\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <View style={s.hero}><Text style={s.heroEmoji}>🍝</Text></View>\n        <Text style={s.kicker}>ITALIAN · 20 MIN</Text>\n        <Text style={s.title}>Carbonara</Text>\n        <View style={s.metaRow}>\n          <View style={s.meta}><Text style={s.metaN}>20</Text><Text style={s.metaL}>min</Text></View>\n          <View style={s.meta}><Text style={s.metaN}>2</Text><Text style={s.metaL}>serves</Text></View>\n          <View style={s.meta}><Text style={s.metaN}>★ 4.9</Text><Text style={s.metaL}>312 cooks</Text></View>\n        </View>\n        <Text style={s.section}>Ingredients</Text>\n        <View style={s.ingGrid}>\n          {INGREDIENTS.map((i) => (<View key={i} style={s.ing}><Text style={s.ingText}>{i}</Text></View>))}\n        </View>\n        <Text style={s.section}>Method</Text>\n        {STEPS.map((st, i) => (\n          <Pressable key={i} onPress={() => setStep(i)} style={[s.step, step === i && s.stepOn]}>\n            <View style={[s.stepNum, step === i && s.stepNumOn]}><Text style={[s.stepNumT, step === i && { color: '#fff' }]}>{i + 1}</Text></View>\n            <Text style={[s.stepText, step === i && { color: '#fff' }]}>{st}</Text>\n          </Pressable>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#120D0A' },\n  scroll: { padding: 22, paddingTop: 60, paddingBottom: 30 },\n  hero: { height: 150, borderRadius: 24, backgroundColor: '#241612', alignItems: 'center', justifyContent: 'center', marginBottom: 18 },\n  heroEmoji: { fontSize: 72 },\n  kicker: { color: '#F0743A', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  title: { color: '#fff', fontSize: 34, fontWeight: '800', marginTop: 4 },\n  metaRow: { flexDirection: 'row', gap: 28, marginTop: 14 },\n  meta: { },\n  metaN: { color: '#fff', fontSize: 18, fontWeight: '700' },\n  metaL: { color: '#9A857C', fontSize: 12, marginTop: 2 },\n  section: { color: '#fff', fontSize: 19, fontWeight: '700', marginTop: 28, marginBottom: 14 },\n  ingGrid: { flexDirection: 'row', flexWrap: 'wrap', gap: 10 },\n  ing: { backgroundColor: '#1E1410', borderRadius: 14, paddingVertical: 11, paddingHorizontal: 16 },\n  ingText: { color: '#E6D6CE', fontSize: 14, fontWeight: '500' },\n  step: { flexDirection: 'row', backgroundColor: '#1A120E', borderRadius: 16, padding: 16, marginBottom: 12 },\n  stepOn: { backgroundColor: '#F0743A' },\n  stepNum: { width: 30, height: 30, borderRadius: 15, backgroundColor: '#2A1C16', alignItems: 'center', justifyContent: 'center', marginRight: 14 },\n  stepNumOn: { backgroundColor: 'rgba(255,255,255,0.25)' },\n  stepNumT: { color: '#F0743A', fontWeight: '800' },\n  stepText: { color: '#C9B5AB', flex: 1, fontSize: 15, lineHeight: 21 },\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":"Simmer — Recipe","assets":[{"url":"https://storage.vp0.com/vp0/covers/adaabcaa-7630-4b46-bcc9-0729d7eb0ee1/a93aee7f-a779-46c3-8b22-b0ff52247a7d/full.webp","kind":"cover","lqip":"SCgGCwJKg0d3f3HTSICDBDg=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/adaabcaa-7630-4b46-bcc9-0729d7eb0ee1/a93aee7f-a779-46c3-8b22-b0ff52247a7d/avif.avif","card":"https://storage.vp0.com/vp0/covers/adaabcaa-7630-4b46-bcc9-0729d7eb0ee1/a93aee7f-a779-46c3-8b22-b0ff52247a7d/card.webp","full":"https://storage.vp0.com/vp0/covers/adaabcaa-7630-4b46-bcc9-0729d7eb0ee1/a93aee7f-a779-46c3-8b22-b0ff52247a7d/full.webp","thumb":"https://storage.vp0.com/vp0/covers/adaabcaa-7630-4b46-bcc9-0729d7eb0ee1/a93aee7f-a779-46c3-8b22-b0ff52247a7d/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/12/388bcdfc-abd3-48a3-b8a7-9d35f48d90c2/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/12/388bcdfc-abd3-48a3-b8a7-9d35f48d90c2/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/12/388bcdfc-abd3-48a3-b8a7-9d35f48d90c2/clip.webm","poster":"https://storage.vp0.com/vp0/clips/12/388bcdfc-abd3-48a3-b8a7-9d35f48d90c2/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":"Food","platform":"ios","createdAt":"2026-05-25T19:40:49.055Z","createdBy":"vp0","importUrl":"https://vp0.com/source/simmer-recipe","styleTags":["Editorial","Warm"],"updatedAt":"2026-05-25T19:40:49.055Z","categories":["Food"],"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/simmer-recipe (machine-readable JSON manifest: https://api.vp0.com/designs/simmer-recipe/manifest). Design: \"Simmer — Recipe\" — A clean recipe view with ingredients, steps, and a built-in cook timer.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:bd26e0d3dc8ab3e4c6fbdc00a42c0067b67f32a6c7758c510c8ad7bf39b1f614","contentType":"template","description":"A clean recipe view with ingredients, steps, and a built-in cook timer.","manifestUrl":"https://api.vp0.com/designs/simmer-recipe/manifest","sourceToken":"vp0_2343875e1d2df565733ca88a","dependencies":{},"installHints":{"cli":"npx vp0 add simmer-recipe --target react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/simmer-recipe.json","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/simmer-recipe.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Simmer — Recipe\").\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":[]}