QR Code Generator - Static QR codes that never expire | POLPROG Skip to content

QR Code Generator

Static QR codes that never expire

Ten kinds of QR code, built in your browser, with a warning before one fails to scan.

Web tool Web
Official product page Publisher: POLPROG
Official product page
10
Code types
6
Scan checks before download
0
Data sent to a server
Never
Code expiry
01QR Code Generator

About

Every code here is static. The content is encoded into the pattern itself, so the code is the data. There is no redirect through POLPROG, no short link, no account and nothing to expire or switch off. A code generated today still resolves to the same content in ten years, whether or not this site still exists.

That is the opposite of a dynamic or tracking QR code, which encodes a link to somebody else's server and stops working the moment that service shuts down, changes its pricing or loses the domain.

What it can encode

Link, plain text, Wi-Fi credentials, a vCard contact, email, SMS, phone, WhatsApp, geographic location and a calendar event. Each type has its own form, and each field is validated against the format it will be encoded into, so a Wi-Fi code that carries a password and a contact card that carries a name both come out well formed.

The encoder

A complete ISO/IEC 18004 encoder, written as a module of this site rather than pulled in as a dependency: segmenting the input into numeric, alphanumeric and byte runs, picking the smallest version that fits, building the bitstream, adding Reed-Solomon correction, placing the data in the zig-zag walk, then trying all eight masks and keeping the lowest penalty, exactly as the standard requires. Writing an encoder is only defensible if it is verified rather than trusted, so its finished matrices are compared bit for bit against a mature reference implementation across every mode, every correction level and a spread of versions, with a decode round trip on top.

Before you print it

A QR code that looks correct on screen can still be unreadable on paper, so the generator judges the result rather than just drawing it:

  • Contrast between your two colours, with a warning below roughly 3:1, which is where readings start to fail.
  • Inversion, because most decoders expect dark on light and some will not read the reverse at all.
  • Module size at the export size you picked, since a symbol can be denser than the camera that has to resolve it.
  • Quiet zone, the light border the scanner uses to find where the symbol starts. The standard asks for four modules; below that it warns, and at zero it refuses.
  • Logo coverage, measured against the error-correction budget rather than guessed at.

Coverage grows with the square of the width, which is the part that surprises people: a logo 30 percent as wide as the code hides 9 percent of it, and one half as wide hides 25 percent. Adding a logo raises the correction level automatically, a logo past half the budget is flagged, and one past the whole budget is refused.

Where it runs

Entirely in your browser. The encoder, the preview, the logo compositing and the PNG and SVG export all run locally, and there is no API endpoint behind this page at all, so a Wi-Fi key, a private phone number or a contact card has nowhere to be sent even by accident. A logo you add is read with FileReader and never uploaded. Open your browser network panel while you use the tool and it stays empty.

02Use case

What it solves

The problem
  • The free code stops working when the generator's business does
  • A code that scanned on screen fails on the printed flyer
  • A Wi-Fi password gets typed into a stranger's website
The outcome
  • A code that still resolves in ten years
  • A warning before you print, not after
  • Nothing leaves the browser, the logo included
Who it is for
  • Anyone printing a code on something that gets handled
  • Designers putting a logo in the middle of a code
  • People encoding Wi-Fi keys and contact details
03Key Features

Key Features

The most important capabilities, explained in practical terms.

Ten types, each with its own form

Link, text, Wi-Fi, contact, email, SMS, phone, WhatsApp, location and event. Every field is validated against the format it will be encoded into, so the payload comes out well formed rather than merely non-empty.

Static codes with nothing behind them

The content is in the pattern, so there is no redirect, no short link, no account and nothing that can expire or be switched off. The code keeps working whether or not this site does.

Its own ISO/IEC 18004 encoder

Segmenting, version selection, Reed-Solomon blocks, the data placement walk and all eight masks with the lowest penalty kept. Verified module by module against a reference implementation across every mode and correction level, plus a decode round trip.

It says when the code will not scan

Contrast between your colours, module size at the chosen export size, the quiet zone against the four modules the standard asks for, and a warning for a light-on-dark code that many decoders refuse. The verdict is one of three: scans reliably, should scan with caveats, or unlikely to scan.

Logo coverage against the correction budget

Coverage grows with the square of the width, so a logo 30 percent as wide hides 9 percent of the symbol. Adding a logo raises the correction level, passing half the budget is flagged, and passing all of it is refused.

The symbol's own numbers

Version, module count, encoding mode, correction level, the mask that won and how much of the capacity the content used. The encoded string itself can be revealed and copied.

PNG at three sizes, or SVG

PNG at 512, 1024 or 2048 pixels for anything that needs a bitmap, and SVG when the code has to scale to a poster. Colours, size, quiet zone and a transparent background are all adjustable.

Nothing is uploaded, the logo included

There is no API endpoint behind this page. The logo is read with FileReader and stays in the browser, and you can confirm the whole claim by watching the network panel while you use the tool.

04Download

Product access

A clear path from the official source to your first successful workflow.

Choose the right platform

Use one of the official links available for your device or browser.

Install or open

Follow the store instructions or open the web application. No third-party installers.

Configure and begin

Review the options, choose your preferences and start with the core workflow.

Official access options
05Technology

Technology behind the product

A transparent look at the core technologies used to build and maintain this product.

JavaScript
06Security

Privacy & Security

Your data stays on your device. Always.

No account, no sign-up
No API endpoint and no network traffic
The logo is read in the browser, never uploaded
No redirect, no tracking, no expiry