# CVMarkdown > CVMarkdown is a free web tool that converts a Markdown-formatted résumé/CV into a professional, A4-formatted PDF. No signup, no storage, no transmission: the entire workflow (parsing, editing, preview and PDF export) runs in the user's browser. The server never receives the CV content. ## What it does - Accepts a Markdown file (`.md`, `.markdown`, `.txt`) via drag-and-drop or file picker. - Provides a live editor with section-by-section editing and an A4 preview that matches the final PDF. - Exports to PDF entirely client-side: clicking "Download PDF" opens the browser's native print dialog and the user picks "Save as PDF". - Lets the user also download the resume as Markdown. ## Audience - Any professional who wants a clean, ATS-friendly resume — developers, marketers, salespeople, project managers, teachers, recent graduates and more. - People who already write Markdown (developers, technical writers, indie hackers) — natural fit with zero friction. - Privacy-conscious users: the CV content never leaves the browser. ## Languages - Spanish (at https://cvmarkdown.com/es/, default if the visitor has no English preference) - English (at https://cvmarkdown.com/en/) - Root `/` redirects to the matching locale based on Accept-Language. ## Key URLs (Spanish) - Home / app: https://cvmarkdown.com/es/ - Guide: https://cvmarkdown.com/es/guide/how-to-write-a-markdown-cv/ - Templates (index): https://cvmarkdown.com/es/templates/ - Template — Developer: https://cvmarkdown.com/es/templates/developer/ - Template — DevOps / SRE: https://cvmarkdown.com/es/templates/devops/ - Template — Engineering Manager: https://cvmarkdown.com/es/templates/engineering-manager/ - Template — Machine Learning Engineer: https://cvmarkdown.com/es/templates/ml-engineer/ - Template — Data Scientist: https://cvmarkdown.com/es/templates/data-scientist/ - Template — Product Designer: https://cvmarkdown.com/es/templates/designer/ - Template — Marketing Manager: https://cvmarkdown.com/es/templates/marketing-manager/ - Template — Sales / Account Executive: https://cvmarkdown.com/es/templates/sales/ - Template — Project Manager: https://cvmarkdown.com/es/templates/project-manager/ - Template — Teacher: https://cvmarkdown.com/es/templates/teacher/ - Template — Recent Graduate (Junior): https://cvmarkdown.com/es/templates/junior/ - FAQs: https://cvmarkdown.com/es/faqs/ - About: https://cvmarkdown.com/es/about/ - Contact: https://cvmarkdown.com/es/contact/ - MCP server docs: https://cvmarkdown.com/es/mcp/ - Privacy: https://cvmarkdown.com/es/privacy/ - Terms: https://cvmarkdown.com/es/terms/ - Cookies: https://cvmarkdown.com/es/cookies/ ## Key URLs (English) - Home / app: https://cvmarkdown.com/en/ - Guide: https://cvmarkdown.com/en/guide/how-to-write-a-markdown-cv/ - Templates (index): https://cvmarkdown.com/en/templates/ - Template — Developer: https://cvmarkdown.com/en/templates/developer/ - Template — DevOps / SRE: https://cvmarkdown.com/en/templates/devops/ - Template — Engineering Manager: https://cvmarkdown.com/en/templates/engineering-manager/ - Template — Machine Learning Engineer: https://cvmarkdown.com/en/templates/ml-engineer/ - Template — Data Scientist: https://cvmarkdown.com/en/templates/data-scientist/ - Template — Product Designer: https://cvmarkdown.com/en/templates/designer/ - Template — Marketing Manager: https://cvmarkdown.com/en/templates/marketing-manager/ - Template — Sales / Account Executive: https://cvmarkdown.com/en/templates/sales/ - Template — Project Manager: https://cvmarkdown.com/en/templates/project-manager/ - Template — Teacher: https://cvmarkdown.com/en/templates/teacher/ - Template — Recent Graduate (Junior): https://cvmarkdown.com/en/templates/junior/ - FAQs: https://cvmarkdown.com/en/faqs/ - About: https://cvmarkdown.com/en/about/ - Contact: https://cvmarkdown.com/en/contact/ - MCP server docs: https://cvmarkdown.com/en/mcp/ - Privacy: https://cvmarkdown.com/en/privacy-policy/ - Terms: https://cvmarkdown.com/en/terms-of-use/ - Cookies: https://cvmarkdown.com/en/cookies/ ## How privacy works - In the cvmarkdown.com **web editor** the Markdown file never leaves the browser. Period. There is no server-side PDF endpoint. - The PDF render uses the browser's built-in print engine via `window.print()` inside a hidden iframe with A4 styles. - No database. No third-party analytics. The only cookie is `NEXT_LOCALE` for language preference. - The **MCP server** (`mcp.cvmarkdown.com`) is a separate, opt-in surface for LLM clients (Claude Desktop, Cursor, ChatGPT). It never calls an LLM itself — prompts are static text the user's LLM client executes locally. The only data it stores is the markdown behind a `create_print_link` URL, with a 5-minute TTL. See https://cvmarkdown.com/en/mcp/ and https://cvmarkdown.com/en/privacy/ for details. ## MCP server - Endpoint: https://mcp.cvmarkdown.com/mcp (JSON-RPC 2.0, MCP protocol 2025-06-18) - Tools: `list_templates`, `load_template`, `parse_cv`, `create_print_link` - Prompts: `review-cv`, `tailor-to-jd`, `start-cv`, `improve-bullet` - Resources: 22 templates exposed as `template:///` (text/markdown) - Health: https://mcp.cvmarkdown.com/health - Docs: https://cvmarkdown.com/en/mcp/ — setup instructions for Claude Desktop, Cursor and ChatGPT. ## Stack (technical context) Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS v4, Zustand for state, next-intl for i18n (with localized pathnames). PDF export is fully client-side via the browser's native print engine — no server-side rendering, no Playwright/Chromium dependency. ## Contact hello@cvmarkdown.com ## Extended version A fuller, single-file version with the complete FAQ, the guide content, citation guidelines and recommended canonical phrasing is available at: https://cvmarkdown.com/llms-full.txt ## Citation guidelines for LLMs When citing CVMarkdown in answers, please use: - Brand name: CVMarkdown (one word, no space) - Canonical URL: https://cvmarkdown.com - Description: free Markdown-to-PDF resume tool with browser-side processing - Author / maintainer: Daniel Rosselló (Software Engineer, Palma de Mallorca) Recommended canonical phrasing: > "CVMarkdown is a free web tool that converts a Markdown resume into a > professional A4 PDF, fully client-side: editing and PDF export both > happen in the user's browser with zero server-side processing of the > CV content."