Can AI replace QR Tiger?

YES · one-shottable
price $15/moyou'd save $180/yrbuild time one sittingcategory 🐯 qr codesreplaced by 0 peoplebuild unverified

A library call with a UI. Peak "why is this a subscription."

the prompt
Build me a QR code generator like QR Tiger, self-hosted. Requirements:

- A single page: enter a URL or text, live-preview the QR code, customize
  foreground/background color, corner style, and an optional center logo upload.
  Use the qr-code-styling library. Export as PNG or SVG.
- Dynamic QR codes: /r/:slug 302-redirects to a target URL stored in SQLite,
  so the destination can be edited later without reprinting the code. CRUD for
  these behind basic-auth (/admin, credentials from .env).
- Scan tracking for dynamic codes: log timestamp + user-agent + referer per hit,
  show per-code totals and a 30-day count in the admin list.
- Clean minimal UI, mobile-friendly, no accounts, no third-party calls.
- Node, one process, SQLite file storage, deploy notes for a VPS.

$ open in your agent (prompt prefilled, you press enter) or copy it raw

what you lose

xhosted dynamic-QR redirects on their domain

xtheir scan-analytics dashboard

xbulk generation UI

prior art · use these instead of building, if you'd ratherqr-code-stylingthe styling library that does the heavy lifting
share on X ↗"I just replaced QR Tiger ($15/mo) with one prompt"
questions
Can AI replace QR Tiger?

Yes. A competent AI coding agent (Claude Code, Codex, Cursor) can build a usable personal QR Tiger replacement in one session with the prompt on this page. It runs on your own machine or server with no subscription.

How much does QR Tiger cost?

QR Tiger costs about $15/month (paid plan, checked 2026-07-29), which is $180 per year. That's what you save by replacing it with one prompt.

What do I lose by replacing QR Tiger?

Honestly: hosted dynamic-QR redirects on their domain; their scan-analytics dashboard; bulk generation UI. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to QR Tiger?

Yes — qr-code-styling (the styling library that does the heavy lifting). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.