{"id":"vp0.wave-music-player","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":"Music","com.vp0.platform":"ios","com.vp0.contentId":"81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":null,"buildStatus":null,"simulatable":false},"com.vp0.sourceHash":"sha256:f293d22edf23ad81b3b89cde7f4d04f618478e4f0b16e19a224c08ac57c6d64d","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_5c30920c24a31b41acfe593e","com.vp0.defaultLanguage":"swiftui","com.vp0.availableLanguages":["swiftui"]},"name":"wave-music-player","slug":"wave-music-player","tags":["Dark","Music","Media"],"type":"registry:block","files":[{"path":"MusicPlayerView.swift","type":"registry:page","rawUrl":"https://api.vp0.com/designs/wave-music-player/raw?language=swiftui&path=MusicPlayerView.swift","target":"app/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","language":"swiftui"}],"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":"Wave — Music Player","assets":[{"url":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/e17a7d8b-a8a6-4c44-b6a3-f1ba224055a1/full.webp","kind":"cover","lqip":"RwcGCwAIejaXhYKp94ObBGc=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/e17a7d8b-a8a6-4c44-b6a3-f1ba224055a1/avif.avif","card":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/e17a7d8b-a8a6-4c44-b6a3-f1ba224055a1/card.webp","full":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/e17a7d8b-a8a6-4c44-b6a3-f1ba224055a1/full.webp","thumb":"https://storage.vp0.com/vp0/covers/81de7b3b-bc9b-492c-89bd-6ed1d51c8d8a/e17a7d8b-a8a6-4c44-b6a3-f1ba224055a1/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/19/88ca5ee8-3eac-4b84-b81e-9e9325699110/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/19/88ca5ee8-3eac-4b84-b81e-9e9325699110/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/19/88ca5ee8-3eac-4b84-b81e-9e9325699110/clip.webm","poster":"https://storage.vp0.com/vp0/clips/19/88ca5ee8-3eac-4b84-b81e-9e9325699110/poster.jpg"}}],"author":"@vp0","$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","license":null,"targets":[{"name":"swiftui","entrypoint":"MusicPlayerView.swift"}],"version":"1.0.0","category":"Music","platform":"ios","createdAt":"2026-05-25T19:40:49.280Z","createdBy":"vp0","importUrl":"https://vp0.com/source/wave-music-player","styleTags":["Dark","Media"],"updatedAt":"2026-05-25T19:40:49.280Z","categories":["Music"],"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/wave-music-player (machine-readable JSON manifest: https://api.vp0.com/designs/wave-music-player/manifest). Design: \"Wave — Music Player\" — A now-playing screen with album art, scrubber, and playback controls.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:f293d22edf23ad81b3b89cde7f4d04f618478e4f0b16e19a224c08ac57c6d64d","contentType":"template","description":"A now-playing screen with album art, scrubber, and playback controls.","manifestUrl":"https://api.vp0.com/designs/wave-music-player/manifest","sourceToken":"vp0_5c30920c24a31b41acfe593e","dependencies":{},"installHints":{"cli":"npx vp0 add wave-music-player --target 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","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/wave-music-player.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","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.","componentsUsed":[],"installCommand":null,"defaultLanguage":"swiftui","devDependencies":{},"availableLanguages":["swiftui"],"registryDependencies":[]}