May 2021

subfeed for Spotify

The closest thing Spotify has to a subscription feed is the “Releases Radar” playlist, which, instead of simply displaying the latest releases of the artists it tracks, uses an algorithmic black box to mix them with other songs we might like.

The problem is that sometimes you can miss an album: Spotify only displays one track from an entire album in its playlist. Moreover, the tracks are not sorted in chronological order by release date, which seems intuitive.

Wanting something simpler, I decided to work on a small web application allowing me to get the full picture of what my favorite artists have just released.

un album dans la page “newstuff”

Moreover, a “maybefollow” tab suggests artists to follow. The suggestion algorithm is clear and simple: when you liked at least 5 tracks from a not-followed artist, it appears here.

page “checkitout” montrant un artiste recommandé

The application was made with the excellent new web framework Svelte, and was first prototyped in an open source alternative to Figma, Penpot.

prototype d'un album de la page “newstuff”
prototype d’un album de la page “newstuff”
implemented version of the prototype
implemented version of the prototype
Source code
github.com
Application
subfeed-for-spotify.surge.sh
UI Prototype
design.penpot.app

Time spent

38 hours 43 minutes

made with

  • Svelte
  • Penpot