Free  ·  Open Source  ·  No Sign-up

QR codes done right
fast, private and free!

Generate styled QR codes and decode images in seconds. No sign-up, no tracking, no data retention — your content is processed in memory and discarded the moment the image is sent back to you.

🔒 Zero data stored ⚡ Instant generation 🌐 REST API included 🆓 100% free forever 🔓 Open source


  •   No account, no email — just open and use
  •   Four premium visual themes: Cyber, Tokyo Night, Neon Lime, Glitch Matrix
  •   Developer API — one request returns a PNG
  •   Full source on GitHub — inspect, fork, self-host
Live Preview
QR code preview
Cyber Tokyo Night Neon Glitch
0
bytes of user
data stored
4
premium visual
themes
1
API call to get
a QR image
free forever,
no rate-wall
Why QR Codify
🔒

Private by design

Your URLs and text are processed in-memory and discarded immediately. Nothing is logged, stored, or sold. Ever.

Instant generation

Server-side canvas rendering delivers a crisp PNG in milliseconds — no third-party QR service, no redirects.

🎨

Themed visuals

Cyber gradient, Tokyo Night, Neon Lime and Glitch Matrix — custom finder patterns and gradient fills that actually look good.

🛠️

Developer First API

One GET or POST to /api/generate returns a PNG. Pass data, theme, size — done.

Privacy Promise

We see nothing.
We store nothing.

When you generate a QR code, your input passes directly into the rendering engine and is discarded the instant the image is sent back. There is no database, no analytics pipeline, no session cookie, and no user account.

You can verify this yourself — the full source is on GitHub. Self-hosting takes a single node . command.

🚫
No tracking
No analytics or fingerprinting
🗄️
No database
Pure stateless API, zero persistence
🍪
No cookies
No session, no login wall
💸
No upsell
No premium tier, no ads. Ever.
REST API

Plug in, ship fast.

No SDK, no auth tokens, no setup. Hit the endpoint and get a PNG. Works from any language or HTTP client.

GET /api/generate?data=hello&theme=cyber&size=500x500
Returns PNG directly — use as an <img src>
POST /api/generate
45 req/min
JSON body: { data, theme, size, banner? } → PNG blob
POST /api/read
45 req/min
JSON body: { image: "<base64>" } → decodes QR
Open Source

Built in the open. Free forever.

QR Codify is fully open source. Read every line, report issues, suggest features, or self-host it on your own server in minutes. No enterprise tier. No gatekeeping.

MIT Licensed
Use it, remix it, ship it.