DEV Community

Toolkit Labs
Toolkit Labs

Posted on

Discord server invite QR codes for community signage — free static generator, no subscription

Gaming clans, open-source projects, and study groups share Discord servers — print a QR on posters and event tables so people scan straight to join without copying invite codes. Hosted QR SaaS charges ~$49/month for a static link; you can generate the same PNG locally for free.

Get your Discord invite link

In Discord:

  1. Open your server → Server SettingsInvitesCreate Invite
  2. Set expiry to Never and max uses to No limit (or cap for one-off events)
  3. Copy the full https://discord.gg/... or https://discord.com/invite/... URL

Examples:

https://discord.gg/abc123
https://discord.com/invite/abc123
Enter fullscreen mode Exit fullscreen mode

Encode the full HTTPS URL. Phone cameras open Discord in the app or browser on the join screen.

Tip: print the QR on event table tents, convention booth signage, and clubroom doors so walk-ins join without asking for the code.

Why Discord communities care

Discord invite codes are easy to mistype and expire. A permanent invite URL encoded in a laminated QR survives poster swaps and works for recurring meetups — one scan, straight to your server.

Free browser generator (no account)

Open this page, paste your Discord invite 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-server organizers

Printing QR stickers for several communities from a spreadsheet:

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

CC0 · Toolkit Labs

Top comments (0)