| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
██████╗ ██████╗ ██████╗ ███████╗ ██╗ ██╗██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██║ ██║██╔══██╗██╔══██╗██╔══██╗██╔═══██╗██╔══██╗ ██║ ██║ ██║██║ ██║█████╗ ███████║███████║██████╔╝██████╔╝██║ ██║██████╔╝ ██║ ██║ ██║██║ ██║██╔══╝ ██╔══██║██╔══██║██╔══██╗██╔══██╗██║ ██║██╔══██╗ ╚██████╗╚██████╔╝██████╔╝███████╗ ██║ ██║██║ ██║██║ ██║██████╔╝╚██████╔╝██║ ██║ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝
Peer Code Review. No dashboard. No bureaucracy. Just code.
CodeHarbor is a peer code review matching engine. Login with GitHub, find repos that match your stack and skill level, submit reviews, earn karma. No project management. No bureaucracy. Just code review.
╔══════════════════════════════════╗
║ Screenshot here ║
║ (add one after deployment) ║
╚══════════════════════════════════╝
npm install
npm run dev # → localhost:5173
npm run build # Production build (83 modules, ~263ms)
npm test # 23 unit tests
npm run test:e2e # Playwright E2E (4 pass, 1 skipped)| Mode | Persistence | Auth | Setup |
|---|---|---|---|
| VITE_AUTH_MOCK=true | localStorage | Instant login (4 mock users) | Zero — works out of the box |
| VITE_AUTH_MOCK=false | Supabase (Postgres) | GitHub OAuth (PKCE) | Create Supabase project, set .env |
src/ ├── App.tsx View routing + data orchestration ├── context/AuthContext Auth state (mock ↔ Supabase) ├── services/ Dual persistence layer + matcher + types ├── components/ 18 components, terminal-themed ├── styles/ OKLch tokens + BEM component CSS ├── data/ Mock repos (8), activity (6), checklist (6) └── types.ts All TypeScript interfaces supabase/ ├── schema.sql 4 tables + RLS + triggers └── SETUP.md Setup guide
React 19 · TypeScript · Vite 8 · Supabase (Auth + Postgres)
Playwright · Vitest · GSAP · OKLch color space
Every code review tool is a project management suite with a review feature bolted on.
CodeHarbor flips it: review first, nothing else.
If this is useful, star the repo. It's the only karma that matters.
| Back | FazBrowse Home | New Git URL |