DEV Community

Chad Brunswick
Chad Brunswick

Posted on • Originally published at billion-qrcode.pages.dev

Every Free QR Code Generator Is Terrible So I Built One

I needed a QR code last week and every "free" generator online wanted my email, showed me 3 ads, or watermarked the output.

So I built one that does none of that.

QR Code Generator — Free, instant, no signup

Paste a URL or any text, get a QR code. That's it. No account, no watermark, no tracking.

What it does

  • Generates QR codes from any text or URL
  • Download as PNG
  • Works on mobile
  • Dark theme because it's 2026

The stack

One HTML file. Zero dependencies. Hosted on Cloudflare Pages (free tier). Total size: under 20KB.

Sometimes the simplest tool is the one that's missing.

Try it: billion-qrcode.pages.dev

Top comments (0)