← All features
QR & barcodes
QR codes that track scans, barcodes that just work.
Add a QR or barcode block in the editor. Mark a QR field as tracked and every render mints a short trackable link instead of encoding the raw URL directly.
Paid plans only — see plans

data-qr-tracked field in the editor
<!-- in your template SVG -->
<text data-qr-name="link" data-qr-tracked="true">https://example.com</text>
→ renders a QR encoding https://templateson.com/q/AB12cd34
instead of the raw URLTrackable short links
Tracked QR fields mint a short /q/:code redirect per render, so you can see when and how often each one is scanned.
Plain QR + barcode blocks
Use untracked QR or standard barcode blocks for static codes with no tracking overhead.
Pairs with verification
Combine with verification certs to make a scannable QR that resolves to a public, tamper-evident verify page.
