Fill in a contact, get a standard vCard 3.0 (.vcf) file, download or copy, runs only in your browser
- Runs locally
- Category Generator
- Best for Checking file type, size, metadata, and obvious mismatch signals before sharing.
What this tool does
Free vCard generator that turns a contact form into a standards-compliant vCard 3.0 (.vcf) file that imports cleanly into iPhone, Android, Outlook, Google Contacts and Apple Contacts. Enter a first and last name, organization, job title, a work phone and a mobile phone, email, website, a full postal address, birthday and a note. The tool builds the FN and structured N fields, tags each phone with its TYPE (WORK or CELL), escapes commas, semicolons, backslashes and line breaks exactly the way RFC 2426 requires, and folds long lines at 75 octets so even a multibyte CJK name never breaks the file. Empty fields are dropped, so you never ship a blank ORG or TEL line. Download the .vcf, copy the raw text, or share a URL that reopens the same card. 100% client-side, nothing is uploaded.
Tool details
- Input
- Text
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Download
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Generator · Marketer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How vCard Generator fits into your work
Use it before upload, handoff, archive, support review, or any moment where a file needs one local check before it leaves your machine.
File jobs
- Checking file type, size, metadata, and obvious mismatch signals before sharing.
- Preparing mixed folders for upload, archive, intake, or review.
- Keeping sensitive files in the browser instead of sending them to an account-based service.
File checks
- Do not treat the extension alone as proof of the real file type.
- Review metadata before a file goes to customers, vendors, or a public page.
- Keep the original file until the copied, converted, or exported result is verified.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
- 3 Email Signature Generator Fill in your details, pick a template, get table-based inline-style HTML that pastes cleanly into Gmail and Outlook — 100% browser-only Open
Real-world use cases
Hand out your details after a meeting
You just met someone at a conference and want them to have your number, email and title without typing. Fill the form once, download your .vcf, and either AirDrop it or attach it to a follow-up email. They tap it and you land in their address book correctly labeled, with Work and Mobile separated, instead of a half-typed contact.
Put a contact card behind a QR code
Pair this with a QR generator: copy the vCard text, drop it into a QR code on a poster, badge or business card, and anyone who scans it gets a fully formed contact to save. Because the text is standard vCard 3.0, the scan-to-save flow works on both iPhone and Android with no app in between.
Bulk-prepare contacts for a new CRM or phone
Migrating to a new phone or seeding a small CRM by hand? Build one clean .vcf per person here, with the address and birthday filled in properly, and import them in a batch. The escaping is handled, so a company name with a comma or a note with a semicolon will not corrupt the import the way a hand-typed file often does.
Generate a contact file inside a signature or landing page
Offer a Save my contact link on your email signature or a personal landing page. Build the card here, host the .vcf, and link to it. Visitors download one file and you are saved with the right name, title and both numbers, rather than copying fields one at a time.
Common pitfalls
Hand-typing a .vcf and forgetting to escape commas and semicolons. A note such as «Met in Berlin; nice» silently truncates at the semicolon in many apps. This tool escapes commas, semicolons, backslashes and line breaks for you, so the full text survives the import.
Leaving FN blank or putting only the company name in N. Apps sort by N and display FN, so a missing FN shows an empty card and a name-only-in-N entry will not file under the person. The generator always derives a non-empty FN, falling back to org then email.
Pasting a long note or address as one unbroken line. vCard requires folding past 75 octets, and an unfolded long line breaks strict parsers. This tool folds every line at 75 bytes with proper continuation, including multibyte names.
Privacy
Every field you type and the entire .vcf are assembled in your browser with plain JavaScript. The contact is never uploaded and there is no logging of names, numbers or addresses. One caveat: the shareable URL encodes the fields in the query string, so a link you paste into chat will record those details in the recipient server's access log. For a private home address or personal number, use the download or copy button and send the file directly instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date.
- AI Model Comparison AI model comparison — 20+ models (GPT / Claude / Gemini / Llama / Qwen) across price, context, speed, capabilities (2026).
- Annuity Calculator Annuity & retirement calculator — see monthly income from your savings, accumulation + payout phases, multiple scenarios.
- Barcode Generator Code 128 / EAN-13 / UPC-A / Code 39 — generate scannable 1D barcodes, export SVG or PNG, fully offline.