Elevate-AI is an AI-powered career growth platform that provides industry insights, resume building, and professional development tools. It is built using React (Frontend), Next.js (Backend), and integrates Gemini API for AI insights and resume generation. Additionally, it leverages Inngest API for weekly updates and Clerk for authentication.
- Get real-time industry trends, market outlook, and key insights.
- AI-powered analysis of industry growth, demand levels, and top skills.
- Salary ranges and job opportunities.
- AI-generated professional summaries using Gemini API.
- Customize and export resumes in multiple formats.
- Add skills, experience, education, and projects.
- Resume and cover letter builder.
- AI-driven interview preparation.
- Weekly updates on industry trends via Inngest API.
- Secure sign-up and login using Clerk.
- User dashboard with personalized insights.
ElevateAI/
├── app/
│ ├── (main)/
│ │ ├── dashboard/
│ │ │ ├── _components/
│ │ │ │ └── dashboard-view.jsx
│ │ ├── resume/
│ │ │ ├── _components/
│ │ │ │ └── resume-builder.jsx
│ ├── lib/
│ │ ├── schema.js
│ ├── page.js
├── components/
│ ├── header.jsx
│ ├── ui/
│ │ ├── button.jsx
│ │ ├── dropdown-menu.jsx
│ │ ├── card.jsx
│ │ ├── badge.jsx
│ │ ├── progress.jsx
├── public/
│ ├── favicon.ico
│ ├── cc.png
├── README.md
├── package.json
├── next.config.js
├── .env.local
-
Frontend: React, Tailwind CSS
-
Backend: Next.js (App Router)
-
AI & Insights: Gemini API (Google AI)
-
Authentication: Clerk
-
Automation & Updates: Inngest API
- Primary Database: Neon DB (PostgreSQL)
https://github.com/ashutoshg-2005/ElevateAI.git
cd ElevateAInpm install # or yarn installCreate a .env.local file and add the required API keys:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_key
CLERK_SECRET_KEY=your_clerk_secret
NEXT_PUBLIC_GEMINI_API_KEY=your_gemini_key
NEXT_PUBLIC_INNGEST_API_KEY=your_inngest_key
DATABSE_URL=your_neondb_keynpm run dev # or yarn devVisit http://localhost:3000 in your browser.
Below is the deployed website
Contributions are welcome! Feel free to open issues and pull requests.
This project is licensed under the MIT License.