Tested tool guide
Tested browser tools
Checked August 16, 2026
What QR Code Business Card does, with a checked example
Fill in the vCard fields - name, organization, job title, phone, email, website - and this tool produces two downloadable images: a QR code whose payload is the contact data itself, and a styled card rendering the same fields for email signatures, profile pages, or print. Scan the code with a phone camera and the system contacts app offers to save the contact with every field pre-filled, no typing. The surprise most users hit: the card's styling is cosmetic. Scanners read only the encoded text, so the code's contrast, margins, and sharpness matter far more than how the card looks.
Worked example
A concrete input and expected output from the current implementation.
Input
Name: Ines Vega
Organization: Northwind Traders
Job title: Product Manager
Phone: +1 415 555 0198
Email: ines.vega@northwind.example
Website: https://www.northwind.example
->
Expected output
A QR code image whose payload is this vCard text:
BEGIN:VCARD
VERSION:3.0
N:Vega;Ines;;;
FN:Ines Vega
ORG:Northwind Traders
TITLE:Product Manager
TEL;TYPE=CELL:+1 415 555 0198
EMAIL:ines.vega@northwind.example
URL:https://www.northwind.example
END:VCARD
plus a card image showing the same fields in the chosen style.
The QR payload is the vCard text itself, so a phone camera that detects the BEGIN:VCARD header offers to save the contact with these exact values. The card image is a separate rendering of the same fields for display or print.