DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Meetup QR codes for venue signage and event flyers — free static generator, no subscription

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:

  1. Open your group → Events → pick the event (or use the group homepage)
  2. Copy the public URL from the browser bar
  3. Use the full HTTPS URL as the QR payload

Examples:

https://www.meetup.com/python-berlin/events/312345678/
https://www.meetup.com/local-makers/
Enter fullscreen mode Exit fullscreen mode

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/
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=devto-meetup

CC0 · Toolkit Labs

Top comments (0)