Skip to content

Privacy

This is just a QR code generator — everything runs completely on the client side.

No data is sent to any server. No analytics, no tracking, no cookies. The upiqrcode WebAssembly module runs entirely inside your browser’s memory sandbox and is discarded after use.

Nothing. We don’t even have a backend. The site is statically generated by Astro and served from a CDN. All QR generation happens in your browser using a Rust-compiled WASM library loaded from jsDelivr.

This documentation also serves as a reference for the upiqrcode npm package.