Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecruitProof

Enterprise Recruiting Infrastructure

Augment Encore — don't replace it.

RecruitProof adds a local-first intelligence layer over your existing resume archive. No ATS replacement. No integration required. Just export a ZIP of PDFs and DOCXs, and RecruitProof surfaces candidates your keyword search missed.


1. What problem does this solve?

Your ATS costs $180,000/year. Your recruiters still spend hours searching. Your data is locked in vendor prisons. Your AI tools don't explain themselves.

RecruitProof gives you:

  • Sub-5ms search across 1M+ profiles
  • Explainable scores for every candidate
  • Local-first deployment — your data never leaves your network
  • Read-only ATS connectors — we never write to your Encore data
  • Designed to significantly reduce infrastructure and licensing costs compared with traditional enterprise ATS deployments. See BUSINESS.md for example TCO scenarios.

2. Why should I switch?

Current RecruitProof
$180,000/year $18,000/year
Cloud-only Local-first
Black-box AI Explainable scores
Vendor lock-in Open-source core
5-second searches 5-millisecond searches
Manual migration risk 6-phase zero-risk migration

3. How much money do I save?

See BUSINESS.md for the full TCO analysis.

Quick math for a 75-recruiter team:

Item Traditional RecruitProof
ATS License $72,000 $0
AI Add-ons $45,000 $0
Seat Licenses $36,000 $0
Cloud VM $0 $6,000
Enterprise License $0 $18,000
Total $153,000 $24,000
Year 1 Savings $129,000 (84%)

4. Can I trust it?

  • Open-source core — audit every line
  • Local-first — your data never leaves your network
  • Explainable scoring — every rank comes with a reason
  • Audit logging — every search is recorded
  • Read-only ATS connectors — we never modify your data
  • One-click rollback — revert any migration in seconds

See SECURITY.md and AUDIT_AND_COMPLIANCE.md.


5. How fast can I deploy it?

Phase 1 Pilot: 24 hours. No ATS replacement. No Encore integration. Drop a zipped folder of PDF/DOCX resumes, get a shortlist and ROI report. See PILOT.md.

Phase 2 Production: 15 minutes. Once the pilot proves value.

git clone https://github.com/Scrutexity/RecruitProof
cd RecruitProof
docker-compose up -d
# Open http://localhost:8000

See DEPLOYMENT.md.


Quick Start — one command

git clone https://github.com/Scrutexity/RecruitProof && \
  cd RecruitProof && \
  make demo-data && \
  make dev

That's it. In ~3 minutes you'll have:

  1. 10,000 synthetic resumes generated
  2. A hybrid FAISS + BM25 index built
  3. The FastAPI server running at http://localhost:8000
  4. Open http://localhost:8000/docs for the interactive API explorer

Other one-command operations (see make help for the full list):

make search          # run a sample search against the index
make benchmark       # 20-iteration p50/p95 latency benchmark
make test            # run the 32-test unit suite
make demo-pdfs       # regenerate the 3 sample PDFs in demo/
make docker-run      # run via docker-compose (production-style)

Requirements: Python 3.10+, 8 GB RAM, 10 GB disk for the demo dataset. For 500K+ resumes: 16 vCPU, 64 GB RAM, 200 GB NVMe (see PERFORMANCE.md).


Enterprise Demo Dashboard

View the RecruitProof Enterprise Demo Dashboard

The recproof/ folder contains a full Next.js enterprise demo shell with 12 sections: Executive Dashboard, Import Center, Intelligence, Enterprise Search, Candidate Intelligence, Executive ROI, Migration Center, Audit Center, Trust Center, Million-CV Proof, Demo Storyboard, and Docs.

cd recproof/
npm install
npm run dev
# Open http://localhost:3000

See recproof/INSTALL.md for setup details. All numbers in the dashboard are synthetic until you replace them with your real Encore export data.


Proof target

RecruitProof is designed to scan 500,000–1,000,000 exported Encore resumes from PDF/DOCX files without requiring direct ATS access.

Phase 1 proof does not replace Encore. It creates a private searchable intelligence layer over exported CVs.

For the prospect, the demo is:

"Give me 1 zipped folder. I'll return 50 hidden candidates."

Not:

"Let's integrate Encore."

See proof/million_cv_scan/ for the benchmark plan and sample report.


Repository structure

Document Audience Purpose
README.md CEO / CFO 5 questions, sales-first
BUSINESS.md CFO TCO, ROI, 5-year savings
PILOT.md CEO Risk-free pilot offer
PILOT_ONE_PAGER.md CEO Single-page exec summary
MIGRATION_CENTER.md CTO / Ops 6-phase zero-risk migration
ENCORE_MIGRATION.md CTO / Ops Encore-specific migration
DEPLOYMENT.md DevOps 15-min setup guide
SECURITY.md CISO Encryption, auth, data ownership
SECURITY_BRIEF.md CEO / CISO 1-page security brief
AUDIT_AND_COMPLIANCE.md Compliance GDPR, CCPA, SOC2 roadmap
PERFORMANCE.md Engineering Benchmarks (p50, p99, 1M profiles)
INTEGRATIONS.md Engineering Encore, Workday, Greenhouse, Lever
ARCHITECTURE.md Engineering Technical architecture
SAMPLE_OUTPUT.md CEO / Recruiter What the shortlist looks like
ROADMAP.md All What's coming
proof/million_cv_scan/ CEO The killer proof artifact

License

MIT — you own your data, your infrastructure, and your future.


Repository

RecruitProof is the open-source core of the Scrutexity platform. Enterprise support, hosted deployments, and custom ATS connectors are available commercially; the core search engine, agentic pipeline, and competitive intelligence modules will always remain MIT-licensed.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages