Find 50 AI-matched songs on Spotify that match the vibe of your favorites.
- Search history
- Song previews
- 50 similar songs
- User friendly searching
- Spotify playlist integration (to-do)
Here's a preview of what songs similar to another song look like on the website.
- Create an application on the Spotify Developer website. Copy the client ID and the client secret and add them to the
.env.local
file (rename the.env.template
file) as environment variables. - (Optional) pnpm package manager
Note
This project uses pnpm as the package manager, but other package managers can be used as well.
To run this project locally, first install the required packages
pnpm install
Then, run the project in the development environment
pnpm dev
If you want to run the project in the production environment
pnpm build
pnpm start
This happens sometimes due to licensing reasons or because the preview is only available to logged-in premium users. (see spotify/web-api/issues/729)
GNU General Public License v3.0