Free QR Code Generator with Click Tracking & Analytics
Create QR codes instantly — no account needed. QR-Dragonfly offers dynamic QR codes with click tracking, custom colors, and redirect management. Free, no credit card required.
Full documentation for automated readers: llms-full.txt
How QR Code Generation Works
QR-Dragonfly generates QR codes entirely in the browser using the qrcode JavaScript library (ISO/IEC 18004). The process is:
- The user supplies a destination URL and an optional label.
- The frontend encodes a short redirect URL (
https://qr-dragonfly.com/r/{id}) into a QR code matrix using Reed–Solomon error correction at level M.
- The QR matrix is rendered to an HTML5 canvas element with the user’s chosen foreground and background colors.
- The canvas is exported to the requested format: PNG or JPEG via
canvas.toDataURL(); SVG via direct matrix-to-path serialisation; EPS via a PostScript template built from the matrix.
- For registered users, the short redirect ID is persisted in PostgreSQL via the Go QR service. For guest users, the code metadata is stored in browser localStorage only.
When a QR code is scanned, the device hits https://qr-dragonfly.com/r/{id}. The Go click service looks up the redirect target, records the scan timestamp, applies any Enterprise query-string parameter or cookie enrichment, and issues a 302 redirect to the destination URL.
Features
- Create QR codes instantly — no account or sign-up required
- Custom QR code colors — choose your own dark and light colors
- Dynamic QR codes — update the destination URL without reprinting
- Per-scan click analytics with time-series data
- Active / inactive toggling with global fallback redirect
- PNG, SVG, JPEG, and EPS download formats
- Label-based organisation
- Enterprise: query string parameter injection and cookie setting on redirect
Plans
The default free plan requires no subscription or credit card. Optional paid plans unlock higher limits.
- Free (default) — 5 active / 20 total QR codes, no subscription needed
- Basic — 50 active / 200 total QR codes, $8/month
- Enterprise — 2,000 active / 10,000 total QR codes, $65/month
View plans ·
Create free account ·
Sign in
JavaScript is required to use the QR-Dragonfly dashboard.
Contact: support@qr-dragonfly.com