AutoApply
CodeBrowser extension that fills job application forms through an LLM — designed so the model cannot invent facts about you.
- Chrome MV3 and Firefox extension that maps arbitrary job application forms to a structured candidate profile through an LLM, with no per-site adapters: the form is scraped for labels, options and required flags, and the model resolves the mapping.
- Designed against model fabrication: the LLM returns a fill plan that is schema-validated with one corrective retry before any field is written, open-ended answers are anchored to the profile and the job posting, and no code path submits the form.
- Local-first, no backend: API key and profile stay in extension storage, CVs are parsed in-browser with pdf.js, and any OpenAI-compatible endpoint works, including a local Ollama.
- GitHub Actions CI with lint, type checks, a Vitest suite and both browser builds; a containerized six-page ATS test environment deployed to Cloud Run with Terraform.
- TypeScript
- Chrome MV3
- Firefox
- Vitest
- Terraform
- Cloud Run