Every type of code
Each page configures the generator for one job — the right fields, the right validation, and guidance specific to that kind of code.
- QR code generatorOpens a web pageThe general-purpose generator, with scannability checking and print sizing.
- WiFi QR codeJoins a WiFi networkNetwork name, password and security type, with correct escaping for the characters that break the format.
- vCard QR codeSaves a contactA full contact form producing a vCard 3.0 record that iOS and Android both import.
- Google review QR codeOpens your Google review formTakes your Place ID and builds the direct review URL, which is not the same as your listing URL.
- Menu QR codeOpens your menuTable-tent print sizing, and guidance on why a menu code should be dynamic rather than static.
- URL QR codeOpens a web pageThe simplest case, with the same validation as everything else.
- Email QR codeStarts an emailRecipient, subject and body fields, correctly URL-encoded.
- SMS QR codeStarts a text messageUses SMSTO, which more scanners understand than the sms: scheme.
- Phone QR codeStarts a phone callNormalises the number to the form dialers accept.
- Location QR codeOpens a map locationCoordinate validation, so an out-of-range value is rejected rather than encoded.
- Event QR codeAdds a calendar eventTitle, location and times, validated and formatted as iCalendar.
- Text QR codeShows textNo interpretation at all — exactly the characters you enter.