where was i

Spotify Placeholder

Keep your spot in every long playlist you rotate through, and jump back to any of them — right down to the second in the song. Connect once; it stays connected.

Connect

First-time setup (2 minutes)
  1. Go to the Spotify Developer DashboardCreate app. Name it anything; tick Web API.
  2. Set the Redirect URI to exactly this page's address:
  3. Save, then copy the app's Client ID into the box above.
  4. To let other people use it, open Settings → User Management and add each person's Spotify email (dev-mode apps allow the owner plus a few allowlisted users; anyone not on the list gets a 403).

Hosting: any https path you control works. For a quick local test, run python3 -m http.server 8080 in the file's folder and open — that same address is the redirect URI.

talks only to Spotify source