Built My Very Own Every Song Database
Last night I went for a live viewing of the BTS concert. This morning I woke up thinking
“I want to listen to all the BTS songs out there”.
So I went to Spotify to curate the albums. Then I thought:
“wouldn't it be great if I can download a full list of songs that BTS ever created”.
So I asked Claude to build me an app that could do just that, called “EverySong”. The code is simple, Claude will search the internet for a list of songs based on a particular music artist, and then create a CSV file. The code will create a filterable list where you can search by release date, album name, singer and read a little description about the song. It took me an afternoon. It was nice to switch from machine learning to music. I had fun.

The repo is on GitHub if you'd like to take a look at the tech stack. – https://github.com/berniepng/everysong
The website is here – https://demo.bernie.studio/everysong
What artist would you like to curate?