The Ultimate Job Search Command Center
Transform chaos into strategy. Turn applications into offers.
"JobTrac isn't just another application tracker. It's the strategic co-pilot that transforms your job search from scattered chaos into a precision-engineered campaign."
- From Scattered to Strategic: Replaces messy spreadsheets, random notes, and forgotten contacts with a unified command center.
- From Anxiety to Confidence: A structured preparation suite turns interview jitters into confident execution.
- From Guesswork to Insight: Data-driven analytics show you what's working, so you can double down on success.
|
Kanban-Style Visualization
|
Systematic Preparation System
|
|
Strategic Research Hub
|
Relationship Management System
|
| Feature | Description |
|---|---|
| π Onboarding | Get started in seconds with an interactive welcome wizard and demo mode. |
| π± Responsive Design | A seamless experience on desktop, tablet, and mobile. |
| π¨ Theming | Switch between Light, Dark, and AMOLED themes for your comfort. |
| β¨οΈ Power Tools | Navigate like a pro with the Command Palette (Cmd+K) and keyboard shortcuts and Smart Global Search!. |
| π Landing Page | A beautiful, informative landing page to welcome users to the project. |
| π Data Portability | Easily import from CSV or export your data for complete ownership. |
JobTrac
|
General UI |
Authentication |
Onboarding |
|
Kanban Board |
Calendar View |
Prep Log |
|
Research, Networking, STAR |
Command Palette |
Theming and Profile |
| Shortcut | Action | Description |
|---|---|---|
Cmd/Ctrl + K |
Open Command Palette | Universal search, quick actions, and global data discovery |
β β |
Navigate Commands | Move up and down in command list |
Enter |
Execute Command | Run the selected command or open selected data |
Escape |
Close Palette | Exit command palette |
| Shortcut | Tab | Feature |
|---|---|---|
Cmd/Ctrl + 1 |
Applications | Job application tracker with Kanban board |
Cmd/Ctrl + 2 |
Prep Log | Interview preparation and study sessions |
Cmd/Ctrl + 3 |
Research | Company intelligence and insights |
Cmd/Ctrl + 4 |
Networking | Professional contacts and referrals |
Cmd/Ctrl + 5 |
STAR Stories | Behavioral interview preparation |
| Shortcut | Action | Description |
|---|---|---|
Cmd/Ctrl + H |
Help & Guide | Open comprehensive help documentation |
Cmd/Ctrl + P |
Profile & Analytics | View profile, goals, and success metrics |
Cmd+Option+T / Ctrl+Shift+T |
Toggle Theme | Switch between light, dark, and amoled themes |
Cmd+Option+N / Ctrl+Shift+N |
Toggle Notes | Show or hide the notes panel |
| Command | Shortcut | Action |
|---|---|---|
| "Add New Application" | Cmd/Ctrl + K β Type "add app" |
Create new job application entry |
| "Add Prep Session" | Cmd/Ctrl + K β Type "add prep" |
Log interview preparation session |
| "Add Company Research" | Cmd/Ctrl + K β Type "add company" |
Create company research entry |
| "Add Contact" | Cmd/Ctrl + K β Type "add contact" |
Add networking contact |
| "Add STAR Story" | Cmd/Ctrl + K β Type "add story" |
Create behavioral interview story |
-
Universal Search: Type 2+ characters to search across ALL your data.
-
Smart Results: Company names, roles, topics, contacts, notes - everything indexed.
-
Quick Navigation: Click any result to jump directly to that item for editing.
| Feature | JobTrac | Spreadsheets | Other Trackers |
|---|---|---|---|
| Application Tracking | β Kanban + Timeline | β Manual rows | β Basic lists |
| Interview Preparation | β Integrated system | β Separate tools | β Not included |
| Company Intelligence | β Research hub | β Random notes | β Limited |
| Networking Management | β Contact system | β Phone contacts | π― Separate app |
| Analytics & Insights | β Visual dashboard | β Manual charts | βοΈ Basic stats |
| Mobile Experience | β Native-like | β Desktop only | π« Poor mobile |
JobTrac is, and always will be, fundamentally free and open-source.
- Everything is Free, Right Now: All currently available features are free to use without limitation.
- Self-Hosted is Always Free: When you self-host JobTrac, you will always have access to all features, including any future premium ones.
- Future
JobTrac Pro: To support the project's development, we plan to introduce a hosted, premiumJobTrac Proservice for users who want advanced, cloud-based features (like team collaboration, AI insights, etc.) without the need to self-host.
If you find JobTrac useful, please consider giving it a star! It's a simple way to show your appreciation and helps the project gain visibility in the community. More stars mean more contributors and a better tool for everyone. Thank you for your support!
We welcome contributors of all levels! Check out our CONTRIBUTING.md.
JobTrac is built with a focus on scalable architecture, real-time data sync, and an engaging, accessible user experience.
# 1. Clone the repository
git clone https://github.com/hariharen9/jobtrac.git && cd jobtrac
# 2. Install dependencies
npm install
# 3. Configure Firebase (optional for demo)
cp .env.example .env
# 4. Launch the app
npm run dev