01 · Roasts
Ghost Town Heatmap
107 commits across a whole year, and most of your heatmap is a barren wasteland. Weeks 2–31 are so empty they could be a desert screensaver. Even your busiest week (week 38) only squeezed out a 4.
HTML Is 65% of Your Soul
You built a semantic search daemon, a robotics controller, AND a phishing game — but your language breakdown screams 'web assignment.' HTML is nearly two-thirds of your entire codebase. The Makefile at 10% is working harder than you think.
Solo 100%, Community 0%
soloPct = 100. Every single commit, alone in the dark. One follower (probably yourself on a burner), zero issues opened, five PRs squeaked out all year. GitHub thinks you're a hermit crab with a keyboard.
Recall Is 18 Days Old and Already Your Entire Identity
Your flagship project was created 2026-04-05 and last pushed 2026-04-23. It has 47 stars — which is also 100% of your total star count. One repo, built in under three weeks, is carrying the entire profile. The rest are on a stretcher.
Depth By Burst, Not By Time
alibaba-clone: 1 day old, 9 commits. thinkTwice: depth score of 35. You ship fast and then vanish. Sustained maintenance isn't in the vocabulary — the staleRepoRatio of 0 is doing a lot of heavy lifting to make this look intentional.
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% weight55D
- Consistency20% weight55D
- Quality20% weight69C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
28 active days
Language distribution
- HTML65%
- Makefile10%
- JavaScript9%
- C++5%
- Python5%
- G-code4%
- Other2%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
107
Followers
1
Joined GitHub
Jun 2020
05 · Top repos
aayu22809 /
Recall
Recall is a polished local-first semantic search daemon integrating files, Gmail, calendar, and LMS sources into a single vector index. TypeScript-ready Python codebase with FastAPI server, multiple OAuth connectors, and Raycast/MCP UI layers. Well-documented architecture with tests and CI.
aayu22809 /
ASWY_NexHacks
NexHacks 2026 hackathon submission: autonomous cold-plasma wound-therapy robot arm with Jetson/RPi sensor integration, FastAPI+React dashboard, thermal safety monitoring, and RBF-based 3D path planning. Typed Python, documented, tested, structured codebase at moderate scope.
aayu22809 /
alibaba-clone
Educational parody of scam websites demonstrating dark patterns; modern Svelte/TypeScript implementation with structured components, comprehensive docs, and GitHub Actions CI/CD, but extremely new (created 2026-02-18) with minimal adoption.
aayu22809 /
thinkTwice
Educational React/Vite phishing-awareness game with 6 interactive scenarios, i18n support (6 languages), localStorage state persistence, and unit tests. No README, untyped JS, but functional with clear component structure.
06 · Timeline
- Jun 25, 2020Joined GitHub
- Jan 17, 2026Created ASWY_NexHacks
- Jan 21, 2026Created thinkTwice
- Feb 18, 2026Created alibaba-clone
- Apr 5, 2026Created Recall
- Apr 23, 2026Most recent push to Recall
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.