Simple QR
Free QR code generator with full customization. No sign-up, no limits — runs entirely in your browser.
Live demo available on desktop, or open it directly:
Open Simple QRSimple QR exists because generating a QR code shouldn’t require creating an account, paying a subscription, or trusting a random server with your data. Everything runs client-side — no data ever leaves your browser.
What It Does
Six QR code types, each with their own input form:
- Website / URL — for marketing, packaging, business cards
- WiFi — guests connect by scanning, no need to spell out the password
- vCard — share contact info instantly at events or on business cards
- Email — pre-fill recipient, subject, and body
- SMS — pre-compose a text message
- Phone — one scan to dial
Customization
The generator goes beyond basic black-and-white codes:
- 8 dot shapes — squares, rounded, dots, diamonds, and more
- 4 eye/corner styles — match the dot shape or mix and match
- Colors — custom foreground and background, including transparency
- Frames — decorative borders around the code
- Logo upload — add your brand logo with auto error-correction adjustment
- Export — PNG up to 8192px resolution, or SVG for vector quality
The Embed Feature
The part I’m most proud of. Any developer can embed the full QR generator into their own site with a single iframe tag:
<iframe src="https://simple-qr.timour.me/?iframe=1&borderless=1"
width="100%" height="700" frameborder="0">
</iframe>
Everything is configured via URL parameters — QR types to show, available shapes, color presets, theme, export formats. No API key, no backend calls, no dependencies. There’s also a visual builder at simple-qr-builder.timour.me for generating the embed snippet without touching URL params.
Why
Every free QR generator I found was either ad-infested, required sign-up, or watermarked the output. I just wanted a clean tool that does the job — so I built one.