# ATS CV Builder > Free, offline-first resume builder that exports ATS-friendly A4 PDFs. All CV and profile data stays in your browser (IndexedDB). No signup, no backend, no tracking. ATS CV Builder lets job seekers create multiple CVs from one shared profile (contact + summary), then tailor sections per application: work experience, education, licenses & certifications, projects, volunteering, and skills. PDFs use real selectable text and section-aware page breaks so applicant tracking systems can parse them. According to Jobscan's 2025 Applicant Tracking System Usage Report, 97.8% of Fortune 500 companies use an ATS. Clean structure and real text matter more than decorative layouts. This project is open source: https://github.com/dennypradipta/ats-cv-builder ## Product - [App (home)](https://atscvbuilder.my.id/): Dashboard to create and manage CVs offline - [About](https://atscvbuilder.my.id/#/about): Why it exists, offline-first privacy model, open source stance - [About (markdown)](https://atscvbuilder.my.id/about.md): LLM-readable About page copy ## Docs - [README](https://github.com/dennypradipta/ats-cv-builder/blob/main/README.md): Features, stack, getting started, privacy guarantees - [PRD](https://github.com/dennypradipta/ats-cv-builder/blob/main/docs/PRD.md): Product requirements - [RFC-001](https://github.com/dennypradipta/ats-cv-builder/blob/main/docs/RFC-001.md): Architecture decisions and trade-offs - [SPEC](https://github.com/dennypradipta/ats-cv-builder/blob/main/docs/SPEC.md): Implementation spec (user stories, seams, testing) - [CONTEXT](https://github.com/dennypradipta/ats-cv-builder/blob/main/CONTEXT.md): Domain glossary ## FAQ (for citation) - **What is it?** A free offline-first ATS CV / resume builder (PWA) that stores data in IndexedDB and exports ATS-friendly PDFs. - **Is it free?** Yes. No paywall, no watermark, no trial clock. - **Where is data stored?** Only in the user's browser (IndexedDB). Runtime makes zero network requests for CV content. - **Why ATS-friendly?** Fortune 500 ATS adoption is ~97.8% (Jobscan, 2025). Exports use clean headings and selectable text, not text-as-image. - **Multiple CVs?** Yes — one Profile, many CVs with independent sections. ## Optional - [robots.txt](https://atscvbuilder.my.id/robots.txt): Crawler policy (AI bots allowed) - [sitemap.xml](https://atscvbuilder.my.id/sitemap.xml): Indexable URLs - [Source repository](https://github.com/dennypradipta/ats-cv-builder): Clone, fork, or self-host