An intelligent career guidance companion built to help users navigate their professional journey. This application leverages the power of Google's Gemini API to provide personalized advice, insights, and support.
GuidelyAI is a web application designed to act as a personal AI guide for career development. Whether you're a student planning your future, a professional looking for a change, or anyone seeking career advice, this tool aims to provide valuable and actionable guidance and many features.
Built with a modern, robust, and scalable tech stack, GuidelyAI is ready to help you unlock your professional potential.
This project is powered by a cutting-edge technology stack:
- Next.js - A powerful React framework for building fast and scalable web applications.
- PostgreSQL - A sophisticated open-source relational database.
- Gemini API - Google's latest and most capable large language model.
- Tailwind CSS - A utility-first CSS framework for rapid UI development.
- shadcn/ui - A collection of beautifully designed, reusable components.
- Vercel - The platform for deploying and hosting the application.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your system:
- Node.js (v18.0 or newer)
- npm, yarn, pnpm, or bun
- Clone the repository:
git clone [https://github.com/PRATYAKSH15/GuidelyAI.git](https://github.com/PRATYAKSH15/GuidelyAI.git)
- Navigate to the project directory:
cd GuidelyAI - Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
- Set up your environment variables:
Create a
.env.localfile in the root of the project and add your database connection string and Gemini API key.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= **** CLERK_SECRET_KEY= **** NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard DATABASE_URL=postgresql****** GEMINI_API_KEY= ****
- Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
- Personalized Career Advice: Get tailored recommendations based on your profile and goals.
- Resume Analysis: Upload your resume for AI-powered feedback.
- Interview Preparation: Practice common interview questions and get tips.
- Skill Gap Analysis: Identify the skills you need to advance in your chosen field.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
