# QRBuilt — Free QR Code Generator

> Free, privacy-first QR code generator. All generation happens client-side in your browser — no data upload, no server, no sign-up.

**URL:** https://www.qrbuilt.com/
**Type:** Web application
**Cost:** Free
**Languages:** English (default), German, French, Spanish, Italian, Simplified Chinese

---

## What is QRBuilt?

QRBuilt is a free, no-sign-up online tool for generating QR codes. Every code is created locally in your browser using JavaScript — your input data is never sent to any server.

The tool supports seven QR code types:

1. **URL** — links to any web address
2. **Text** — plain text or arbitrary content
3. **vCard** — digital business card with name, phone, email, organization, address
4. **WiFi** — network credentials (SSID, password, security type) for one-tap joining
5. **Email** — mailto: link with optional subject and body
6. **SMS** — pre-filled SMS message
7. **Phone** — tel: link for one-tap calling

## Key facts

- **Price:** Free for unlimited use. No subscription, no sign-up, no premium tier.
- **Privacy:** 100% client-side. No server processes the user's data. No analytics on QR content.
- **AdSense:** Used for monetization. Ads are paused by default until the user gives consent via the cookie banner. Default consent state is non-personalized ads.
- **Downloads:** PNG (raster), SVG (vector), EPS (vector for print).
- **Customization:** Foreground and background colors, size slider (100-500px), four error-correction levels (L, M, Q, H), logo overlay (PNG/SVG up to 5MB).
- **Browser support:** Modern evergreen browsers (Chrome, Firefox, Safari, Edge). Requires JavaScript.
- **Mobile:** Fully responsive; mobile-first design.

## How to use QRBuilt

1. Open https://www.qrbuilt.com/
2. Select a QR type tab (URL, text, vCard, WiFi, email, SMS, phone)
3. Fill in the form fields for that type
4. Customize size, colors, and error-correction in the Style tab
5. Optionally upload a logo in the Logo tab (PNG or SVG, up to 5MB)
6. Click **Save** to download the QR code as PNG, SVG, or EPS

The QR code updates in real time as you type. No "generate" button needed.

## URL QR codes

For URL QR codes, two optional fields are available:
- **Campaign Parameters** — append UTM tags (e.g., `utm_source=twitter&utm_medium=social`) to any URL
- **Custom Label** — set a custom filename for the downloaded QR code

The URL handler supports any URL scheme (http, https, mailto, tel, etc.) and properly merges query parameters without double-encoding.

## WiFi QR codes

WiFi QR codes store network credentials in the standardized `WIFI:` URI format. The codes are recognized natively by:
- iOS 11 and later (Camera app)
- Android 10 and later (Camera app)

Supported security types: WPA/WPA2, WEP, and open (no password). The QR code stores the exact security type so phones connect with the correct protocol.

Common placements: cafes and restaurants on every table, hotels at check-in desks and inside rooms, offices in meeting rooms and reception areas, retail stores at the entrance, and home on the fridge or near the router.

## vCard QR codes

vCard QR codes use the vCard 3.0 format. Scanning saves the contact directly to the phone's address book without typing.

Supported fields: first name, last name, job title, organization, phone, email, website, street, city, state, ZIP, country.

## Use cases

The site has dedicated landing pages for common QR code applications:

- **WiFi QR Code** (https://www.qrbuilt.com/use-cases/qr-code-for-wifi) — for guest networks, restaurants, hotels
- **vCard QR Code** (https://www.qrbuilt.com/use-cases/vcard-qr-code) — digital business cards
- **QR Code for Business** (https://www.qrbuilt.com/use-cases/qr-code-for-business) — marketing, packaging, menus, signage

Each use-case page is available in six languages (en, de, fr, es, it, zh).

## Blog / Guides

- **How to Create a QR Code** (https://www.qrbuilt.com/blog/how-to-create-qr-code) — 4-step beginner guide
- **WiFi QR Code Guide** (https://www.qrbuilt.com/blog/wifi-qr-code-guide) — detailed WiFi setup
- **QR Code Marketing Tips** (https://www.qrbuilt.com/blog/qr-code-marketing-tips) — engagement strategies

## Frequently asked questions

**Q: Is QRBuilt really free?**
A: Yes. There is no paid tier, no sign-up, and no limit on the number of QR codes you can generate.

**Q: Is my data private?**
A: Yes. All QR generation happens locally in your browser. Your input is never sent to any server. There is no analytics on what QR codes you create.

**Q: Do I need to create an account?**
A: No. QRBuilt requires no sign-up or account of any kind.

**Q: Can I add my logo to a QR code?**
A: Yes. Click the Logo tab and upload a PNG or SVG (up to 5MB). The logo is embedded in the center of the QR code. You may need to use a higher error-correction level (Q or H) to keep the code scannable with a logo.

**Q: What file formats can I download?**
A: PNG (raster for digital use), SVG (vector for scaling), and EPS (vector for professional print).

**Q: What error-correction level should I use?**
A: Use L (Low, ~7%) for clean codes with no logo, M (Medium, ~15%) for general use, Q (Quartile, ~25%) when adding a logo, and H (High, ~30%) for codes that may get damaged (printed on products, outdoor signage).

**Q: Do WiFi QR codes work on all phones?**
A: Yes, on iOS 11+ and Android 10+, the built-in camera app recognizes WiFi QR codes natively. Older phones may need a QR scanner app that supports WiFi network joining.

**Q: Are WiFi QR codes secure?**
A: Print them only for trusted guests. The QR code exposes the WiFi password to anyone who scans it. For businesses, use a separate guest network with its own QR code.

**Q: Which WiFi security types are supported?**
A: WPA/WPA2 (most common modern standard), WEP (legacy for older devices), and open networks with no password.

## Privacy and data

- QRBuilt does not collect, store, or transmit QR code content.
- AdSense is used for display ads. Cookies are gated by user consent (Accept / Decline banner). Default state is non-personalized ads.
- The site uses Cloudflare Pages for hosting.
- The full privacy policy is at https://www.qrbuilt.com/privacy

## Educational content

- **QR Code vs NFC** (https://www.qrbuilt.com/qr-code-vs-nfc) - Detailed comparison of cost, compatibility, security, and use cases for QR codes and NFC tags. Includes a side-by-side table and recommendations for when to use each technology.
- **How QR Codes Work** (https://www.qrbuilt.com/how-qr-codes-work) - Technical deep-dive into the structure of QR codes: finder patterns, alignment, timing patterns, format information, data modules, error correction, and the Reed-Solomon algorithm. Includes a versions/capacity table and a step-by-step scan pipeline. (Marked as a free educational Course.)
- **QR Code vs Barcode** (https://www.qrbuilt.com/qr-code-vs-barcode) - Detailed comparison of 2D QR codes and 1D barcodes: data capacity, scanning, error correction, and use cases. Includes 7 FAQ answers.
- **Static vs Dynamic QR Codes** (https://www.qrbuilt.com/static-vs-dynamic-qr-codes) - When to use each type, including cost comparison ($5-50/month for dynamic), editability trade-offs, and privacy implications. 7 FAQ answers.
- **QR Code Minimum Size** (https://www.qrbuilt.com/qr-code-minimum-size) - Practical printing guide: minimum sizes for business cards, packaging, posters, billboards. Covers the 10:1 rule, quiet zone requirements, and color contrast. 8 FAQ answers.
- **Best Free QR Code Generators 2026** (https://www.qrbuilt.com/best-qr-code-generator-2026) - Comparison of 7 generators: QRBuilt, QRCode Monkey, Beaconstac, the-qr-code-generator.com, Google Charts API, Canva, Adobe Express. Covers privacy, free tier limits, dynamic codes, and best-fit use cases. 5 FAQ answers.
- **How to Scan a QR Code on iPhone** (https://www.qrbuilt.com/how-to-scan-qr-code-iphone) - Step-by-step guide for iOS 11+: Camera app, Control Center QR scanner, Lock Screen access, screenshot scanning, and 5 troubleshooting fixes. 6 FAQ answers.
- **How to Scan a QR Code on Android** (https://www.qrbuilt.com/how-to-scan-qr-code-android) - Step-by-step guide for Android 9+: Camera app, Google Lens, lock screen access, screenshot scanning, and 5 troubleshooting fixes. 7 FAQ answers.
- **How to Scan a QR Code on iPhone (German)** (https://www.qrbuilt.com/de/how-to-scan-qr-code-iphone) - Vollständige deutsche Übersetzung der iPhone-Anleitung. Erste lokalisierte Inhaltsseite als Pilotprojekt für die Übersetzung der weiteren Bildungsseiten. 6 FAQ answers.
- **Best Free QR Code Generators 2026 (German)** (https://www.qrbuilt.com/de/best-qr-code-generator-2026) - Vergleich von 7 Generatoren auf Deutsch. 5 FAQ.
- **QR Code vs NFC (German)** (https://www.qrbuilt.com/de/qr-code-vs-nfc) - Detaillierter Vergleich auf Deutsch. 6 FAQ.
- **QR Code vs Barcode (German)** (https://www.qrbuilt.com/de/qr-code-vs-barcode) - QR vs 1D Barcode Vergleich auf Deutsch. 7 FAQ.
- **QR Code Minimum Size (German)** (https://www.qrbuilt.com/de/qr-code-minimum-size) - QR-Code Mindestgröße für Druck: 10:1-Regel, Ruhezone, Farbkontrast. 8 FAQ.
- **Static vs Dynamic QR Codes (German)** (https://www.qrbuilt.com/de/static-vs-dynamic-qr-codes) - Wann jeder Typ zu verwenden ist, Kostenvergleich, Bearbeitbarkeits-Trade-offs. 7 FAQ.
- **How QR Codes Work (German)** (https://www.qrbuilt.com/de/how-qr-codes-work) - Technische Struktur: Suchmuster, Ausrichtung, Timing, Format, Reed-Solomon. 8 FAQ.
- **How to Scan QR Code on Android (German)** (https://www.qrbuilt.com/de/how-to-scan-qr-code-android) - QR-Code auf Android scannen auf Deutsch. 7 FAQ.
- **QR Code for Restaurants (German)** (https://www.qrbuilt.com/de/qr-code-for-restaurants) - QR-Code für Restaurants auf Deutsch: Menü, WLAN, Bestellung, Bezahlung, Treue. 7 FAQ.
- **QR Code for Events (German)** (https://www.qrbuilt.com/de/qr-code-for-events) - QR-Code für Veranstaltungen auf Deutsch: Tickets, Check-in, Networking. 7 FAQ.
- **QR Code vs NFC (Spanish)** (https://www.qrbuilt.com/es/qr-code-vs-nfc) - QR vs NFC en español: costo, compatibilidad, seguridad, casos de uso. 6 FAQ.
- **How to Scan QR Code on iPhone (Spanish)** (https://www.qrbuilt.com/es/how-to-scan-qr-code-iphone) - Cómo escanear un código QR en iPhone: Cámara, Centro de Control, pantalla de bloqueo. 6 FAQ.
- **QR Code vs Barcode (Spanish)** (https://www.qrbuilt.com/es/qr-code-vs-barcode) - QR vs Código de Barras 1D en español: capacidad, escaneo, corrección de errores. 7 FAQ.
- **Best Free QR Code Generators 2026 (Spanish)** (https://www.qrbuilt.com/es/best-qr-code-generator-2026) - Comparación de 7 generadores en español. 5 FAQ.
- **Static vs Dynamic QR Codes (Spanish)** (https://www.qrbuilt.com/es/static-vs-dynamic-qr-codes) - Estático vs dinámico en español: cuándo usar cada uno. 7 FAQ.
- **How QR Codes Work (Spanish)** (https://www.qrbuilt.com/es/how-qr-codes-work) - Estructura técnica en español: patrones de búsqueda, Reed-Solomon. 8 FAQ.
- **QR Code for Restaurants** (https://www.qrbuilt.com/qr-code-for-restaurants) - 7 use cases for restaurants: digital menus, WiFi sharing, mobile ordering, payment, loyalty, reviews, social. Includes size and placement table, 7 best practices, and menu page optimization. 7 FAQ answers.
- **QR Code for Events** (https://www.qrbuilt.com/qr-code-for-events) - 7 use cases for events: digital tickets, contactless check-in, networking badges, feedback surveys, live polls, schedule access, cashless payments. Size table by viewing distance, 5 best practices. 7 FAQ answers.
- **QR Code for Marketing** (https://www.qrbuilt.com/qr-code-for-marketing) - 7 marketing campaign types: print ads, packaging, business cards, billboards, email signatures, social media, trade shows. Includes UTM tracking setup, 7-row size table, 7 best practices, ROI measurement. 7 FAQ answers.
- **QR Code for Real Estate** (https://www.qrbuilt.com/qr-code-for-real-estate) - 7 use cases for real estate: yard signs, virtual tours, open house sign-in, brochures, open house directional signs, business cards, window decals. 7-row size table by placement, 6 best practices, CRM integration tips. 7 FAQ answers.
- **QR Code for Healthcare** (https://www.qrbuilt.com/qr-code-for-healthcare) - 6 use cases for healthcare: patient check-in, medical records, prescription refills, health information, appointment scheduling, payment. HIPAA compliance notes, 6-row size table, 6 best practices. 7 FAQ answers.
- **QR Code for Education** (https://www.qrbuilt.com/qr-code-for-education) - 7 use cases for education: classroom worksheets, textbook enrichment, library catalogs, scavenger hunts, attendance, parent communication, school events. Student privacy rules, 7-row size table, 5 best practices. 7 FAQ answers.
- **QR Code for Retail** (https://www.qrbuilt.com/qr-code-for-retail) - 6 use cases for retail: product information, loyalty program, mobile checkout, fitting room alternatives, inventory lookup, customer feedback. 7-row size table, 5 best practices. 7 FAQ answers.
- **QR Code for Real Estate (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-real-estate) - QR para inmobiliarias en español: carteles de jardín, tours virtuales, CRM. 7 FAQ.
- **QR Code for Healthcare (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-healthcare) - QR para salud en español: HIPAA, pacientes, recetas. 7 FAQ.
- **QR Code for Education (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-education) - QR para educación en español: aulas, libros, bibliotecas, padres. 7 FAQ.
- **QR Code for Retail (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-retail) - QR para retail en español: POS, fidelidad, devoluciones. 7 FAQ.
- **QR Code for Nonprofits** (https://www.qrbuilt.com/qr-code-for-nonprofits) - 6 use cases: donations, event registration, volunteer recruitment, campaign updates, multilingual info, post-event feedback. 7-row size table, 5 best practices. 7 FAQ answers.
- **QR Code for Tourism** (https://www.qrbuilt.com/qr-code-for-tourism) - 6 use cases for tourism: city trails, museum exhibits, hiking routes, audio guides, tour booking, multilingual info. 7-row size table, 5 best practices. 6 FAQ answers.
- **QR Code for Education (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-education) - QR para educación en español: aulas, libros, bibliotecas, padres. 7 FAQ.
- **QR Code for Healthcare (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-healthcare) - QR para salud en español: HIPAA, pacientes, recetas. 7 FAQ.
- **QR Code for Events (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-events) - QR para eventos en español: entradas, check-in, networking. 7 FAQ.
- **QR Code for Retail (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-retail) - QR para retail en español: POS, fidelidad, devoluciones. 7 FAQ.
- **QR Code for Transportation** (https://www.qrbuilt.com/qr-code-for-transportation) - 6 use cases: public transit, airline boarding, parking, bike share, station info, ride-share. 6-row size table, 5 best practices. 7 FAQ answers.
- **QR Code for Hospitality** (https://www.qrbuilt.com/qr-code-for-hospitality) - 6 use cases: hotel guest WiFi, room service, check-in, concierge, local guides. 6-row size table, 5 best practices. 6 FAQ answers.
- **QR Code for Transportation (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-transportation) - QR para transporte en español: boletos, estacionamiento, viajes compartidos. 7 FAQ.
- **QR Code for Tourism (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-tourism) - QR para turismo en español: rutas, museos, audio guías. 6 FAQ.
- **QR Code for Nonprofits (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-nonprofits) - QR para organizaciones sin fines de lucro en español. 7 FAQ.
- **QR Code for Education (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-education) - QR para educación en español. 7 FAQ.
- **QR Code for Retail (Spanish)** (https://www.qrbuilt.com/es/qr-code-for-retail) - QR para retail en español. 7 FAQ.

## Contact

- Website: https://www.qrbuilt.com/
- Privacy inquiries: https://www.qrbuilt.com/privacy
- FAQ: https://www.qrbuilt.com/faq
- Sitemap: https://www.qrbuilt.com/sitemap.xml
- ads.txt: https://www.qrbuilt.com/ads.txt

## Technical stack

- Static HTML/CSS/JavaScript (no build step required for the page itself)
- Tailwind CSS 3.4.17 (precompiled, ~35KB)
- Custom icon sprite (`/icons.svg`, 26 icons, ~8KB)
- [qrcodejs](https://github.com/davidshimjs/qrcodejs) for QR generation
- [i18next](https://www.i18next.com/) for multi-language
- Hosted on Cloudflare Pages

---

*Last updated: 2026-06-26*
