Browse / Job hunt / ai-job-search-app
ai-job-search-app
Mehmood60
job search tool using AI
Open Mehmood60/ai-job-search-app → Matched by file structure only.
Works with any agent
ships config for claude, agents.
In its own words
A deployable web app that turns the AI job-search assistant into a real product: Node.js + Express backend and a Vue 3 frontend, with pluggable AI providers (Groq, ChatGPT, Claude, + any OpenAI-compatible model), a JSON datastore that swaps to PostgreSQL with no feature-code changes, and Docker-first deployment.
This folder is a superset of the original Claude Code workspace. The workspace files (
.claude/,.agents/,cv/,cover_letters/,templates/, the skills and slash-commands,salary_lookup.py, …) were copied in unchanged and still work exactly as before — see WORKSPACE.md. The new web app lives inbackend/andfrontend/alongside them.
What it does (v1)
- Job-fit evaluation — paste a posting, get an AI fit score + strengths/gaps.
- CV tailoring and cover-letter drafting — generated from your stored profile,
tailored to the posting.
- ATS review gate before download — see an ATS score + recommendations, then
choose Download (a ZIP of job_description.txt + CV PDF + cover-letter PDF) or Discard (nothing is kept).
Nothing generated is stored on the server — job descriptions, CVs, cover letters and the ZIP are produced per-request and streamed to your browser. Only your account, profile, settings, and (encrypted) API keys are persisted.
Quoting 41% of the README. Read the rest on GitHub ↗
Where it came from
What this copy built: +backend +frontend — top-level directories this copy added on top of the original.
Read from the repository's git tree on 2026-08-17.