An AI-powered Resume Analyzer that evaluates your resume against job descriptions, provides an ATS score, and gives actionable insights to improve your chances of landing an interview.
Built with React + TypeScript for the frontend, Puter.js for serverless backend/auth/storage, and deployed on Vercel.
- 🤖 AI-Powered ATS Scoring – Analyze resumes for Applicant Tracking System (ATS) compatibility.
- 📄 Job Description Matching – Check how well your resume aligns with a specific job role.
- 💡 Improvement Suggestions – Get personalized tips to optimize your resume.
- 🔒 Authentication & Storage – Secure serverless auth and resume storage powered by Puter.js.
- 🎨 Seamless UI – Clean, responsive, and user-friendly interface.
- ⚡ Real-time Feedback – Instant analysis results without any delay.
- Frontend: React + TypeScript
- Backend & Infra: Puter.js (serverless auth, storage, APIs)
- Hosting: Vercel
git clone https://github.com/your-username/resumate.git
cd resumate
npm install
# or
yarn install
npm run dev
# or
yarn dev
# then open http://localhost:5173 in your browser