A desktop-class resume and cover letter builder with AI-powered ATS scoring and content optimization. Create, edit, and optimize professional resumes and cover letters with real-time feedback.
- Resume Builder — Inline editing on a live, print-precise A4 preview with support for experience, education, skills, certifications, and custom sections
- Cover Letter Generator — AI-generated cover letters tailored to your resume and a target job description, with signature support (draw, type, or upload)
- ATS Scoring — Real-time scoring (100-point scale) combining structure completeness, keyword matching, and AI semantic evaluation
- Smart Suggestions — AI-powered rewrite, impact, and quantify suggestions for each resume entry
- Job Link Analysis — Paste a job posting URL and the AI extracts key requirements and desired skills
- Resume Parsing — Upload an existing resume (PDF, DOCX, or TXT) and have its content extracted and structured automatically
- Multi-Theme — 6 resume themes and 3 letter themes with distinct typography and layouts
- Export & Share — Download as PDF via browser print, or share via LinkedIn, WhatsApp, or Email
- Node.js
-
Install dependencies:
npm install -
Set your Cencori API key in
.env:CENCORI_API_KEY=your_key_here -
Start the dev server:
npm run devThis runs both the Vite frontend (port 3000) and the Express document parsing server (port 3001) concurrently.
