← all repositories
latentcat/qrbtf

QR codes that don't look like QR codes

A generator that turns scannable squares into actual art, via AI models and parametric design.

qrbtf
Velocity · 7d
+3.1
★ / day
Trend
steady
star history

What it does

QRBTF generates QR codes that remain scannable while looking like illustrations, textures, or abstract patterns. It runs as a Next.js web app with two modes: AI-generated styles powered by custom-trained models, and parametric styles that render directly in the browser with no backend required.

The interesting bit

The parametric side is fully open source and outputs SVG — so you get vector, editable QR art without hitting an API or managing GPU inference. The AI side claims “extremely fast” inference, though the README doesn’t specify hardware requirements or latency numbers. There’s also a separate React component library (react-qrbtf) if you want to embed just the parametric engine.

Key highlights

  • AI styles use original models trained on “a large number of images” (specifics not detailed)
  • Parametric styles need no backend and export to SVG, JPG, or PNG
  • Site rebuilt in March 2024 with SSR, lazy loading, and bilingual EN/CN support
  • GPL v3.0 licensed
  • Companion React component available at cpunisher/react-qrbtf

Caveats

  • The README is vague on AI model architecture, training data size, and inference costs
  • “Extremely fast and high quality” is claimed but not benchmarked
  • i18n beyond English and Chinese is noted as “welcome” but not yet implemented

Verdict

Worth a look if you need QR codes for marketing materials, event posters, or anywhere a default black square would look lazy. Skip if you need programmatic API access at scale — the project is primarily a web app and React component, not a service backend.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.