To make a WiFi QR code, open Zro7 QR Code Generator, pick the WiFi preset, enter your SSID, security type (WPA/WPA2/WPA3), and password. Zro7 encodes them into the WIFI: URI format and renders a scannable PNG or SVG — locally.
The WIFI: URI format
iOS and Android both understand this string:
WIFI:T:WPA;S:MyNetwork;P:MyPassword;H:false;;
T— security type:WPA,WEP, ornopass.S— the SSID (escape;,,,",:,\).P— the password.H—trueif the network is hidden.
Print vs digital
Export as SVG for crisp printing at any size; PNG at 512+ px works for signage and phone screens. Add a logo overlay only if you keep it below 20% of the QR area — QR error correction handles a small logo but not much more.
Why it works offline
There's nothing to fetch — the QR encoding algorithm is pure math, and the qrcode library implements it in JavaScript. Zro7 never sees your password because Zro7 never gets the password.
Steps
- Open QR Code Generator.
- Choose WiFi, enter SSID, security, and password.
- Download PNG or SVG.
- Print, laminate, and stick it in your entryway or on the fridge.
Zro7