CV Generator - Headliners
I built this CV Generator to make high-quality Headliners CV creation fast, consistent, and low-risk. The app is intentionally browser-only: there is no backend, no authentication, and no account layer. CVs are created, edited, and exported to PDF locally, with data persisted in localStorage, which keeps operational complexity low and avoids unnecessary handling of sensitive user data.
The core product focus was balancing flexibility with reliability. Users can manage multiple CV variants, switch templates, toggle page visibility, upload avatars and company logos, import/export JSON, and generate polished PDFs from the same source of truth. I treated it as a production-ready internal tool from day one, with migration-aware storage, strong typing, and test/lint/type-check guardrails so future feature additions and maintenance can happen safely without destabilizing the editor experience.