Check your resume's ATS keyword match score for free. Get keyword gap analysis, AI-optimized resume, and PDF download. No signup, no paywall, no account.
Live site: https://eddyscanlan.github.io/tailoredfit/
ATS Check is a free ATS (Applicant Tracking System) resume scanner. You paste your resume and a job description, and it shows you:
- ATS Match Score — what percentage of keywords from the job description are in your resume
- Keyword Gap Analysis — exactly which keywords are found and which are missing
- AI-Optimized Resume (free) — your resume rewritten with all missing keywords naturally integrated
- PDF Download (free) — download your optimized resume as a PDF
- Tool Recommendations — affiliate links to resume-building tools (Rezi, Jobscan, Wobo)
Most ATS checkers charge $15-$30/month subscriptions or lock features behind paywalls. ATS Check is 100% free — no signup, no paywall, no account. The tool is supported by affiliate links to other resume tools on the results page.
| Component | Technology | Cost |
|---|---|---|
| Hosting | GitHub Pages | $0 |
| AI Backend | Pollinations.ai | $0 |
| PDF Generation | html2pdf.js (MIT) | $0 |
| Frontend | Vanilla HTML/CSS/JS + Tailwind CSS (CDN) | $0 |
| Monetization | Affiliate links (Rezi, Jobscan) | $0 |
No backend, no database, no build step. Resume data stays in the browser.
- User pastes resume + job description
- Client-side JS extracts keywords from the job description (frequency-based, stop-word filtered)
- Calculates ATS match score (matched keywords / total keywords)
- Shows keyword gap analysis (found vs missing)
- User clicks "Get My AI-Optimized Resume - Free"
- Pollinations.ai rewrites the resume with missing keywords naturally integrated
- User gets optimized resume + PDF download
- Results page shows affiliate links to resume-building tools
- Free ATS Score Check — no signup, no account, paste and check
- Keyword Gap Analysis — visual display of found/missing keywords
- Free AI Resume Optimization — rewrites resume with missing keywords, no paywall
- Free PDF Download — client-side PDF generation via html2pdf.js
- Privacy-First — resume data never touches our server, goes directly to AI API from browser
- No Subscription — everything is free
- Affiliate Monetization — links to Rezi, Jobscan, and Wobo on results page
git clone https://github.com/eddyscanlan/tailoredfit.git
cd tailoredfit
# Open index.html in a browser, or serve with any static server
python3 -m http.server 8000MIT