Skip to content

v1.0.0 – Initial Release πŸš€

Choose a tag to compare

@Divish1032 Divish1032 released this 23 Feb 11:01
· 42 commits to main since this 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 .pdf or .txt resume 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 dev

See the README for full setup instructions.