DEV Community

Toolkit Labs
Toolkit Labs

Posted on

TikTok profile QR codes for merch and events — free static generator, no subscription

Creators and small brands print TikTok profile QR codes on merch tags, booth banners, and packaging so fans follow without typing @handle. Hosted QR subscriptions charge ~$49/month for a static link that never changes — you can generate the same PNG locally for free.

Get your TikTok profile URL

On TikTok (mobile app):

  1. Open your profile
  2. Tap the share icon (arrow)
  3. Choose Copy link

It looks like:

https://www.tiktok.com/@yourhandle
Enter fullscreen mode Exit fullscreen mode

Encode the full HTTPS URL as the QR payload. Scanners open TikTok in the app or browser.

Tip: scan the code yourself before printing 200 stickers.

Free browser generator (no account)

Open this page, paste your TikTok 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 events and retail

Teams generating QR codes for every booth, SKU, or store from a spreadsheet:

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-tiktok

CC0 · Toolkit Labs

Top comments (0)