DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Partiful invite QR codes for venue signage — free static generator, no subscription

House parties, birthday dinners, and rooftop gatherings use Partiful invite links — print a QR on the door so guests scan straight to RSVP without hunting through group chats. Hosted QR SaaS charges ~$49/month for a static link; you can generate the same PNG locally for free.

Get your Partiful link

In Partiful:

  1. Create or open your event → tap Share → copy the invite URL
  2. Use the full https://partiful.com/e/... link as the QR payload
  3. For recurring hangs, link to your profile or the specific event page

Examples:

https://partiful.com/e/abc123def
https://partiful.com/u/yourname
Enter fullscreen mode Exit fullscreen mode

Encode the full HTTPS URL. Phone cameras open Partiful in the browser or app on the invite page.

Tip: print the QR on venue signage and table tents so walk-ins can RSVP without asking for the link.

Why Partiful hosts care

Partiful is popular for casual events, birthdays, and friend-group dinners. A single laminated QR at the entrance beats texting the link to every guest — the slug stays stable even if you tweak the title.

Free browser generator (no account)

Open this page, paste your Partiful 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-event hosts

Printing QR stickers for several events 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=devto-partiful

CC0 · Toolkit Labs

Top comments (0)