https://github.com/chrisrobison/jobhuntkit.com
JobHuntKit - Job search management SaaS
https://github.com/chrisrobison/jobhuntkit.com
Last synced: 16 days ago
JSON representation
JobHuntKit - Job search management SaaS
- Host: GitHub
- URL: https://github.com/chrisrobison/jobhuntkit.com
- Owner: chrisrobison
- Created: 2026-02-10T01:41:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-10T01:45:22.000Z (4 months ago)
- Last Synced: 2026-02-10T06:52:05.942Z (4 months ago)
- Language: HTML
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JobHuntKit 🎯
**Your personal job search command center.**
Track applications, tailor resumes with AI, and stay organized — all in one place. Your data stays on your device.
[](https://jobhuntkit.com)
[](https://jobhuntkit.com/app/)
---
## ✨ Features
- **📋 Job Tracking** — Manage applications with status, notes, and deadlines
- **📄 Resume Builder** — JSON Resume-based editor with multiple versions
- **✉️ Cover Letters** — Generate and store tailored cover letters
- **🤖 AI Assistant** — Tailor resumes, analyze job matches, generate content
- **🔍 Job Search** — Integrated job feed aggregation
- **📊 Analytics** — Track your application pipeline and success rates
- **🔒 Privacy-First** — All data stored locally in your browser (IndexedDB)
- **📱 Works Everywhere** — Responsive design for desktop and mobile
## 🚀 Quick Start
Just visit [jobhuntkit.com/app](https://jobhuntkit.com/app/) — no signup required!
Your data is stored locally in your browser. Export anytime to back up or transfer.
## 💎 Pro Features
| Free | Pro ($7.99/mo or $79 lifetime) |
|------|-------------------------------|
| Unlimited job tracking | Everything in Free |
| 1 resume version | Unlimited resume versions |
| Basic job scraper | AI-powered resume tailoring |
| Local storage | AI cover letter generation |
| Export to PDF | Job match analysis |
| | Priority support |
## 🏗️ Project Structure
```
├── index.html # Landing page
├── jobs.css # Shared styles
├── activate.html # License activation
├── checkout-success.html
├── downloads/ # Browser extension
└── app/ # Main application (submodule)
└── → chrisrobison/resume-tool
```
The `/app` directory is a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) pointing to the main application repository.
## 🛠️ Development
```bash
# Clone with submodules
git clone --recurse-submodules https://github.com/chrisrobison/jobhuntkit.com.git
# Or if already cloned
git submodule update --init --recursive
# Update app to latest
git submodule update --remote app
```
## 📄 License
MIT © [Christopher Robison](https://github.com/chrisrobison)
---
**Built with vanilla JavaScript, Web Components, and zero framework dependencies.**