https://github.com/daneden/jukebox-www
Marketing site for Playback — rediscover your music library
https://github.com/daneden/jukebox-www
Last synced: 8 days ago
JSON representation
Marketing site for Playback — rediscover your music library
- Host: GitHub
- URL: https://github.com/daneden/jukebox-www
- Owner: daneden
- Created: 2026-05-30T06:21:00.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2026-05-30T08:20:43.000Z (18 days ago)
- Last Synced: 2026-05-30T09:09:21.384Z (18 days ago)
- Language: TypeScript
- Homepage: https://jukebox-www.vercel.app
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Playback marketing site
The one-page marketing site for [Playback](https://daneden.me) — an iOS app that spins your
Apple Music library on a tactile, cover-flow-style dial and resurfaces the songs you'd
forgotten you loved.
Built with Next.js (App Router) and Tailwind CSS v4. Inter for display type, Source Serif
for body copy.
## Develop
```bash
bun dev
```
Open [http://localhost:3000](http://localhost:3000).
## Notes
- The App Store link lives in a single `APP_STORE_URL` constant at the top of
`app/page.tsx` — swap it for the real listing URL once the app is live.
- The Playback logomark is inlined in `app/page.tsx` (and mirrored at `public/playback.svg`
/ `app/icon.svg`); it uses `currentColor`, so it inverts automatically in dark mode.