{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.gather-events","title":"Gather — Events","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Social","Events"],"styleTags":["Colorful"],"category":"Events","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.335Z","updatedAt":"2026-05-25T19:40:49.335Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/gather-events.json","cli":"npx vp0 add gather-events --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/gather-events.json"},"sourceHash":"sha256:1eef2e88f01f29dc744f6ef2e31d967b6f283f7e0b74dec69c8043cb989bccfc","meta":{"com.vp0.contentId":"3a106bec-ba88-4a93-b2cd-636f859627ee","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":"Events","com.vp0.sourceToken":"vp0_010d6c80187070a1a71613e0","com.vp0.sourceHash":"sha256:1eef2e88f01f29dc744f6ef2e31d967b6f283f7e0b74dec69c8043cb989bccfc","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"gather-events","slug":"gather-events","sourceToken":"vp0_010d6c80187070a1a71613e0","contentType":"template","platform":"ios","description":"Discover what is on this week with a colorful event feed and ticket card.","createdBy":"vp0","tags":["Social","Events","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/gather-events/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst EVENTS = [\n  { title: 'Rooftop Jazz', when: 'Fri · 8 PM', where: 'Sky Bar', emoji: '🎷', c: '#F472B6' },\n  { title: 'Indie Film Night', when: 'Sat · 7 PM', where: 'The Reel', emoji: '🎬', c: '#818CF8' },\n  { title: 'Sunday Market', when: 'Sun · 10 AM', where: 'Old Town', emoji: '🧺', c: '#34D399' },\n  { title: 'Vinyl & Wine', when: 'Sun · 6 PM', where: 'Cellar 9', emoji: '🍷', c: '#FBBF24' },\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}>THIS WEEK</Text>\n        <Text style={s.h1}>What is on</Text>\n        <View style={s.featured}>\n          <Text style={s.fEmoji}>🎷</Text>\n          <Text style={s.fTag}>FEATURED</Text>\n          <Text style={s.fTitle}>Rooftop Jazz Session</Text>\n          <Text style={s.fMeta}>Friday · 8 PM · Sky Bar</Text>\n        </View>\n        {EVENTS.map((e, i) => (\n          <View key={i} style={s.row}>\n            <View style={[s.icon, { backgroundColor: e.c + '22' }]}><Text style={{ fontSize: 24 }}>{e.emoji}</Text></View>\n            <View style={{ flex: 1, marginLeft: 14 }}>\n              <Text style={s.title}>{e.title}</Text>\n              <Text style={s.where}>{e.where}</Text>\n            </View>\n            <Text style={[s.when, { color: e.c }]}>{e.when}</Text>\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0D0A0F' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#F472B6', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#fff', fontSize: 32, fontWeight: '800', marginTop: 4, marginBottom: 20 },\n  featured: { backgroundColor: '#1E1322', borderRadius: 24, padding: 24, marginBottom: 24, borderWidth: 1, borderColor: '#3A2440' },\n  fEmoji: { fontSize: 52 },\n  fTag: { color: '#F472B6', fontSize: 11, fontWeight: '800', letterSpacing: 1.5, marginTop: 14 },\n  fTitle: { color: '#fff', fontSize: 24, fontWeight: '800', marginTop: 6 },\n  fMeta: { color: '#B58AC0', fontSize: 15, marginTop: 6 },\n  row: { flexDirection: 'row', alignItems: 'center', marginBottom: 18 },\n  icon: { width: 52, height: 52, borderRadius: 16, alignItems: 'center', justifyContent: 'center' },\n  title: { color: '#fff', fontSize: 16, fontWeight: '700' },\n  where: { color: '#8A8A99', fontSize: 14, marginTop: 3 },\n  when: { fontSize: 14, fontWeight: '700' },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/3a106bec-ba88-4a93-b2cd-636f859627ee/91c7737c-0538-4513-ab67-783f88ae8644/full.webp","width":804,"height":1748,"lqip":"xQcCAwB9rzeGg4OU77Oo+Hg=","variants":{"avif":"https://storage.vp0.com/vp0/covers/3a106bec-ba88-4a93-b2cd-636f859627ee/91c7737c-0538-4513-ab67-783f88ae8644/avif.avif","card":"https://storage.vp0.com/vp0/covers/3a106bec-ba88-4a93-b2cd-636f859627ee/91c7737c-0538-4513-ab67-783f88ae8644/card.webp","full":"https://storage.vp0.com/vp0/covers/3a106bec-ba88-4a93-b2cd-636f859627ee/91c7737c-0538-4513-ab67-783f88ae8644/full.webp","thumb":"https://storage.vp0.com/vp0/covers/3a106bec-ba88-4a93-b2cd-636f859627ee/91c7737c-0538-4513-ab67-783f88ae8644/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/21/1ed0bcde-669d-4a72-8a92-3482b32288ba/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/21/1ed0bcde-669d-4a72-8a92-3482b32288ba/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/21/1ed0bcde-669d-4a72-8a92-3482b32288ba/clip.webm","poster":"https://storage.vp0.com/vp0/clips/21/1ed0bcde-669d-4a72-8a92-3482b32288ba/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/gather-events","manifestUrl":"https://api.vp0.com/designs/gather-events/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Gather — Events\").\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/gather-events (machine-readable JSON manifest: https://api.vp0.com/designs/gather-events/manifest). Design: \"Gather — Events\" — Discover what is on this week with a colorful event feed and ticket card.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}