Generate QR codes from text, URL, WiFi or vCard — customize color and size, download as PNG or SVG.
- Runs locally
- Category Generator
- Best for Starting from a blank page without committing to the first result.
Type something above — your QR appears here.
What this tool does
A fast, fully client-side QR code generator with four input modes that cover 95% of real-world use cases: plain text / URL, WiFi credentials (auto-formats SSID + password + WPA/WPA2/none), vCard 3.0 contacts (name, phone, email, organization, website), and free-form text. Live preview updates as you type. Choose the error-correction level (L / M / Q / H — higher levels survive up to 30% damage from logos or scuffs), pick the foreground/background color (with contrast warning if the combo is unscannable), and adjust pixel size from 128 px to 1024 px. Export as PNG (for screens and print) or SVG (for infinite scaling). Everything runs locally — your WiFi password or contact details never leave the browser. Useful for restaurant menus, event QR codes, business cards, WiFi sharing posters, app deep links, and product packaging.
Tool details
- Input
- Files + Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Download
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 12 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Generator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How QR Code Generator fits into your work
Use it to get a strong first draft, starter asset, or structured output that you can edit before publishing.
Generation jobs
- Starting from a blank page without committing to the first result.
- Creating repeatable drafts, names, templates, or placeholder assets.
- Exploring options before choosing the one that fits the job.
Generation checks
- Review generated output before it reaches a customer, page, or document.
- Change defaults when you need a specific brand voice, format, or audience.
- Keep only the parts that match the real task.
Good next steps
These links move the current task into a more complete workflow.
- 1 URL Encoder / Decoder Encode and decode URL-unsafe characters — query strings, path segments, full URLs — instant, browser-only Open
- 2 Base64 Encoder & Decoder Encode or decode Base64 — text, files, and Data URLs. Runs entirely in your browser. Open
- 3 Password Generator Generate strong, cryptographically random passwords and passphrases — entirely in your browser. Open
Real-world use cases
WeChat follow QR on a printed flyer
You're producing 5,000 flyers and want a "scan to follow our WeChat" QR on the corner. Generate the QR from your official account URL at 512 px PNG, drop it into InDesign at ~25 mm square (about 1 inch). Before sending to print, do the actual test: tape one flyer to a wall, walk back 50 cm with your phone — if it scans on the first try, you're fine. Most print shops downsample art under 300 DPI, so generate at 2x the final size and let the RIP scale down. Black on white only; coloured backgrounds drop scan rate by 30%+ even when the contrast looks fine on screen.
vCard QR on the back of a business card
One scan, the contact lands in the other person's phone without typing. Use vCard mode, fill name + phone + email + company + title + website. Keep it tight — vCard payloads over ~600 characters push the QR past version 10, which makes the modules tiny and unscannable at typical card sizes (2-3 cm square). Skip the photo field, skip the long bio. Pick error-correction M, foreground black, background white, print at 600 DPI minimum. Hand the card to a colleague before the print run and watch them try it.
WiFi QR taped to the cafe counter
Guests scan, phone auto-joins, no asking "what's the password?" for the 40th time today. Use WiFi mode, fill SSID + password, pick WPA / WPA2 / WPA3 (this is what 99% of routers use). The tool emits `WIFI:T:WPA;S:YourSSID;P:yourpass;;` with proper escaping for special characters. Print at A6, laminate, stick on the wall. Tip: put it within arm's reach of where people sit down, not by the door — phones lock between counter and table.
Single-use check-in QR for an event
Each ticket holder gets a QR whose payload encodes a server- signed token plus a timestamp: `https://evt.example.com/c?t=abc123&ts=1716700000`. At the door, your scanner hits the URL, the server marks the token used, and returns "valid / already used / expired". This stops resale and screenshot-forwarding cold. Generate the QRs server-side at PDF rendering time so each ticket is unique; this tool is for the design mock or the one-off VIP pass, not the bulk run.
Product traceability QR on outer packaging
Each carton gets a QR linking to a product page that includes the batch number: `https://brand.com/p/sku-7788?batch=2026-W21-A`. End customers scan to verify authenticity and see manufacturing date; QC scans the same code to pull batch history. Print at 15 mm square minimum on a flat surface (avoid the seam of the carton — folds destroy QR modules). Use error-correction Q so a scuff during shipping doesn't kill the scan.
Common pitfalls
Stuffing too much content (over 1,000 characters) into one QR. The module density rockets up, the visible squares get tiny, and budget Android cameras stop reading it. Shorten the URL via a redirector and encode the short link instead.
Designers swap the centre of the QR for a logo and accidentally cover the timing patterns or finder patterns. Some phones will still read it, many won't. Keep the logo under 30% of total area and crank error-correction to H so the surrounding modules can rebuild what's hidden.
Printing the QR too small (under 2 cm square) or with weak contrast (grey background, white modules). Real-world scan distance drops to almost touching the paper. Before sending to print, render at the actual final size, print one on an office printer, and try scanning from 30 cm away.
Privacy
The text you encode is written directly into the PNG or SVG file generated in your browser; this tool never contacts an external service, never logs payloads, never uploads anything. That said: if you encode sensitive data (login tokens, private keys, full vCards with home address), remember the resulting image is the raw secret in visual form — a screenshot shared in a group chat is the same as posting the secret in plain text. If you use a URL shortener (bit.ly, v.douyin.com, etc.) in the middle, that provider sees every scan and gets analytics; for anything private, link to your own short-link domain or skip the shortener.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Age Difference Calculator The exact gap between two birthdays — years/months/days, percentage, and the date one person is twice the other's age — browser-only