Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 560 Bytes

Spui

I think the Spotify iOS app is buggy and has a bunch of non-intuitive or unhelpful interactions. This is hopefully going to be a replacement that fixes many of these undesirable patterns.

  • Clicking on a song should add to queue if I already have something playing, not replace my position in the playlist, album, or radio that's currently playing.
  • Adding songs to playlists in bulk is a pain.
  • More stuff like this :)

Currently live at spui.vercel.app

Setup

npm install

Run development server

npm run dev