Public-facing showcase package for jobhunter, an AI-assisted job application automation system.
This package is designed to become a separate public GitHub repository without exposing private job history, personal documents, or live credentials.
jobhunter turns fragmented job-search work into a structured workflow:
- collect jobs from multiple sources
- dedupe and prefilter them
- score fit against a candidate profile
- generate tailored German application materials
- package the output as PDFs
- route it into email or dashboard review workflows
- It solves a real operational problem instead of being a toy app
- It combines APIs, scraping, LLMs, file generation, and email delivery
- It shows product thinking as well as implementation work
- It balances automation with human review
README.md: public landing pageCASE_STUDY.md: deeper product and engineering write-upjobhunter.py: Python backend snapshot from the working projectpyproject.toml: Python project metadata for the backenddashboard/: sanitized Next.js dashboard demo.env.example: placeholder environment variables with explanationsdata/: empty JSON stores that mirror the local app shapeassets/Sample_Candidate_CV.pdf: fake example CV for demo purposesPUBLISH.md: steps for turning this folder into a separate public repo
- real
jobs.json - real
crawl_history.json - real
stepstone_raw.json - real generated letters and PDFs
.env.gmail_token.json- personal contact details
Repo names:
jobhunter-showcaseai-job-application-automationjobhunter-case-study
Suggested description:
AI-assisted job application automation with multi-source ingestion, fit scoring, tailored German cover letters, PDF packaging, and email workflows.
Suggested tagline:
A local-first workflow for discovering jobs, screening fit, generating application material, and packaging everything for delivery.
- the problem the system solves
- the architecture and workflow
- the model split and why it exists
- screenshots or demo assets later
- only fake sample data
- dashboard screenshots
- a short demo GIF or video
- an architecture diagram
- a small runnable demo mode with fake data