Optimize Resume is an AI-powered platform designed to enhance your resume and increase your chances of passing Applicant Tracking Systems (ATS). Developed as part of a Vercel hackathon, this innovative solution aims to make job searches more efficient and effective.
- About the Project
- Features
- How It Works
- System Architecture
- Team
- Getting Started
- Contributing
- License
Optimize Resume was created to address the common challenge job seekers face: getting their resumes past automated filtering systems. Our platform uses artificial intelligence to analyze job postings and your resume, suggesting improvements to make your application stand out to both ATS and human recruiters.
- 🤖 AI-powered resume analysis
- 🎯 Job posting compatibility check
- 📊 Personalized optimization suggestions
- 📁 Support for PDF resumes up to 10MB
- 🖥️ User-friendly interface
- 📤 Upload your resume (PDF format, max 10MB)
- 📝 Provide the job posting you're interested in
- 🔍 Our AI analyzes both your resume and the job posting
- 💡 Receive tailored suggestions to optimize your resume
- 🚀 Implement the changes to increase your chances of success
C4Context
title System Context Diagram for Optimize Resume
Person(user, "User", "An individual optimizing their resume to pass ATS filters")
System(optimize_resume, "Optimize Resume Platform", "A platform for optimizing resumes to pass ATS filters")
System_Ext(external_service, "Jina AI Reader", "Fetches job content based on provided URL using advanced AI")
System_Ext(ai_provider, "AI Provider", "Provides AI models and services used by the platform")
Rel(user, optimize_resume, "Uses", "HTTPS")
UpdateRelStyle(user, optimize_resume, $offsetX="20" $offsetY="20")
Rel(optimize_resume, external_service, "Retrieves job content from", "JSON/HTTPS")
UpdateRelStyle(optimize_resume, external_service, $offsetX="-50" $offsetY="40")
Rel(optimize_resume, ai_provider, "Utilizes AI models from", "HTTPS")
UpdateRelStyle(optimize_resume, ai_provider, $offsetY="30")
C4Container
title Container diagram for Optimize Resume
Person(user, "User", "An individual optimizing their resume to pass ATS filters")
Container_Boundary(c1, "Optimize Resume Platform") {
Container(spa, "Web Application", "TypeScript, Next.js, Vercel AI SDK", "Delivers Resume AI functionalities via the user's browser")
Container(backend_api, "Recommendation API", "TypeScript, Next.js, Vercel AI SDK", "Provides resume optimization and recommendation services via API")
}
System_Ext(external_service, "Jina AI Reader", "Fetches job content based on provided URL using advanced AI")
System_Ext(ai_provider, "AI Provider", "Provides AI models and services used by the platform")
Rel(user, spa, "Interacts with", "HTTPS")
UpdateRelStyle(user, spa, $offsetY="-25")
Rel(spa, backend_api, "Requests recommendations from", "JSON/HTTPS")
UpdateRelStyle(spa, backend_api, $offsetX="-80"$offsetY="40")
Rel(backend_api, external_service, "Retrieves job content from", "JSON/HTTPS")
Rel(backend_api, ai_provider, "Utilizes AI models from", "HTTPS")
Our diverse team of professionals brought this project to life:
- Paul Chávez - Full Stack Developer 💻
- Luis Sullca H - Back-End Developer 🔧
- Micaela Leguizamon - UX / UI Designer 🎨
- Juan De León - Front-End Developer 🖌️
You will need:
- Clone this repository locally:
git clone [email protected]:developaul/optimize-resume.git
- Install dependencies:
# Install bun globally if you don't have it:
npm install -g bun
# and install dependencies:
bun install
- Run the development server:
bun run dev
We welcome contributions to Optimize Resume! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request.
Optimize Resume is open-source software licensed under the MIT license.
Optimize Resume: Your CV, ready to conquer ATS and land your dream job! 💼✨