# Just Give Me The QR

> Make a QR code in your browser. Free forever, no account, no expiry. URLs, WiFi, WhatsApp, contacts and more. Nothing you type is uploaded.

The codes this site makes are **static**. Your link, your WiFi password, your phone number: the data is inside the black-and-white pattern itself. There is no middleman server to keep alive, no subscription to lapse, and no way for us to change or kill your code after you have downloaded it. Even if this site disappeared tomorrow, every code it ever made would keep working. [Here is the longer explanation](/static-vs-dynamic).

## When to use this

- A person needs a QR code for a link, WiFi network, WhatsApp chat, contact card, plain text, email, SMS, phone number or map location, and wants it to keep working indefinitely with no account or subscription.
- You want to hand someone a link that opens the generator with their values already filled in. Every field is prefillable from the query string; see the developer page and the OpenAPI document below.
- The user asks whether a QR code can expire, or how static and dynamic codes differ. The static-vs-dynamic page is a plain-language explanation.

## When not to use this

- There is no server-side API: nothing generates images on request, there are no accounts, and no scan tracking. The code is produced in the browser by JavaScript. An agent cannot call this site to obtain a PNG; it can only construct a prefilled link for a person to open.
- Editable destinations after printing are not offered. Point the code at a URL you control instead.

## How to link into the generator

Each content type has a page, and each field accepts a query parameter with the same name (plus short aliases). Values are prefilled, never auto-downloaded.

- https://justgivemetheqr.com/ — parameters: url
- https://justgivemetheqr.com/wifi — parameters: ssid, password, security, hidden
- https://justgivemetheqr.com/whatsapp — parameters: phone, message
- https://justgivemetheqr.com/vcard — parameters: first, last, org, title, phone, workPhone, email, url, street, city, region, postcode, country, note
- https://justgivemetheqr.com/text — parameters: text
- https://justgivemetheqr.com/email — parameters: to, subject, body
- https://justgivemetheqr.com/sms — parameters: phone, message
- https://justgivemetheqr.com/phone — parameters: phone
- https://justgivemetheqr.com/location — parameters: lat, lng

## Pages

- [Just Give Me The QR — free QR code generator](https://justgivemetheqr.com/): Make a QR code in your browser. Free forever, no account, no expiry. URLs, WiFi, WhatsApp, contacts and more. Nothing you type is uploaded.
- [WiFi QR code generator — free, no signup](https://justgivemetheqr.com/wifi): Make a QR code that connects phones to your WiFi. Free, never expires, no account. Supports WPA/WPA2/WPA3, WEP and hidden networks.
- [WhatsApp QR code generator — free, no signup](https://justgivemetheqr.com/whatsapp): Make a QR code that opens a WhatsApp chat with you, with the first message already written. Free, no account, never expires.
- [vCard QR code generator — free contact codes](https://justgivemetheqr.com/vcard): Turn contact details into a QR code that saves straight to a phone’s address book. vCard 3.0, free, no account, never expires.
- [Plain text QR code generator — free, no signup](https://justgivemetheqr.com/text): Put any text in a QR code — serial numbers, instructions, notes. Nothing is opened, nothing is uploaded. Free and never expires.
- [Email QR code generator (mailto) — free](https://justgivemetheqr.com/email): Make a QR code that opens a new email to you, with the subject and message already written. Free, no account, never expires.
- [SMS QR code generator — free, no signup](https://justgivemetheqr.com/sms): Make a QR code that opens a text message to your number, with the message already typed. Free, no account, never expires.
- [Phone number QR code generator — free](https://justgivemetheqr.com/phone): Make a QR code that dials your number. Free, no account, never expires. Works from any camera, with no app to install.
- [Location QR code generator (geo:) — free](https://justgivemetheqr.com/location): Turn coordinates into a QR code that opens a map at that exact spot. Free, no account, never expires.
- [Static vs dynamic QR codes, explained plainly](https://justgivemetheqr.com/static-vs-dynamic): Why a static QR code cannot expire, why vendor dynamic codes die with the subscription, and how to change a destination without renting a redirect.
- [Prefill links — link into the QR generator](https://justgivemetheqr.com/developers): Every field of every QR type can be prefilled from a link. Parameter names, aliases and examples for embedding or linking to the generator.
- [About — why Just Give Me The QR exists](https://justgivemetheqr.com/about): A free, no-signup QR code generator that runs entirely in your browser, built out of frustration with free tools that quietly turn into subscriptions.
- [Contact — bugs, corrections and ideas](https://justgivemetheqr.com/contact): How to report a bug, correct something on the site or suggest a feature. No support desk, no ticket system — a public issue tracker and a person.
- [Privacy — no accounts, no uploads, no cookies](https://justgivemetheqr.com/privacy): What this site does and does not collect. No accounts, no cookies, nothing you type is ever uploaded. Short, specific and true.

## Machine-readable

- [OpenAPI document for the prefill links](https://justgivemetheqr.com/openapi.json)
- [Full site text as Markdown](https://justgivemetheqr.com/llms-full.txt)
- [Sitemap](https://justgivemetheqr.com/sitemap.xml)
- [Source code](https://github.com/Caml2001/justgivemetheqr.com)
