Convert vCard to Markdown.
Drop a .vcf file and read every contact as a tidy Markdown list. It runs entirely in your browser, so your file never leaves your device.
Drag & drop your files
or
Optimize for AI & RAG
Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.
Add YAML front matter
Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.
Add table of contents
Build a linked index from the headings. Handy for long documents.
Export RAG chunks (.json)
Split the result into retrieval-ready chunks. Download per file from the result panel.
Most converters quietly upload your documents to a server. This one physically can't.
Built for apps,
not for reading.
A vCard packs each contact into terse key and value lines like FN and TEL. Opening one shows raw field codes, not a readable card. Converting lays every contact out as a named heading with plain bullets.
BEGIN:VCARD
FN:Alice Lee
ORG:Acme Inc
TITLE:Engineer
EMAIL:alice@example.com
TEL:+1 555 0100
END:VCARD
## Alice Lee
- Organization: Acme Inc
- Title: Engineer
- Email: alice@example.com
- Phone: +1 555 0100
Everything you
actually need.
Contact cards in, a clean Markdown list out, with no server and no account anywhere.
It never leaves your browser
Your .vcf is read and parsed on your device. The contact details never touch a server.
# Heading
- point one
3 chunks
AI & RAG ready
Optional cleanup, YAML front matter, a table of contents and RAG chunk export.
Works offline
Once the page has loaded you can switch off your connection and it keeps converting.
## Alice Lee
- email: alice@example.com
- phone: +1 555 0100
Each contact, a section
Every card becomes a heading from the name, with its details listed below as bullets.
Unicode safe
Accents, symbols and non-Latin scripts come through intact as UTF-8.
Free, and unlimited
No sign-up, no quotas, no watermarks. One file or a thousand, each holding any number of cards, all runs the same way on your own device.
What survives
the trip.
Honest about what comes through, and what doesn't. Each field is read once, so where a card repeats a value only the first one is taken.
Kept
4- Name as the heading
- Organization and title
- Email and phone
- Address and URL
Dropped
3- Notes and birthdays
- Photos
- Repeated or extra fields
- Acme Inc
- alice@example.com
- +1 555 0100
NOTE: met at the spring conference
BDAY: 1990-04-12
vCard questions,
answered.
Everything worth knowing before you drop in a .vcf file.
Other converters.
Handling more than contacts? These convert the same way: privately, in your browser.
Word to Markdown
.docx
Microsoft Word documents.
OpenDocument Text to Markdown
.odt · .fodt
LibreOffice & OpenOffice text documents.
Rich Text to Markdown
.rtf
Cross-app Rich Text Format files.
AbiWord to Markdown
.abw
AbiWord word-processor documents.
Hangul to Markdown
.hwpx
Korean Hangul Office documents.
InDesign / IDML to Markdown
.idml · .icml
Adobe InDesign layout exchange files.
Excel to Markdown
.xlsx
Microsoft Excel workbooks.
OpenDocument Sheet to Markdown
.ods · .fods
LibreOffice Calc spreadsheets.