DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Telegram channel QR codes for stickers and events — free static generator, no subscription

Community managers, crypto projects, and local businesses print Telegram channel QR codes on flyers, stickers, and conference badges so people join with one scan instead of searching usernames. Hosted QR SaaS charges ~$49/month for a static link — you can generate the same PNG locally for free.

Get your Telegram invite link

In Telegram:

  1. Open your channel or group
  2. Tap the channel/group name → Invite Links (or Add MembersInvite to Group via Link)
  3. Copy the https://t.me/... invite URL

Examples:

https://t.me/yourchannel
https://t.me/+AbCdEfGhIjKlMnOp
Enter fullscreen mode Exit fullscreen mode

Encode the full HTTPS URL as the QR payload. Scanners open Telegram (app or web) on the join screen.

Tip: create a dedicated invite link per campaign so you can revoke one flyer without rotating your main link.

Free browser generator (no account)

Open this page, paste your Telegram 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 sticker runs

Printing hundreds of stickers with unique campaign links from a spreadsheet:

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

CSV format: one URL per line. Output: PNG files named from the row.

One-time batch CLI pack (EUR 9, no subscription): https://buy.stripe.com/5kQ9AU8X45LKe3A8S15Ne0i?client_reference_id=npm-qr-batch

CC0 · Toolkit Labs

Top comments (0)