01 · Roasts
The Heatmap Deserves a Search Party
46 of 52 heatmap weeks are completely empty. The burst of activity in the final 6 weeks is promising, but your contribution graph looks less like a developer's and more like a seismograph in a very boring town.
Two-Language Monoculture
77% JavaScript, 23% HTML. That's not a language stack — that's a web page with ambitions. Zero Python, zero TypeScript, zero anything-compiled. Your entire GitHub is one browser tab.
0 Followers, 0 Following, 5 Self-PRs
You have opened PRs this year, reviewed them yourself, and merged them into your own repos. That's not a community — that's a support group of one. Even your following count is 0; you don't follow yourself.
shipsplit Is Doing All the Heavy Lifting
One repo with CI, tests, and a schema plan is carrying the entire profile. The other two are a CSV viewer with 3 commits and an HTML file that previews HTML. shipsplit is working overtime to avoid an F tier.
4 Weeks of Genius, 2 Years of Silence
shipsplit shipped 30 commits in 26 days — genuinely impressive pace. Then there's the preceding 2 years on GitHub with essentially nothing. The rocket launched, but the launchpad was empty for a very long time.
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% weight55D
- Quality20% weight72B
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
8 active days
Language distribution
- JavaScript77%
- HTML23%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
10
Followers
0
Joined GitHub
May 2023
05 · Top repos
joenayer /
shipsplit
Personal freight-planning SaaS tool with untyped JS frontend and Cloudflare Worker backend (D1, auth, CRUD, email-password + recovery codes). Comprehensive schema and tests, clear documentation, but newly shipped (4 weeks), zero adoption, not yet default mode. Quality floor of 75 (tests+CI+docs) tempered by lack of typ
joenayer /
Creator-connections-dashboard
Single-file HTML/CSS/JS dashboard tool for Amazon Creator Connections CSV visualization with charts and filters. Minimal repo (22 KB, 3 commits over 1 year), no tests, no CI, no type system. Functional but thin documentation and no architectural structure.
joenayer /
HTML-Documents-Preview-Print
Single-file HTML/CSS/JS client-side tool for live HTML editing with iframe preview and PDF print. No tests, CI, or meaningful documentation beyond one-line description. Minimal project maturity indicators.
06 · Timeline
- May 3, 2023Joined GitHub
- Aug 13, 2025Created HTML-Documents-Preview-Print — A powerful, client-side web application for live-editing and printing HTML documents. Features a dual-panel interface with a code editor and a pixel-perfect <iframe> preview. Suppo
- Aug 13, 2025Created Creator-connections-dashboard — A visualizer for Amazon Creator Connections reports. Upload your downloaded CSV file to instantly transform raw sales data into an interactive dashboard. Track performance with dyn
- Jul 23, 2026Created shipsplit
- Aug 18, 2026Most recent push to shipsplit
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.