Can a new engineer actually get your repository running?
NewHire becomes your next engineer before they join. It clones your repository, follows your onboarding docs, sets everything up from scratch, and shows exactly where someone gets blocked—before your next hire does.
day-1-activity.log
00:00:01$ git clone <repo>
00:00:04✓ clone complete
00:00:05$ cat README.md
00:00:09✓ found setup instructions
00:00:10$ npm install
00:02:14✓ dependencies installed
00:02:15$ docker compose up -d
00:02:22✗ missing env var: POSTGRES_PASSWORD
00:02:23$ cp .env.example .env
00:02:25✗ cp: .env.example: No such file or directory
00:15:00$ grep -r "POSTGRES_PASSWORD" .
00:15:05✗ Permission denied on /secret-certs
00:18:00⚠ searching documentation for secrets setup...
00:24:00✗ blocked — undocumented secrets required for local env
--:--:--▍
BLOCKED — 24 MIN IN
ConfidenceLow
Est. Onboarding2.4 Days
First Commit4+ Hours
State of Repository Onboarding
What we learned from thousands of audits.
43%of repositories are missing a .env.example file
37%have outdated or broken README instructions
29%fail during initial dependency installation
18%require completely undocumented secrets
Don't let your repository become another statistic.
Audit it today.
Recently Audited
vercel/next.js
Score97
TTFC11m
facebook/react
Score91
TTFC14m
supabase/supabase
Score88
TTFC18m
withastro/astro
Score94
TTFC12m
Visibility across your entire org.
Stop guessing why onboarding takes weeks. See the actual blockers across every repository in your organization.
acme-corp / overview
Repos Audited14
Avg Onboarding2.4 Days
Avg TTFC4.1 Hours
Critical Blockers7
| Repository | Score | Readiness | Trend |
|---|---|---|---|
| frontend-monorepo | 42 | ❌ Needs Work | ↓ -12 |
| auth-service | 94 | ✅ Ready | ↑ +4 |
| billing-api | 76 | ⚠️ Blocked on Secrets | — |