Hack #7: v0 · v0
7 May, 05:50
spotify.trm - A terminalcore redesign of Spotify with an AI radio DJ. I cloned Spotify's product shape (library, search, queue, player) in v0 and reimagined every pixel as a terminal: monospace fonts, green-on-black palette, command logs, splash gate, and a real CLI tab where you can type play weeknd, queue lofi, or dj on and it just works. Same mental model people already know — re-skinned for keyboard-first users. Then I added a voice layer with ElevenLabs. The app has four AI DJ hosts — Nova, Velvet, Pulse, Kai — each mapped to a distinct ElevenLabs voiceId plus a per-host delivery string for v3-style acting control. When a track is about to end, Groq's llama-3.1-8b-instant reads the next track's metadata and writes a one-line intro in that host's persona. ElevenLabs speaks it server-side via /api/tts. The next iTunes preview starts quietly under the voice-over so handoffs feel like a real broadcast instead of dead air. Same queue, different host, completely different vibe. Stack: Next.js 16, React 19, Tailwind 4, v0, Groq, ElevenLabs, Vercel. Code: github.com/anirxdh/spotify-for-hackers
