Pages pipeline connected to GitHub — deploy: green

ApplyPilot

A candidate-controlled AI job-application agent: it fills forms, uploads documents, and pauses for you at logins, CAPTCHAs and legal questions — and never submits without your explicit approval.

This is the project page, not the live application.
ApplyPilot's browser agent needs a real Node.js server (headless Chromium, file-based SQLite, Socket.IO) — those do not run on Cloudflare Pages' edge runtime. Deploy the full application on Cloudflare Workers Containers with deploy-cloudflare.bat (Workers Paid plan + Docker Desktop required), or run it on your own Windows PC with the one-click launchers below.

Provenance-tracked profile

Every fact carries its source and confidence. Facts you mark as verified are never silently altered by AI extraction.

Human-in-the-loop agent

LOGIN walls, CAPTCHAs, MFA and legal questions always pause for you. No CAPTCHA is ever bypassed or auto-solved.

Double-locked submission

Full pre-submission validation, then a server-side authorization step re-verifies readiness before a single click on Submit.

Local-first privacy

SQLite database, documents, screenshots and audit trails live in one folder on your machine. Delete it and everything is gone.

# Run ApplyPilot on Windows (Node.js 20+ required)
1. git clone https://github.com/rachidSabah/applypilot.git
2. double-click  setup.bat   ← deps, database, Chromium, admin account
3. double-click  start.bat   ← opens http://localhost:3000
4. deploy-cloudflare.bat   ← full app on Cloudflare Workers Containers
5. uninstall.bat   ← full removal, whenever you want
View source on GitHub Full user guide