DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Eventbrite QR codes for posters and check-in — free static generator, no subscription

Event organizers print Eventbrite QR codes on posters, wristbands, and table tents so attendees open the registration page with one scan. Hosted QR SaaS charges ~$49/month for a static link — you can generate the same PNG locally for free.

Get your Eventbrite event URL

In Eventbrite:

  1. Open your event dashboard
  2. Go to MarketingShare (or copy the public event page link)
  3. Copy the full HTTPS URL, e.g. https://www.eventbrite.com/e/your-event-name-tickets-123456789

You can also use a short Eventbrite link if you created one in the share panel. Encode the exact URL you want scanners to open — not just the event title.

Tip: use a dedicated tracking link or UTM parameters in the URL if you want to measure poster vs email signups separately.

Free browser generator (no account)

Open this page, paste your Eventbrite 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 or sponsor tables

Running several events or printing unique QR per sponsor table from a spreadsheet:

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