DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Instagram profile QR codes for shop windows — free static generator, no subscription

Small shops, food trucks, and creators put Instagram profile QR codes on packaging, receipts, and window stickers so customers follow without typing a handle. Hosted QR SaaS charges ~$49/month for a static link that never changes — you can generate the same code locally for free.

Get your Instagram profile URL

On Instagram (mobile app):

  1. Go to your profile
  2. Tap the share icon (or three dots → Share profile)
  3. Copy the link

It looks like:

https://www.instagram.com/yourhandle
Enter fullscreen mode Exit fullscreen mode

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

Tip: test the link on a phone before printing 500 stickers.

Free browser generator (no account)

Open this page, paste your Instagram URL, 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 retail chains

Franchises generating QR codes for every location from a CSV:

npx toolkitlabs-qr@latest qr_batch.py locations.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-instagram-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 Instagram profile works forever — print it on a menu board and forget it.

CC0 · Toolkit Labs

Top comments (0)