Skip to content

Releases: thughari/JobTrackerPro

v1.1 - Open Source Release

01 Feb 18:46
a1117a4

Choose a tag to compare

🚀 JobTrackerPro v1.0.0

This marks the first stable open-source release of JobTrackerPro — an AI-powered, enterprise-grade platform for automating and visualizing the modern job search.

✨ Highlights

  • AI-Powered Email Ingestion
    Automatically parses job-related emails using Google Gemini and converts them into structured application data.

  • Smart Upsert & Pipeline Tracking
    Detects whether an email represents a new job or a status update (Applied → Shortlisted → Interview → Offer).

  • Event-Driven Architecture
    Real-time inbound email processing via webhook-based ingestion (Gmail / Outlook).

  • Hybrid Authentication
    Supports OAuth2 (Google & GitHub) alongside JWT-based email/password authentication with identity merging.

  • Production-Grade Backend
    Server-side pagination, filtering, sorting, caching, and transactional cloud storage.

  • Modern UI
    High-density data table for desktop users and a card-based layout optimized for mobile.

🧪 Open Source Sandbox Mode

This release includes a fully self-contained local development environment:

  • Mock AI service (no Gemini API key required)
  • Local file storage fallback (no cloud credentials needed)
  • MailHog integration for testing outbound emails
  • Scripts to simulate inbound email payloads

🛠 Tech Stack

Spring Boot 3.4 · Angular 17 · PostgreSQL · Tailwind CSS · Docker · Cloudflare R2


This release is intended as a stable foundation for community contributions and future feature expansion.

initial release

16 Dec 19:53
01d6b8e

Choose a tag to compare