DEV Community

Ayushi Choudhary
Ayushi Choudhary

Posted on

SkillSync AI - Match Your Resume to Any JD in Your Browser

Hey everyone!

I built this project for the Scribbler Hackathon 2025 - it’s called SkillSync AI.

It’s a browser-based tool that helps you check how well your resume matches a job description. You upload both, and it gives you a match score, shows what’s missing, and even gives suggestions to improve - all right in your browser.

What I used:

  • pdf.js to parse resumes (WASM-powered)
  • Google Gemini API for skills/tone analysis
  • Tokenizer fallback so it works even without the API
  • Chart.js for simple visual feedback
  • Tailwind CSS + Tabler Icons for UI

Built entirely in a Scribbler notebook.

Check it out: 🔗 Notebook link

Would love to hear what you think!

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.