Feed it your resume. JAWB HUNT bites into the live hiring feeds of 145 verified major US corporations, ranks the roles that actually match you, prefills the applications, and drafts the answers. You keep the final click.

JAWB HUNT reads each company's own hiring feed, the same source their careers page uses. No job boards, no aggregators, no stale listings.
Drop in your resume. It reads your roles, skills, and seniority, and can take a target title if you are hunting something specific.
Scans up to 145 companies in one pass, Fortune 500 mainstays to the top AI labs, and scores every open role against you.
Prefill apply opens the real application form with your profile, resume, and cover letter filled. You review, finish, and click Submit.
Paste the custom questions and get brief first-person drafts built only from your resume. Where it lacks the facts, it says so.
Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Workday, Amazon Jobs, and Netflix. Postings come straight from the source, verified live.
Every match shows which of your terms fired. Plus a gap list: the keywords your best matches use that your resume does not.
Type "Chief Operating Officer" and the biggest boards are searched for it first. Target seniority overrides your resume so nothing gets penalised for aiming.
Fills names, contact, links, cover letter, and attaches your resume. Leaves every dropdown and yes/no question to you. Never touches a CAPTCHA.
Drafts 60 to 120 word answers from your resume via your own Claude login. Missing facts come back as NEEDS YOUR INPUT, never invented.
A local server and your browser. No telemetry, no analytics, no account. The only thing that ever leaves is what you choose to send.



Windows or Linux: the server is plain Python 3. Run python3 server.py in the folder and open localhost:8914.
Search, scoring, profile, and tracking need nothing else. Two features have a one-time setup:
Prefill apply drives a browser through Playwright:
pip3 install playwright python3 -m playwright install chromium
Question coach uses Claude Code with your own Claude login. Install Claude Code, run claude once and sign in.
Only where you put it: into a form you submit, or to Claude if you use the Question coach. Nothing is sent to us. There is no us to send it to; the app has no server behind it.
Because the interesting parts, filling real application forms in your browser and keeping your resume private, only work on your own machine. A hosted version would have to store strangers' resumes. We would rather not.
Live at the moment you hunt, cached for six hours so repeats are instant. Tick Skip cache to force a fresh pull.
Yes. Add their hiring feed slug to tools/build_roster.py and run it. It verifies live and keeps only responders. Details in the guide.