Community hosts and venue managers print Meetup QR codes on door signs, flyers, and table tents so passers-by scan straight to the group page or tonight's event. Hosted QR SaaS charges ~$49/month for a static link โ you can generate the same PNG locally for free.
Get your Meetup link
In Meetup:
- Open your group โ Events โ pick the event (or use the group homepage)
- Copy the public URL from the browser bar
- Use the full HTTPS URL as the QR payload
Examples:
https://www.meetup.com/python-berlin/events/312345678/
https://www.meetup.com/local-makers/
Encode the full HTTPS URL. Phone cameras open Meetup (app or browser) on the event or group page.
Tip: for a recurring venue, link to the group homepage so new events appear automatically. For a one-off workshop, link to the specific event URL.
Venue signage use case
Coffee shops and coworking spaces often host rotating meetups. A laminated QR by the entrance ("Scan for tonight's event") beats reprinting posters every week โ the QR stays the same if you point it at the group page.
Free browser generator (no account)
Open this page, paste your Meetup 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-venue operators
Printing QR stickers for several locations from a spreadsheet:
npx toolkitlabs-qr@latest qr_batch.py venues.csv ./output/
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=devto-meetup
CC0 ยท Toolkit Labs







