This an alternative spotify web client.
It was created using next with typescript and scss using both Spotify API and Spotify SDK
You can see the figma prototype here
git clone https://github.com/guilhermeg2k/neofy.git
cd neofy
NEXT_PUBLIC_REDIRECT_URL=YOUR_REDIRECT_URL
NEXT_PUBLIC_CLIENT_ID=YOUR_SPOTIFY_PUBLIC_CLIENT_ID
npm install
npm run dev
yarn install
yarn run dev
Made by Guilherme (~_^)