Web app that analyzes your Spotify listening habits and provides personalized music insights with a touch of humor. Get AI-powered analysis of your music taste, including compliments, jokes, and playful roasts based on your top tracks, artists, and playlists.
(I basically built it to test out Trae.ai lol)
- Login with your Spotify account to access your music data
- View your top artists, tracks, and playlists
- Get three different perspectives on your music taste:
- Nice: Thoughtful compliments about your music choices
- Funny: Humorous observations about your listening habits
- Roast: Playful teasing about your music preferences
- Also added some personalized song suggestions based on your music taste
- Frontend: React, TailwindCSS
- Backend: Node.js, Express
- APIs: Spotify Web API, OpenAI API
- Authentication: OAuth 2.0
git clone https://github.com/yourusername/spotify-aesthetic.git
cd spotify-aesthetic
# Backend
cd backend
npm i
# Frontend
cd ../spotify-aesthetics-frontend
npm i