Boost Your CV is an AI-powered resume analyzer that helps you tailor your CV to specific job descriptions. It gives you:
- ✅ Match Percentage
- 💪 Strength Highlights
- 🛠️ Suggestions for Improvement
Powered by OpenAI's API, this app provides actionable insights to help you stand out in your job applications.
- Upload your CV
- Paste your Job Description
- Instantly see:
- 📊 Match Percentage
- 💡 Key Strengths
- 🧠 Personalized Improvement Tips
- T3 Stack:
- Next.js
- TypeScript
- Tailwind CSS
- Shadcn
- TRPC
- OpenAI API for analysis
- Node.js (v18+)
- Your own OpenAI API key
- Clone the repository:
git clone https://github.com/yourusername/boost-your-cv
cd boost-your-cv
npm installCreate a .env file in the root directory and add your OpenAI key: API_KEY=your_openai_api_key
npm run devThe app will be available at http://localhost:3000
