Print-ready QR codes.
Included with every site.
Every tradez.au site ships with a colour-matched QR code — not the standard black-and-white grid. Rounded modules, your brand colours, your URL. High-res PNG and SVG, ready for a ute wrap, business card, or quote sheet. No extra charge.
Live preview
This QR is rendered in-browser via Canvas and encodes exactly the URL you type. The server-generated version (Python) is higher resolution with sub-pixel rendering for print.
Specs
All 8 styles
What people do with them
Ute signwriting
Print at 10cm on the side window or rear panel. Any phone camera reads it instantly.
Business cards
4cm QR on the back of a card. Customers scan it instead of typing a URL.
Quote sheets
Put the QR on your quote template. Customers visit your site, read your reviews, trust you more.
Site signage
A4 laminated sign on the fence of a job site. Neighbours scan it, you pick up local work.
Invoice footers
QR at the bottom of every invoice. Makes it easy for clients to leave you a Google review.
Fridge magnets
Common in real estate, now available for every tradie. Magnets + QR = calls without effort.
Generate one from the command line
# Any style, any URL, any slug python3 brand_tradez_au/scripts/gen_qr.py \ --url "https://bondiplumbing.tradez.au" \ --slug "bondiplumbing" \ --style "trade-classic" \ --label "Bondi Plumbing Co" \ --size 600 # Available styles: trade-classic gumleaf harbour hivis workshop garden studio mono # Output: brand_tradez_au/assets/qr/bondiplumbing.png # 600px, 300dpi, print-ready brand_tradez_au/assets/qr/bondiplumbing_thumb.png # 256px, for web brand_tradez_au/assets/qr/bondiplumbing.svg # vector, for signage