AI-powered personalized career roadmaps using only free learning resources.
Millions of students lack access to structured mentorship, career clarity, and paid learning platforms.
As a result, they:
- Don’t know what to learn
- Follow random tutorials
- Waste years without direction
ClearPath converts a student’s background, interests, and challenges into a:
✅ Realistic career goal
✅ Step-by-step roadmap
✅ Skill gap analysis
✅ 12-month action plan
✅ 100% free learning resources
All powered by AI.
- 🧠 AI-generated personalized career roadmap
- 🗺️ Visual step-by-step timeline
- 🎯 Skill gap detection
- 📚 Curated free learning resources
- 📆 12-month execution plan
- 👤 Profile-based recommendations
- 📄 Downloadable career plan (PDF)
- 💾 Roadmap storage with Supabase
- ⚡ Beautiful glassmorphism UI
- 📱 Fully responsive design
🌐 Frontend:
https://clearpath-frontend-ten.vercel.app/
⚙️ Backend API:
https://clearpath-ai-career-navigator.onrender.com
- React (Vite)
- Tailwind CSS
- Framer Motion
- Node.js
- Express.js
- Groq (LLaMA 3.1)
- Supabase
- Vercel (Frontend)
- Render (Backend)
- User enters education, interests, and challenges
- Backend sends structured prompt to AI
- AI returns a career roadmap in JSON format
- Roadmap is:
- displayed in UI
- stored in Supabase
- User can download the full plan as a PDF
git clone https://github.com/YOUR_USERNAME/clearpath-ai-career-navigator.git
cd clearpath-ai-career-navigatorcd backend
npm installCreate .env
SUPABASE_URL=
SUPABASE_ANON_KEY=
GROQ_API_KEY=
Run:
npm startcd frontend
npm installCreate .env
VITE_BACKEND_URL=http://localhost:5000
Run:
npm run dev