Preset:
Why this exists
Most QR generators are ad-rotted, signup-walled, or push a tracking redirect into the encoded URL so they can resell the scan data. QR is a single page that generates the code locally, draws it as SVG, and lets you download it as either PNG or SVG. Your link goes nowhere except into the image.
Frequently asked questions
- What is QR for?
- Anything you want to share quickly: a link, a wifi password, plain text, a contact card. Type the text, point a phone at the screen, done.
- Is it free?
- Yes. No ads, no signup, no paid tier. The full feature set is free forever.
- Does it work offline?
- Yes. After your first visit, the page and the generator library are cached as a Progressive Web App and work without an internet connection.
- What is error correction level?
- QR codes can survive being partially damaged. L tolerates about 7%, M about 15%, Q about 25%, H about 30%. Higher correction makes the code denser and visually busier. M is a fine default.
- PNG or SVG?
- Use SVG for print, slides, and high-res signage so it stays sharp at any size. Use PNG for chat apps, doc embeds, and anywhere a raster image is easier.
- Does it track me or use cookies?
- No. There are no ads, no analytics, no third-party scripts. Everything runs in your browser.