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.
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.
The application was made with the excellent new web framework Svelte, and was first prototyped in an open source alternative to Figma, Penpot.
Time spent
38 hours 50 minutes