Skip to the content.

JobKit

Open source AI-powered job hunting toolkit

JobKit helps you search for jobs, build a comprehensive profile from multiple sources, and generate tailored resumes and cover letters using AI.


Features

Profile Builder

AI-Powered Applications


Quick Start

Installation

# Install from PyPI
pip install jobkit

# Install Playwright for LinkedIn integration
playwright install chromium

Running JobKit

# Start the web interface
jobkit web --port 8080

Then open http://localhost:8080 in your browser.


Screenshots

Dashboard

Manage your saved jobs and generated applications from one place.

Profile Builder

Import your background from multiple sources - resume, LinkedIn, GitHub.

Application Generator

Generate tailored resumes and cover letters with one click.


LLM Setup

JobKit supports multiple AI providers:

Ollama (Free, Local)

# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh

# Pull a model
ollama pull llama3

# Start Ollama (keep running)
ollama serve

Cloud Providers

For Anthropic Claude or OpenAI GPT:

  1. Go to Settings in JobKit
  2. Select your provider
  3. Enter your API key

Tech Stack


Contributing

JobKit is open source! Contributions welcome.

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request


License

MIT License - free for personal and commercial use.


Built with AI, for job seekers