QR Codify logo QR Codify
boltFree codeOpen source person_offNo 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 securely and discarded the moment the image is sent back to you.
Your privacy is our first priority!

  • check_circle No account, no email — just open and use
  • check_circle Four premium visual themes: Cyber, Tokyo Night, Neon Lime, Glitch Matrix
  • check_circle Developer API — one request returns a PNG
  • check_circle Full source on GitHub — inspect, fork, self-host
visibility
Live Preview

Instantly preview custom styles, colors, and live QR layouts before downloading or deploying.

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
lock

Private by design

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

bolt

Instant generation

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

palette

Themed visuals

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

terminal

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.

visibility_off
No tracking

No analytics or fingerprinting

storage
No database

Pure stateless API, zero persistence

cookie
No cookies

No session, no login wall

payments
No upsell

No premium tier, no ads. Ever.

REST API

Plug in, ship fast.

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

code
GET /api/generate?data=hello&theme=cyber&size=500x500&format=png
image Returns image directly — use as an <img src>. Formats: png, jpg, svg
output PNG, JPG, or SVG
code
POST /api/generate
45 req/min
data_object JSON body: { data, theme, size, format?, banner? }
image PNG, JPG, or SVG Blob
code
POST /api/read
45 req/min
data_object JSON body: { image: "<base64/binary/formdata>" }
qr_code_2 Decoded QR Text
code
GET /api/uploadbyurl?url={your_qr_code_image_url}
45 req/min
link Query param: url — fetches the image and decodes it server-side
qr_code_2 Decoded QR Text
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.

verified
MIT Licensed
Use it, remix it, ship it.
FAQ

Frequently asked questions

Straight answers about data, pricing, and hosting — no fine print.

No — never. QR Codify doesn't sell, trade, or share QR code data with anyone, for any reason. There's no analytics pipeline profiling what you generate or scan, no data broker relationships, and no hidden monetization of your content. That's not part of the business, and it never will be.
Nothing. It's free forever — no paid tiers, no usage-based billing, no credit card required. Use /api/generate and /api/read anywhere, anytime, for personal or commercial projects alike, within the published rate limit.
Yes. QR Codify is free and fully open source — anyone can read every line of source code, audit how it works, and self-host it on their own server in minutes. No enterprise tier, no locked-away internals, no gatekeeping.
No. QR Codify doesn't keep logs of anything at all. That's the privacy policy in one sentence: we see nothing, we store nothing. Every image is generated or decoded in memory and discarded the instant the response is sent back to you.