Hari Thatikonda

JobTrackerPro - Stop updating job trackers. Let AI read your job emails

by
JobTrackerPro is an open-source, AI-powered app that tracks job applications by reading job-related emails. After a one-time email auto-forward setup, the system parses incoming emails and updates application status automatically. Built with Spring Boot and Angular, it emphasizes event-driven ingestion, smart status detection, and a sandboxed local setup for contributors.

Add a comment

Replies

Best
Hari Thatikonda
Hey everyone 👋 I built JobTrackerPro after getting tired of manually updating job trackers and spreadsheets during my own job search. The main idea was to remove manual entry entirely. Users set up email auto-forwarding once, and from then on the system ingests job-related emails via webhooks, uses AI to extract structured data, and updates the application pipeline automatically. From an engineering perspective, the interesting parts were handling unstructured email formats, designing fuzzy upsert logic for status changes, and keeping the whole system testable without relying on paid APIs (sandbox mode). Happy to answer questions or get feedback on the architecture and approach. Thanks for checking it out!