DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Zoom meeting QR codes for office doors and event signage — free static generator, no subscription

Coworking spaces, conference organizers, and hybrid teams print Zoom meeting QR codes on door signs and lanyards so attendees join with one scan instead of typing meeting IDs. Hosted QR SaaS charges ~$49/month for a static link — you can generate the same PNG locally for free.

Get your Zoom join link

In Zoom:

  1. Open the meeting in the Zoom web portal or desktop app
  2. Click Copy Invitation or Copy Link
  3. Use the HTTPS join URL (not the numeric meeting ID alone)

Examples:

https://zoom.us/j/12345678901
https://us02web.zoom.us/j/12345678901?pwd=abc123
Enter fullscreen mode Exit fullscreen mode

Encode the full HTTPS URL as the QR payload. Phone cameras open Zoom (app or browser) on the join screen.

Tip: for recurring rooms, print one QR on the door and rotate the meeting password in Zoom settings if needed — the QR still works as long as the join URL stays valid.

Free browser generator (no account)

Open this page, paste your Zoom 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 multi-room venues

Printing QR stickers for every conference room from a spreadsheet:

npx toolkitlabs-qr@latest qr_batch.py rooms.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)