QRForge

Permanent static QR codes — the image encodes your value directly.
No redirects, no tracking, no expiry.

Generated QR code
Download PNG

API

curl -X POST https://qrforge.x3lab.dev/api/qr \
  -H "Content-Type: application/json" \
  -d '{"value": "https://example.com"}' \
  -o qr-code.png