{"id":"vp0.orbit-messages","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":"Messaging","com.vp0.platform":"ios","com.vp0.contentId":"9addb3ae-6baa-493d-9938-359f9a57a6d8","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:1fd98bfd25375dc0697cee01fc139730b66f3eeedb3e4720bb1942202e95fd8c","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_ae7d38732dd715253c5ad856","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"orbit-messages","slug":"orbit-messages","tags":["Dark","Social","Messaging"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/orbit-messages/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 MSGS = [\n  { me: false, text: 'Morning! Still on for the hike Saturday? 🥾', time: '9:02' },\n  { me: true, text: 'Yes! Weather looks perfect ☀️', time: '9:04' },\n  { me: false, text: 'Trailhead at 8?' , time: '9:04' },\n  { me: true, text: 'Make it 8:15 and bring coffee and I am in', time: '9:06' },\n  { me: false, text: 'Deal. I will grab the good stuff ☕', time: '9:07' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <View style={s.header}>\n        <View style={s.av}><Text style={{ fontSize: 22 }}>🦊</Text></View>\n        <View>\n          <Text style={s.name}>Leah Carter</Text>\n          <Text style={s.status}>● Active now</Text>\n        </View>\n      </View>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.day}>TODAY</Text>\n        {MSGS.map((m, i) => (\n          <View key={i} style={[s.bubbleRow, m.me ? s.right : s.left]}>\n            <View style={[s.bubble, m.me ? s.bubbleMe : s.bubbleThem]}>\n              <Text style={[s.text, m.me && { color: '#fff' }]}>{m.text}</Text>\n            </View>\n          </View>\n        ))}\n      </ScrollView>\n      <View style={s.composer}>\n        <View style={s.input}><Text style={s.placeholder}>Message</Text></View>\n        <View style={s.send}><Text style={{ color: '#fff', fontSize: 18, fontWeight: '800' }}>↑</Text></View>\n      </View>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0A0C10' },\n  header: { flexDirection: 'row', alignItems: 'center', paddingTop: 56, paddingBottom: 16, paddingHorizontal: 20, borderBottomWidth: 1, borderBottomColor: '#16181E' },\n  av: { width: 44, height: 44, borderRadius: 22, backgroundColor: '#161A22', alignItems: 'center', justifyContent: 'center', marginRight: 12 },\n  name: { color: '#fff', fontSize: 17, fontWeight: '700' },\n  status: { color: '#3B82F6', fontSize: 13, marginTop: 2 },\n  scroll: { padding: 18, paddingBottom: 8 },\n  day: { color: '#5A5E68', fontSize: 11, fontWeight: '700', textAlign: 'center', marginBottom: 16, letterSpacing: 1 },\n  bubbleRow: { flexDirection: 'row', marginBottom: 10 },\n  left: { justifyContent: 'flex-start' },\n  right: { justifyContent: 'flex-end' },\n  bubble: { maxWidth: '78%', borderRadius: 20, paddingVertical: 11, paddingHorizontal: 15 },\n  bubbleThem: { backgroundColor: '#1A1E26', borderBottomLeftRadius: 6 },\n  bubbleMe: { backgroundColor: '#3B82F6', borderBottomRightRadius: 6 },\n  text: { color: '#E6E8EE', fontSize: 15, lineHeight: 20 },\n  composer: { flexDirection: 'row', alignItems: 'center', padding: 16, gap: 12, borderTopWidth: 1, borderTopColor: '#16181E' },\n  input: { flex: 1, height: 44, borderRadius: 22, backgroundColor: '#161A22', justifyContent: 'center', paddingHorizontal: 18 },\n  placeholder: { color: '#5A5E68', fontSize: 15 },\n  send: { width: 44, height: 44, borderRadius: 22, backgroundColor: '#3B82F6', alignItems: 'center', justifyContent: 'center' },\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":"Orbit — Messages","assets":[{"url":"https://storage.vp0.com/vp0/covers/9addb3ae-6baa-493d-9938-359f9a57a6d8/3efe8f2d-9616-4bc3-be7d-38a60c97dd6b/full.webp","kind":"cover","lqip":"R/cFEwJWezapoImbvITPS/k=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/9addb3ae-6baa-493d-9938-359f9a57a6d8/3efe8f2d-9616-4bc3-be7d-38a60c97dd6b/avif.avif","card":"https://storage.vp0.com/vp0/covers/9addb3ae-6baa-493d-9938-359f9a57a6d8/3efe8f2d-9616-4bc3-be7d-38a60c97dd6b/card.webp","full":"https://storage.vp0.com/vp0/covers/9addb3ae-6baa-493d-9938-359f9a57a6d8/3efe8f2d-9616-4bc3-be7d-38a60c97dd6b/full.webp","thumb":"https://storage.vp0.com/vp0/covers/9addb3ae-6baa-493d-9938-359f9a57a6d8/3efe8f2d-9616-4bc3-be7d-38a60c97dd6b/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/18/3fd8dffb-8069-4a70-a5c3-7a3e2190f55e/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/18/3fd8dffb-8069-4a70-a5c3-7a3e2190f55e/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/18/3fd8dffb-8069-4a70-a5c3-7a3e2190f55e/clip.webm","poster":"https://storage.vp0.com/vp0/clips/18/3fd8dffb-8069-4a70-a5c3-7a3e2190f55e/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":"Messaging","platform":"ios","createdAt":"2026-05-25T19:40:49.246Z","createdBy":"vp0","importUrl":"https://vp0.com/source/orbit-messages","styleTags":["Dark"],"updatedAt":"2026-05-25T19:40:49.246Z","categories":["Social","Messaging"],"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/orbit-messages (machine-readable JSON manifest: https://api.vp0.com/designs/orbit-messages/manifest). Design: \"Orbit — Messages\" — A warm messaging thread with bubbles, reactions, and a clean composer.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:1fd98bfd25375dc0697cee01fc139730b66f3eeedb3e4720bb1942202e95fd8c","contentType":"template","description":"A warm messaging thread with bubbles, reactions, and a clean composer.","manifestUrl":"https://api.vp0.com/designs/orbit-messages/manifest","sourceToken":"vp0_ae7d38732dd715253c5ad856","dependencies":{},"installHints":{"cli":"npx vp0 add orbit-messages --target react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/orbit-messages.json","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/orbit-messages.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Orbit — Messages\").\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":[]}