Resume Matcher is an AI-powered application designed to help job seekers create tailored resumes and cover letters for specific job applications. Built primarily in TypeScript with Python components, the project supports over 100 large language models including Claude, ChatGPT, DeepSeek, Kimi, GLM, and Gemma, with the flexibility to run models both locally through Ollama and remotely through cloud providers like OpenAI, Anthropic, Google Gemini, and OpenRouter.
The core workflow of Resume Matcher involves uploading a master resume in PDF or DOCX format, pasting a target job description, and receiving AI-generated improvements and tailored content suggestions. Users can then customize the generated resume by modifying suggested content, adding or removing sections, and rearranging sections through drag-and-drop functionality before exporting as a professional PDF. The application includes a cover letter generator that creates tailored cover letters based on the job description and user's resume, along with resume scoring and keyword highlighting features that analyze how well a resume matches a job description with a match score and improvement suggestions.
The project offers multiple resume templates including Classic Single Column, Modern Single Column, Classic Two Column, and Modern Two Column designs, each available as viewable PDFs. Resume Matcher supports internationalization with a multi-language user interface available in English, Spanish, Chinese, Japanese, and Portuguese (Brazilian), and can generate resume and cover letter content in users' preferred languages. The roadmap includes planned features such as an AI Canvas for crafting metric-driven resume content, an email template generator for job applications, and multi-job description optimization capabilities.
According to GitGenius activity tracking, the repository has demonstrated strong maintenance with a median issue and pull request response latency of 0.1 hours across 198 tracked items, though the mean response time of 962.4 hours indicates some older items may take longer to address. The primary maintainer srbhr has logged 384 events, with secondary contributors SalahDin and Moosdijk contributing 12 and 11 events respectively. The most frequently tracked issue labels are bug with 40 occurrences, enhancement with 27, and old-version with 25, reflecting active bug fixing and feature development. The repository connects to other projects through overlapping contributors, including mudler/localai, microsoft/vscode, and kubernetes-sigs/kubespray.
The project is built on a Next.js frontend with Python backend components and requires Python 3.13 or higher, Node.js 22 or higher, and the uv package manager for installation. Resume Matcher is free and open-source under the Apache 2.0 license, supported by corporate sponsors including Apideck, Vercel, Cubic.dev, Kilo Code, and ZanReal, as well as individual donations through GitHub Sponsors and Buy Me a Coffee. The application is part of the Vercel OSS Program and has achieved significant community adoption with over 27,000 stars and 4,900 forks on GitHub.