https://github.com/blue-lotus-org/jobby
A platform for job seekers build and improve their resume, via using AI. Free opensource!
https://github.com/blue-lotus-org/jobby
ai gemini jobsearch jobseeker mistral open-source
Last synced: about 1 month ago
JSON representation
A platform for job seekers build and improve their resume, via using AI. Free opensource!
- Host: GitHub
- URL: https://github.com/blue-lotus-org/jobby
- Owner: blue-lotus-org
- License: apache-2.0
- Created: 2025-03-26T14:13:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:42:54.000Z (7 months ago)
- Last Synced: 2025-04-11T02:55:25.080Z (6 months ago)
- Topics: ai, gemini, jobsearch, jobseeker, mistral, open-source
- Language: TypeScript
- Homepage: https://lotuschain.org/
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Public | Free OpenSource# jobby
A platform for job seekers build and improve their resume, via using AI. Free opensource!---
# Job Application Tracker
The Job Application Tracker is a web application built with Next.js that helps users track their job applications across different stages. It provides a user-friendly interface to manage and organize job applications, interviews, offers, and rejections. (This is inspired from kanban)
## Features
- **Job Categories**: Track jobs in different categories such as Applied, Interviewing, Offers, and Rejected.
- **Resume Tools**: Includes a Resume Builder and Resume Analyzer to help users create and improve their resumes.
- **Sidebar Navigation**: Easy navigation between different job categories and resume tools.## How to Use
### Job Categories
1. **Applied**: View a list of jobs you have applied to.
2. **Interviewing**: Track jobs you are currently interviewing for.
3. **Offers**: See jobs that have offered you a position.
4. **Rejected**: Keep track of jobs you have been rejected from.### Resume Tools
1. **Resume Builder**: Use the Resume Builder to create a professional resume.
2. **Resume Analyzer**: Analyze your resume to identify areas for improvement.### Navigation
- Use the sidebar on the left to navigate between different job categories and resume tools.
## Installation
To run the Job Application Tracker locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/blue-lotus-org/jobby.git
cd jobby
```2. **Install dependencies**:
```bash
npm install
```3. **Run the development server**:
```bash
npm run dev
```4. **Open the application**:
Open your browser and navigate to `http://localhost:3000` to view the application.## Configuration
- **Environment Variables**: Ensure you have the necessary environment variables set up. You can find an example `.env.example` file in the root directory (but not need on simple installation).
## Contributing
Contributions are welcome! Please just try to make it better for the community. Feel free to open issues or submit pull requests.\
This is Free opensource application, feel free to use, run, edit, change, contribute, share, etc.## License
This project is licensed under the MIT, Apache2 Licenses. See the `LICENSE` files for more details.
## Credits
- UI by V0.dev
- Published by [@blue-lotus-org](https://github.com/blue-lotus-org)