DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Spotify playlist QR codes for cafes and gyms — free static generator

Cafes, gyms, and co-working spaces often want a Spotify playlist QR on a wall poster so visitors can follow the house vibe. Hosted QR SaaS charges ~$49/month for codes that never change — you can generate the same static QR locally in seconds.

Get the Spotify share link

In Spotify (desktop or mobile):

  1. Open your playlist
  2. Click ShareCopy link to playlist

The URL looks like:

https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M
Enter fullscreen mode Exit fullscreen mode

Encode the full HTTPS URL as the QR payload. Scanners open Spotify directly (app or web).

Tip: use a public playlist. Private playlists won't open for strangers.

Free browser generator (no account)

Open this page, paste your Spotify link, download PNG or SVG. Everything runs client-side; nothing is uploaded:

https://cdn.jsdelivr.net/npm/toolkitlabs-qr@latest/index.html

Mirror: https://ytinumoc.github.io/toolkitlabs-qr/

Batch for multiple locations

Franchise or multi-site operators generating dozens of location-specific playlist QRs:

npx toolkitlabs-qr@latest qr_batch.py playlists.csv ./output/
Enter fullscreen mode Exit fullscreen mode

CSV format: one URL per line. Buy the batch CLI pack (EUR 9, one-time, no subscription):

https://buy.stripe.com/5kQ9AU8X45LKe3A8S15Ne0i?client_reference_id=devto-spotify-qr

Why not a dynamic QR service?

Dynamic QR services track scans and charge monthly for features you don't need when the destination URL is fixed. A static QR encoding your Spotify link works forever — print it once on a poster and forget it.

CC0 · Toolkit Labs

Top comments (0)