Most free QR code generators are not really free. You pay with your data. When you type a URL, WiFi password or contact details into one of these tools, that information is sent to their servers to generate the code. It is stored, analysed and often used to serve you personalised advertising — or sold to third parties.
Many popular QR generator services offer what they call "dynamic" QR codes. Instead of encoding your URL directly into the pattern, these codes point to the generator's own redirect server. Every time someone scans the code, the request passes through that server before reaching your destination. This allows the generator to track exactly how many times the code was scanned, when, where and on what device — even after the code has been printed and distributed.
Dynamic codes are useful for analytics, but they come with a serious downside: if the generator shuts down or changes its pricing, your printed QR codes stop working. You are also permanently dependent on their infrastructure.
When you use a typical online QR generator, your input travels from your browser to their server. The server generates the image and sends it back. Your data — which may include WiFi passwords, personal contact information or confidential URLs — has now left your device and been processed by a third-party system you do not control.
NoTraQR was built around a single principle: your data should never leave your device. The QR generation library runs entirely in JavaScript inside your browser. When you click Generate, the code is computed locally using your device's own processor. Nothing is transmitted over the network — not the URL, not the WiFi password, not the contact details.
You can verify this yourself. Open your browser's developer tools, go to the Network tab, and generate a QR code. You will see no request carrying your input data. The only external request is loading the page and displaying the advertisement.
Every QR code generated by NoTraQR is a static code. Your destination URL is encoded directly into the pixel pattern. There is no redirect server, no analytics tracking and no expiry. The code will work as long as QR codes exist, regardless of whether NoTraQR continues to operate.
To cover hosting costs, NoTraQR displays one Google advertisement. This is disclosed on the main page and in the privacy policy. Google AdSense may collect data about ad performance, as described in Google's own privacy policy. NoTraQR itself collects nothing beyond an anonymous generation counter that contains no user data.