Env setup
Ready
SpotifySpotify Developer Mode
Spotify can enhance MULOME when connected. If setup is missing or the token is absent, the app keeps using mocked music signals.
Env setup
Ready
SpotifyAuth status
Not connected
SpotifyProfile mode
Mock Spotify taste data
SpotifyLocal prototype tokens are stored in an httpOnly cookie. Before production, move tokens to encrypted server-side storage, add refresh rotation, and audit consent scopes.
user-read-emailuser-read-privateuser-top-readuser-read-recently-playedplaylist-read-private{
"mode": "mocked",
"profile": null,
"topArtists": [
{
"id": "mock-kavinsky",
"name": "Kavinsky",
"genres": [
"synthwave",
"cinematic"
]
},
{
"id": "mock-yoko",
"name": "Yoko Kanno",
"genres": [
"anime",
"soundtrack"
]
},
{
"id": "mock-ludwig",
"name": "Ludwig Goransson",
"genres": [
"score",
"cinematic"
]
}
],
"topTracks": [
{
"id": "mock-nightcall",
"name": "Nightcall",
"artist": "Kavinsky"
},
{
"id": "mock-tank",
"name": "Tank!",
"artist": "Seatbelts"
},
{
"id": "mock-score",
"name": "Rainy Night Score",
"artist": "MULOME Mix"
}
],
"recentlyPlayed": [
{
"id": "mock-club",
"name": "Club Action Pulse",
"artist": "MULOME Mix"
},
{
"id": "mock-anime",
"name": "Training Arc Theme",
"artist": "MULOME Mix"
},
{
"id": "mock-ambient",
"name": "Dark Room Ambient",
"artist": "MULOME Mix"
}
],
"genres": [
"soundtrack",
"synthwave",
"anime rock",
"dark ambient"
],
"listeningMoods": [
"dark",
"cinematic",
"energetic",
"nostalgic"
],
"contentSignals": [
"Prioritize crime, mystery, and shadowy character drama.",
"Surface movies and shows with strong score identity.",
"Boost action titles, anime battles, and fast pacing.",
"Include retro mysteries and synth-driven stories."
]
}[
{
"id": "spotify-john-wick-club",
"source": "spotify",
"title": "John Wick: Club Mix",
"type": "playlist",
"platform": "Spotify",
"description": "Electronic and club tracks inspired by neon action scenes."
},
{
"id": "spotify-atmospheric-score-radio",
"source": "spotify",
"title": "Atmospheric Score Radio",
"type": "playlist",
"platform": "Spotify",
"description": "Cinematic tracks for dark drama, sci-fi, and focus sessions."
}
]