v1.0.0 β Initial Release π
π First Release
Resume Hacker is an open-source AI resume optimizer that tailors resumes to specific job descriptions to maximize ATS match scores.
What's included
- AI Resume Optimizer β paste your resume + job description, get a tailored ATS-optimised resume in seconds
- Multi-provider support β OpenAI, Anthropic (Claude), Google Gemini, DeepSeek, and Ollama (local, free)
- ATS Scoring β pre/post score comparison with keyword gap analysis and section-level breakdown
- PDF Export β download as a professionally formatted PDF (Classic or Sidebar template)
- Fabrication level slider β control how aggressively the AI rewrites your resume
- Cover Letter generator β one-click cover letter tailored to the job description
- Resume import β upload an existing
.pdfor.txtresume to pre-fill the editor - Prompt-only mode β copy the raw prompt to use in any external AI tool
Getting started
git clone https://github.com/Divish1032/resume-hacker.git
cd resume-hacker
npm install
cp .env.example .env.local # add your API keys
npm run devSee the README for full setup instructions.