01 · Roasts
49 Repos, 0 Stars
You've shipped 49 public repos across 4+ years and accumulated exactly 0 stars and 0 forks. That's not a portfolio, that's a very organized personal hard drive.
76% Abandoned
Three-quarters of your repos haven't been touched in over 2 years. The graveyard-to-active ratio suggests you're great at starting projects and even better at ghosting them.
TypeScript Monoculture
69% TypeScript + 23% JavaScript = 92% of your code is the same language wearing a different hat. HTML and CSS round out the remaining 8% — not exactly polyglot energy.
Zero External Engagement
0 PRs, 0 issues, 0 external contributions in the past year. With 2 followers and no community interaction, your GitHub exists in a sealed vacuum.
No README? On a Book App?
book-worm-server — a project literally about books — ships with no README. The irony of building a reading platform with zero documentation is almost poetic.
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% weight40D
- Consistency20% weight60C
- Quality20% weight52D
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
193 active days
Language distribution
- TypeScript69%
- JavaScript23%
- HTML4%
- CSS3%
- Other1%
04 · Numbers
Owned repos
non-fork
49
Commits
last 12 months
137
Followers
2
Joined GitHub
Jul 2021
05 · Top repos
hassanrakib /
toward-goals-client
Toward Goals is a working Next.js/TypeScript goal-tracking SaaS with server-rendered forms, RTK Query caching, Tiptap rich text editor with custom mention extensions, and Recharts analytics dashboards. Shipped with a deployed live demo and backend API. Lacks tests, CI, and license but shows solid architectural patterns
hassanrakib /
book-worm-server
TypeScript Express/MongoDB API for a book discovery platform with user authentication, book management, reviews, and recommendations. Fresh project (4 days old) with solid typing, clean code structure, and thoughtful service layer architecture, but no README, tests, or CI—limits awareness and production readiness.
hassanrakib /
book-worm-client
Book review management Next.js app (TypeScript, Chakra UI) with Redux RTK Query, auth middleware, and book/review features. Early-stage personal project with structured layout but minimal tests, CI, or external adoption signals.
06 · Timeline
- Jul 2, 2021Joined GitHub
- Jan 19, 2025Created toward-goals-client
- Jan 11, 2026Created book-worm-server
- Jan 12, 2026Created book-worm-client
- Jan 15, 2026Most recent push to book-worm-server
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.