FuturEdge is an AI-powered career coach platform designed to guide users through their professional growth, offering tailored recommendations and resources based on their skills, career goals, and industry trends. The platform uses cutting-edge AI technology to help individuals make informed decisions about their careers and continuously improve their resumes, job applications, and skill sets.
Note: This project is a work-in-progress and is continuously evolving as new features are integrated.
- Next.js (React)
- TypeScript
- Tailwind CSS
- ShadCN UI
- React Hook Form
- Zod (form validation)
- NextAuth.js (authentication)
- Node.js
- MongoDB (with Mongoose)
- JWT (authentication)
- Gemini AI
- β User Profiles β Manage skills, education, experience, and career goals.
- β AI-Powered Career Advice β Personalized career coaching using OpenAI.
- β Resume Builder β Generate professional resumes based on user profiles.
- β Cover Letter Generator β Create tailored cover letters powered by AI.
- β Performance Chart β Visual representation of user's skill assessments.
- β Assessments Module β Users can take skill-based assessments.
- β Industry Insights Dashboard β View salary trends, skill recommendations, and key role importance for your industry.
- β Resume Feedback β AI-enhanced suggestions to improve your resume.
- β Job Application Tracker β Keep track of jobs applied to, interview stages, etc.
- β³ Job Search Integration β Pull jobs from platforms like LinkedIn & Indeed (Coming soon).
- β³ Skill Recommendations β Personalized suggestions to upskill (Coming soon).
- β³ Analytics Dashboard β Visualize career trends, progress, and gaps (Coming soon).
FuturEdge is currently under active development. While the core features are functional, enhancements and new modules are being added iteratively.
- Node.js and npm
- MongoDB (Atlas or local)
- Gemini AI Api Key
- Modern browser
git clone https://github.com/yourusername/futurEdge.gitcd futurEdgenpm installCreate a .env file in the root of the directory.
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
GEMINIAI_API_KEY=your_openai_key
NEXTAUTH_SECRET=your_secretnpm run devRuns at: http://localhost:3000
Open http://localhost:3000 in your browser to start using FuturEdge.