DEV Community

AutonomyEngine
AutonomyEngine

Posted on

I built a tool that checks your resume against a job description and tells you exactly what's missing

Applicant tracking systems filter resumes by keyword match before a human ever reads them. If your resume doesn't mirror the language in the job posting, it can get filtered out even when you're qualified.

I built a small free tool that compares your resume text against a specific job description and returns:

  • A match score (0-100)
  • The exact keywords missing from your resume
  • Specific bullet-point rewrites to better match the posting

Try it here: https://resume-optimizer-tau-orcin.vercel.app

It's a one-time $9 unlock per use, no subscription. Built with Next.js, Supabase, Stripe, and the OpenAI API.

Feedback welcome — this is a small side project and I'm iterating on it based on what's actually useful to job seekers.

Top comments (0)