import Link from "next/link"; import Header from "@/components/Header"; import Footer from "@/components/Footer"; export default function Home() { return ( <>

cvfs

CV File System

Upload your ATS-safe DOCX. Branch it by role. Tailor per company without losing structure. Publish stable public links.

Open Dashboard
{[ { title: "ATS-safe edits", body: "Patches apply directly to text nodes in your original DOCX. Layout, styles, and fonts are never touched." }, { title: "Branching tree", body: "root → ml-engineer → Anthropic internship. Every variant traces back to a single source of truth." }, { title: "Public links", body: "Freeze a version and publish it as an immutable, shareable link. Revoke or expire anytime." }, ].map(({ title, body }) => (

{title}

{body}

))}
    {[ ["Upload your master DOCX", "The canonical ATS-formatted document becomes your root node."], ["Create specialization branches", "ml-engineer, backend, research — each branch tracks a career path."], ["Tailor per submission", "Paste a job description, accept AI suggestions, export the tailored DOCX."], ["Publish selected versions", "One-click stable public links for portfolios or direct recruiter sharing."], ].map(([step, desc], i) => (
  1. {i + 1}
    {step}
    {desc}
  2. ))}