{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.wave-music-player","title":"Wave — Music Player","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Music"],"styleTags":["Dark","Media"],"category":"Music","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.280Z","updatedAt":"2026-05-25T19:40:49.280Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/wave-music-player.json","cli":"npx vp0com add wave-music-player --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/wave-music-player.json","downloadExpo":"https://api.vp0.com/export/wave-music-player/expo.zip","downloadXcode":"https://api.vp0.com/export/wave-music-player/xcode.zip"},"sourceHash":"sha256:f293d22edf23ad81b3b89cde7f4d04f618478e4f0b16e19a224c08ac57c6d64d","meta":{"com.vp0.contentId":"81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a","com.vp0.platform":"ios","com.vp0.availableLanguages":["swiftui"],"com.vp0.defaultLanguage":"swiftui","com.vp0.contentType":"template","com.vp0.kind":"app_template","com.vp0.category":"Music","com.vp0.sourceToken":"vp0_5c30920c24a31b41acfe593e","com.vp0.sourceHash":"sha256:f293d22edf23ad81b3b89cde7f4d04f618478e4f0b16e19a224c08ac57c6d64d","com.vp0.simulator":{"target":"react-native","entrypoint":null,"simulatable":false,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"wave-music-player","slug":"wave-music-player","sourceToken":"vp0_5c30920c24a31b41acfe593e","contentType":"template","platform":"ios","description":"A now-playing screen with album art, scrubber, and playback controls.","createdBy":"vp0","tags":["Dark","Music","Media"],"availableLanguages":["swiftui"],"defaultLanguage":"swiftui","targets":[{"name":"swiftui","entrypoint":"MusicPlayerView.swift"}],"files":[{"language":"swiftui","path":"MusicPlayerView.swift","type":"registry:page","target":"app/MusicPlayerView.swift","rawUrl":"https://api.vp0.com/designs/wave-music-player/raw?language=swiftui&path=MusicPlayerView.swift","content":"import SwiftUI\n\nstruct MusicPlayerView: View {\n    @State private var playing = true\n    @State private var liked = false\n\n    var body: some View {\n        ZStack {\n            Color(red: 0.05, green: 0.03, blue: 0.08).ignoresSafeArea()\n            VStack(spacing: 0) {\n                VStack(spacing: 4) {\n                    Text(\"PLAYING FROM\").font(.caption).bold().foregroundColor(Color(red: 0.6, green: 0.5, blue: 0.79))\n                    Text(\"Late Night Drive\").fontWeight(.semibold).foregroundColor(.white)\n                }.padding(.top, 24)\n\n                RoundedRectangle(cornerRadius: 28)\n                    .fill(Color(red: 0.11, green: 0.07, blue: 0.19))\n                    .frame(width: 300, height: 300)\n                    .overlay(Image(systemName: \"moon.stars.fill\").font(.system(size: 90)).foregroundColor(.white.opacity(0.85)))\n                    .padding(.top, 34)\n\n                HStack {\n                    VStack(alignment: .leading) {\n                        Text(\"Midnight City\").font(.system(size: 26, weight: .heavy)).foregroundColor(.white)\n                        Text(\"Neon Coast\").font(.title3).foregroundColor(Color(red: 0.6, green: 0.5, blue: 0.79))\n                    }\n                    Spacer()\n                    Button { liked.toggle() } label: {\n                        Image(systemName: liked ? \"heart.fill\" : \"heart\").foregroundColor(.white).font(.title2)\n                    }\n                }.padding(.horizontal, 30).padding(.top, 40)\n\n                ProgressView(value: 0.43)\n                    .tint(Color(red: 0.66, green: 0.33, blue: 0.97))\n                    .padding(.horizontal, 30).padding(.top, 24)\n\n                HStack(spacing: 36) {\n                    Image(systemName: \"backward.fill\")\n                    Button { playing.toggle() } label: {\n                        Image(systemName: playing ? \"pause.circle.fill\" : \"play.circle.fill\")\n                            .font(.system(size: 72)).foregroundColor(Color(red: 0.66, green: 0.33, blue: 0.97))\n                    }\n                    Image(systemName: \"forward.fill\")\n                }\n                .font(.title).foregroundColor(.white).padding(.top, 30)\n                Spacer()\n            }\n        }\n    }\n}\n\n#Preview { MusicPlayerView() }\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/7e4626b8-72a7-4f75-af50-d58dab4ea7a9/full.webp","width":1206,"height":2622,"lqip":"RwcGCwAIejaXhYGp94ObBGc=","variants":{"avif":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/7e4626b8-72a7-4f75-af50-d58dab4ea7a9/avif.avif","card":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/7e4626b8-72a7-4f75-af50-d58dab4ea7a9/card.webp","full":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/7e4626b8-72a7-4f75-af50-d58dab4ea7a9/full.webp","thumb":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/7e4626b8-72a7-4f75-af50-d58dab4ea7a9/thumb.webp","light_avif":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/29a24edd-f945-4f1c-9083-799028c0a40c/avif.avif","light_card":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/29a24edd-f945-4f1c-9083-799028c0a40c/card.webp","light_full":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/29a24edd-f945-4f1c-9083-799028c0a40c/full.webp","light_thumb":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/29a24edd-f945-4f1c-9083-799028c0a40c/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/19/037a23d6-c1eb-4bd7-84b5-88fb069b370c/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/19/037a23d6-c1eb-4bd7-84b5-88fb069b370c/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/19/037a23d6-c1eb-4bd7-84b5-88fb069b370c/clip.webm","poster":"https://storage.vp0.com/vp0/clips/19/037a23d6-c1eb-4bd7-84b5-88fb069b370c/poster.jpg"}}],"screens":[],"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/wave-music-player","manifestUrl":"https://api.vp0.com/designs/wave-music-player/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Wave — Music Player\").\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   - MusicPlayerView.swift\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":"Build this iOS app design in my project: \"Wave — Music Player\" — A now-playing screen with album art, scrubber, and playback controls..\n1. Fetch https://api.vp0.com/designs/wave-music-player/manifest — a JSON manifest whose files[] array contains EVERY source file inline (path + content).\n2. Create each file at its exact files[].path and paste its content VERBATIM. Do not re-imagine or restyle the UI — the provided code IS the design.\n3. Install dependencies exactly as given by the manifest's installCommand field (skip if null).\n4. Render the entry component (targets[].entrypoint) from a screen. Keep SafeAreaView / safe-area insets and the existing styling untouched.\n5. It is a UI starter: once it renders pixel-perfect, wire my own data, navigation and backend on top.\nHuman-readable source page: https://vp0.com/source/wave-music-player"}