Custom QR code maker

Free QR code generator

Generate a QR code for a WiFi password free, encode a website, drop in plain text, or pack a short contact card. Colors are customizable. Download PNG for social posts or SVG for print.

Your QR will appear here.

Generate a QR code for a WiFi password free

Guests should not have to type a long passphrase. A WiFi QR uses the standard WIFI:T:...;; format that iPhone and Android cameras understand. This generator runs on the server with a pure PHP QR class with no Composer install and no data stored in MySQL. We do not keep the SSID or password after the response is sent.

Create a custom QR code online

Pick foreground and background colors that still contrast well. Light-on-light codes fail to scan. PNG is ideal for Instagram or Slack. SVG scales for posters and stickers. For a full digital business card with a hosted page and a .vcf file, use Contact Card Share. This tool only encodes the payload you type.

Keep payloads short. A huge paragraph makes a dense code that is harder to scan from a phone. URLs should include https:// so cameras open the browser instead of a search.

QR generator FAQ

Is this a free QR code generator with no signup?
Yes. Generate and download immediately. Nothing is written to a share table.
Can I put a logo in the middle?
This version focuses on clean, high-contrast codes. A centered logo reduces error correction. Use high contrast and test with your phone camera.
Will a WiFi QR work on iPhone and Android?
Modern camera apps recognize the WIFI: payload. Some Android versions open it in the WiFi settings sheet.
Do you store the WiFi password?
No. The handler builds the QR in memory and returns the image. There is no qr_codes database table.