Private by design
Your URLs and text are processed in-memory and discarded immediately. Nothing is logged, stored, or sold. Ever.
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.
Your URLs and text are processed in-memory and discarded immediately. Nothing is logged, stored, or sold. Ever.
Server-side canvas rendering delivers a crisp PNG in milliseconds — no third-party QR service, no redirects.
Cyber gradient, Tokyo Night, Neon Lime and Glitch Matrix — custom finder patterns and gradient fills that actually look good.
One GET or POST to /api/generate returns a PNG. Pass data, theme, size — done.
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 SDK, no auth tokens, no setup. Hit the endpoint and get a PNG. Works from any language or HTTP client.
/api/generate?data=hello&theme=cyber&size=500x500
<img src>/api/generate
{ data, theme, size, banner? } → PNG blob/api/read
{ image: "<base64>" } → decodes QRQR 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.