01 · Roasts
Zero Stars, 53 Repos
53 public repos and not a single star to show for it. That's a statistically impressive achievement in anonymity — the GitHub equivalent of whispering into a sealed vault.
beatmatch-mobile: The 21-Minute Commit
You created beatmatch-mobile, pushed 4 commits in 21 minutes, and called it a day. That's not a mobile app, that's a Expo template with an identity crisis.
45% Graveyard Rate
Nearly half your repos haven't been touched in 2+ years. Your GitHub profile is less a portfolio and more an archaeological dig site.
README? Never Heard of Her
Two of three analyzed repos have no README whatsoever. centralized-finance-dashboard has a full Spring Boot backend with JWT auth and you didn't write a single sentence explaining what it does. The code deserves better.
100% Solo, 0% Collaboration
soloPct=100. Every single commit is yours alone. Six PRs opened this year but zero issues, zero co-authors — you're technically using a social platform as a private hard drive.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight25F
- Consistency20% weight35F
- Quality20% weight44D
- Depth15% weight45D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
40 active days
Language distribution
- TypeScript36%
- JavaScript29%
- Java25%
- CSS5%
- HTML3%
- EJS3%
04 · Numbers
Owned repos
non-fork
47
Commits
last 12 months
121
Followers
8
Joined GitHub
Sep 2021
05 · Top repos
daviddinh1 /
centralized-finance-dashboard
Personal finance dashboard with Spring Boot backend + Next.js frontend. Typed Java/TypeScript, structured multi-file layout, but lacks README, tests, CI, and license. Active development (30 recent commits) but limited scope for adoption.
daviddinh1 /
dsa-learning
Personal DSA learning repo with basic implementations of arrays, linked lists, stacks, queues, hashmaps, and LeetCode solutions. Typed Java code with clear structure but no README, tests, CI, or documentation outside inline notes. ~50 commits over 6 weeks shows sustained learning effort.
daviddinh1 /
beatmatch-mobile
Fresh Expo starter project created 21 minutes ago with minimal custom work—just default scaffolding, one API service, and type definitions. No tests, CI, or real application logic yet.
06 · Timeline
- Sep 30, 2021Joined GitHub
- Nov 23, 2025Created centralized-finance-dashboard
- Jan 18, 2026Created beatmatch-mobile
- Feb 28, 2026Created dsa-learning
- Apr 15, 2026Most recent push to dsa-learning
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.