Setup Spotify Integration
Connect your Spotify account to access real music analytics data for Ella V
Connection Status
Not ConnectedNo Spotify access token found
Option 1: OAuth Authentication
Use Spotify's OAuth flow to authenticate securely.
Requires: Spotify Developer Account and Client ID configuration
Get this from your Spotify Developer Dashboard
Option 2: Manual Token
Enter a Spotify access token manually for testing.
Get this from Spotify Web API Console or your own authentication flow
Setup Instructions
1. Get Spotify Developer Access
- • Visit developer.spotify.com
- • Create a new app in your dashboard
- • Note your Client ID and Client Secret
- • Add redirect URI:
/dashboard
2. Test with Sample Data
You can also test the filtering and comparison features with demo data by visiting the dashboard without authentication. All features work with mock data that represents Ella V's profile.
3. For Development
Set environment variables for production deployment:
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
NEXT_PUBLIC_SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
NEXT_PUBLIC_SPOTIFY_CLIENT_ID=your_client_id