AI Resume Checker ↗
Upload a resume and a job description, get back a match score, the keywords you hit and missed, ATS formatting flags and rewritten bullets in one pass. Four serverless routes on Next.js 16 talk to the Google Gemini API, and a 7-model fallback chain with retry-on-429/404/503 keeps success near 100% on a rate-limited free tier where one model alone would just fail. Responses come back through Gemini responseSchema definitions mapped 1:1 to typed interfaces, so there is no JSON parsing to break. The PDF pipeline reads an upload with pdf-parse, pulls out 7 sections and re-renders a single-column ATS-safe document - a 30-minute manual reformat done in under 10 seconds.