{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.board-kanban","title":"Board — Kanban","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Productivity"],"styleTags":["Dark","Work"],"category":"Productivity","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.533Z","updatedAt":"2026-05-25T19:40:49.533Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/board-kanban.json","cli":"npx vp0 add board-kanban --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/board-kanban.json"},"sourceHash":"sha256:08cf49c80044f60b7207b5cfb129dfe72f2a7ca8ec1d1f2be298592eb210bf27","meta":{"com.vp0.contentId":"6bdacb3b-d8cd-4416-b219-1d6e48876da5","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":"Productivity","com.vp0.sourceToken":"vp0_8c59567105d016372a14b59a","com.vp0.sourceHash":"sha256:08cf49c80044f60b7207b5cfb129dfe72f2a7ca8ec1d1f2be298592eb210bf27","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"board-kanban","slug":"board-kanban","sourceToken":"vp0_8c59567105d016372a14b59a","contentType":"template","platform":"ios","description":"A swipeable project board with columns, labels, and task cards.","createdBy":"vp0","tags":["Dark","Productivity","Work"],"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/board-kanban/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst COLS = [\n  { name: 'To do', c: '#8B5CF6', cards: [{ t: 'Auth flow', l: 'Backend' }, { t: 'Empty states', l: 'Design' }, { t: 'Onboarding copy', l: 'Content' }] },\n  { name: 'In progress', c: '#F59E0B', cards: [{ t: 'Wall masonry', l: 'Frontend' }, { t: 'Capture worker', l: 'Infra' }] },\n  { name: 'Done', c: '#22C55E', cards: [{ t: 'Manifest v1', l: 'Backend' }, { t: 'Dark theme', l: 'Design' }] },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <View style={s.head}>\n        <Text style={s.kicker}>PROJECT</Text>\n        <Text style={s.h1}>VP0 Launch</Text>\n      </View>\n      <ScrollView horizontal showsHorizontalScrollIndicator={false} contentContainerStyle={s.board}>\n        {COLS.map((col) => (\n          <View key={col.name} style={s.col}>\n            <View style={s.colHead}>\n              <View style={[s.colDot, { backgroundColor: col.c }]} />\n              <Text style={s.colName}>{col.name}</Text>\n              <Text style={s.colCount}>{col.cards.length}</Text>\n            </View>\n            {col.cards.map((card, i) => (\n              <View key={i} style={s.card}>\n                <View style={[s.label, { backgroundColor: col.c + '22' }]}><Text style={[s.labelT, { color: col.c }]}>{card.l}</Text></View>\n                <Text style={s.cardTitle}>{card.t}</Text>\n              </View>\n            ))}\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#0B0A10' },\n  head: { paddingTop: 60, paddingHorizontal: 22, marginBottom: 18 },\n  kicker: { color: '#A78BFA', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#fff', fontSize: 30, fontWeight: '800', marginTop: 4 },\n  board: { paddingHorizontal: 16, gap: 14 },\n  col: { width: 240, backgroundColor: '#100E16', borderRadius: 18, padding: 14 },\n  colHead: { flexDirection: 'row', alignItems: 'center', marginBottom: 14 },\n  colDot: { width: 10, height: 10, borderRadius: 5, marginRight: 8 },\n  colName: { color: '#EDEDF2', fontSize: 15, fontWeight: '700', flex: 1 },\n  colCount: { color: '#6A6A78', fontSize: 14, fontWeight: '600' },\n  card: { backgroundColor: '#17151F', borderRadius: 14, padding: 14, marginBottom: 10 },\n  label: { alignSelf: 'flex-start', borderRadius: 8, paddingVertical: 4, paddingHorizontal: 10, marginBottom: 8 },\n  labelT: { fontSize: 12, fontWeight: '700' },\n  cardTitle: { color: '#EDEDF2', fontSize: 15, fontWeight: '600' },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/6bdacb3b-d8cd-4416-b219-1d6e48876da5/87c203c2-0db6-4e6e-b2d6-42782af92bf9/full.webp","width":804,"height":1748,"lqip":"xQcCAwCan0mIgKN3gDhsrAc=","variants":{"avif":"https://storage.vp0.com/vp0/covers/6bdacb3b-d8cd-4416-b219-1d6e48876da5/87c203c2-0db6-4e6e-b2d6-42782af92bf9/avif.avif","card":"https://storage.vp0.com/vp0/covers/6bdacb3b-d8cd-4416-b219-1d6e48876da5/87c203c2-0db6-4e6e-b2d6-42782af92bf9/card.webp","full":"https://storage.vp0.com/vp0/covers/6bdacb3b-d8cd-4416-b219-1d6e48876da5/87c203c2-0db6-4e6e-b2d6-42782af92bf9/full.webp","thumb":"https://storage.vp0.com/vp0/covers/6bdacb3b-d8cd-4416-b219-1d6e48876da5/87c203c2-0db6-4e6e-b2d6-42782af92bf9/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/28/3700abaa-4a23-4815-8522-a5ba8f94428c/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/28/3700abaa-4a23-4815-8522-a5ba8f94428c/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/28/3700abaa-4a23-4815-8522-a5ba8f94428c/clip.webm","poster":"https://storage.vp0.com/vp0/clips/28/3700abaa-4a23-4815-8522-a5ba8f94428c/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/board-kanban","manifestUrl":"https://api.vp0.com/designs/board-kanban/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Board — Kanban\").\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/board-kanban (machine-readable JSON manifest: https://api.vp0.com/designs/board-kanban/manifest). Design: \"Board — Kanban\" — A swipeable project board with columns, labels, and task cards.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}