Privvert logoPrivvert

vCard generator

Make a .vcf contact file that imports anywhere.

BEGIN:VCARD
VERSION:3.0
N:Doe;Jane;;;
FN:Jane Doe
END:VCARD

About this tool

A vCard (.vcf) is the universal format for contact cards. Generate one in seconds and email it, drop it on a website, or scan it from a QR code - recipients can import it into iPhone Contacts, Android, Gmail, Outlook, or any major address book in one tap.

The file is built in your browser using vCard 3.0, the most widely supported version.

Features

  • Name, organization, title, phone, email, URL, address and notes
  • Properly escapes special characters
  • vCard 3.0 - works on iPhone, Android, Outlook, Google Contacts
  • Live preview of the .vcf source

How to use it

  1. Fill in the fields you want included - leave the rest blank.
  2. Review the live preview at the bottom.
  3. Click Download .vcf and share the file.
🔒 100% private

Everything happens inside your browser using JavaScript and WebAssembly. Your files are never uploaded to a server, never stored, and never seen by us.

Frequently asked questions

Why vCard 3.0 and not 4.0?

Version 3.0 has the broadest compatibility across mail clients and phones. 4.0 is newer but not all apps parse every field.

Can I add a photo?

Not yet - this generator focuses on the text fields supported everywhere. Photos require base64 embedding which can break in some clients.