Resume Check Karo is an AI-powered resume analysis platform built for job seekers who want honest, detailed feedback before submitting their application. Upload your PDF resume alongside a target job description and the app returns a structured scorecard — powered by Google Gemini AI — that breaks down exactly how well your resume performs across five critical hiring dimensions, then gives you prioritized, actionable tips to close the gaps.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nayalsaurav/resume-analyzer/llms.txt
Use this file to discover all available pages before exploring further.
What It Does
The core workflow is straightforward: you upload a PDF resume and paste a job description into the dashboard. Resume Check Karo sends both to Google Gemini AI, which returns a multi-dimensional scorecard you can review, share, and revisit at any time. Every analysis is persisted to your account so you can track improvements across resume versions.Scoring Dimensions
Every resume is evaluated across five dimensions:- ATS Compatibility — checks keyword alignment, file-parsability signals, and formatting patterns that applicant tracking systems penalize
- Tone & Style — evaluates language formality, active vs. passive voice usage, and consistency of professional register
- Content Quality — assesses the depth and specificity of your experience bullets, quantified achievements, and relevance to the role
- Structure & Formatting — reviews section ordering, visual hierarchy, whitespace usage, and length appropriateness
- Skills Relevance — maps the technical and soft skills on your resume against the requirements stated in the job description
Tech Stack
Resume Check Karo is a full-stack Next.js application. Here is what powers it under the hood:| Layer | Technology |
|---|---|
| Framework | Next.js 15 (App Router, Turbopack) |
| AI | Google Gemini AI (@google/genai) |
| Authentication | Clerk (@clerk/nextjs) |
| Database ORM | Prisma 6 + PostgreSQL |
| File Storage | ImageKit (@imagekit/next) |
| Styling | Tailwind CSS v4 |
| Theming | next-themes |
| Schema Validation | Zod v4 |
Key Features
Resume Analysis
Upload a PDF resume and a job description to receive a full AI-generated scorecard in seconds.
Scoring System
Five-dimension weighted scoring that surfaces exactly where your resume is strong and where it falls short.
Feedback UI
Clean, readable feedback cards with color-coded scores and prioritized improvement tips per dimension.
Dashboard
A personal dashboard that stores every analysis so you can compare resume versions over time.
Resume Check Karo is fully self-hostable. All you need are your own API keys for Google Gemini AI, Clerk, and ImageKit, plus a PostgreSQL database. No vendor lock-in beyond the services you choose to use. See the Environment Setup guide to get your keys configured.