A business card people can scan into their phone
This generator turns your contact details into a vCard QR code — the same format phones recognise as a contact. One scan offers to save your name, company, title, phone, email, website and address straight into the address book, with no typing.
How it works
As you type, the tool assembles a vCard 3.0 text record. It always includes
the structured name (N) and formatted name (FN), and adds ORG, TITLE,
TEL, EMAIL, URL and ADR lines for any fields you fill in. Special
characters (commas, semicolons, backslashes, newlines) are escaped so the card
parses correctly. That vCard text is then rendered live into a QR code you can
download as SVG or PNG.
Example
Entering name Ada Lovelace, company Analytical Engines, title Founder produces a vCard like:
BEGIN:VCARD
VERSION:3.0
N:Lovelace;Ada;;;
FN:Ada Lovelace
ORG:Analytical Engines
TITLE:Founder
END:VCARD
| Field | vCard line |
|---|---|
| Phone | TEL;TYPE=WORK,VOICE: |
EMAIL;TYPE=WORK: | |
| Website | URL: |
| Address | ADR;TYPE=WORK: |
Print the SVG on your physical card or add it to an email signature. Everything is built locally in your browser, so your details are never uploaded.