An AI-powered assistant to supercharge your career journey — from building professional resumes and prepping for interviews to gaining real-time job market insights.
🌐 Live Demo: assist-ai-henna.vercel.app
- 📝 Resume & Cover Letter Generator – Create polished documents with just a few inputs.
- 💼 Interview Preparation – Practice with AI-generated MCQs tailored to your role.
- 📊 Job Market Dashboard – Personalized data and insights on job trends.
- 🛠 AI Utilities – Tools that automate and simplify the job-seeking process.
| Tool | Tech |
|---|---|
| Next.js – React framework | |
| Tailwind CSS – Utility-first styling | |
| PostgreSQL – Database | |
| Prisma – Type-safe ORM | |
| Clerk – Authentication | |
| Vercel – Hosting & deployment |
AssistAI/
├── app/ # Pages and routes (Next.js App Router)
├── components/ # Reusable UI components
├── datas/ # Static and seeded data
├── hooks/ # Custom React hooks
├── lib/ # Utility functions and DB config
├── prisma/ # Prisma schema and database config
├── public/ # Static assets like images/icons
├── actions/ # Server-side logic (API handlers)
├── middleware.ts # Auth and route guards
├── next.config.mjs # App configuration
└── package.json # Dependencies and scripts
git clone https://github.com/soumyo-jeet/AssistAI.git
cd AssistAInpm installCreate a .env file in the root and configure the required keys:
DATABASE_URL=your_postgres_url
CLERK_API_KEY=your_clerk_key
...npm run devGo to http://localhost:3000 to view the app.
We welcome contributions from the community! Here's how you can help:
-
Fork this repo
-
Clone your fork locally
git clone https://github.com/your-username/AssistAI.git cd AssistAI -
Create a new branch
git checkout -b your-feature-branch
-
Make changes and commit
git add . git commit -m "Add: your feature or fix" git push origin your-feature-branch
-
Open a Pull Request and describe your changes.
This project is licensed under the MIT License. You are free to use, modify, and distribute this project for personal or commercial purposes.
Developed by: Soumyo Jeet
If you find this project helpful, please give it a ⭐ on GitHub and share it with others!