01 · Roasts
Test-suite drought
Nine of the showcased substantive repos advertise README work while most ship with zero tests; JUST-SORT-IT is doing the verification heavy lifting.
CI is still mythical
AuthORS, Attendora-SAT, PokeDex, TrivoXa, and YouTube all have meaningful surface area but no CI pipeline to catch regressions.
Security plot twist
TrivoXa hashes passwords with bcryptjs, then exposes rawPassword through /reveal-password—the threat model left the chat.
Builder energy, tiny audience
251 multi-repo recent commits and 604 yearly commits produced 12 total stars: the shipping cadence is outrunning discovery.
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% weight68C
- Consistency20% weight65C
- Quality20% weight57D
- Depth15% weight58D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
127 active days
Language distribution
- JavaScript62%
- HTML17%
- CSS11%
- TypeScript10%
- Go1%
- Batchfile0%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
604
Followers
7
Joined GitHub
Jan 2025
05 · Top repos
adityajha-coder /
SprintAPI
SprintAPI is a deployed, TypeScript/Next.js directory aggregating 350+ APIs, 400+ tools, 145+ VS Code extensions, and 120+ Chrome extensions with search, faceted filtering, and contributor automation.
adityajha-coder /
JUST-SORT-IT
A deployed React/Vite and Go URL shortener with custom aliases, expiration, JSON persistence, fallback LocalStorage, and focused backend tests; it is a polished one-day learning project but has limited adoption and operational hardening.
adityajha-coder /
YouTube
Documented JavaScript Express/Mongoose video-platform backend with layered routes, JWT auth, Cloudinary uploads, aggregation analytics, and pagination; however, it lacks tests, CI, licensing, and typed code, with visible security and validation defects.
adityajha-coder /
AuthORS
Non-trivial JavaScript authentication backend with Argon2id migration, TOTP/AES-256-GCM 2FA, OAuth, rotating refresh-token families, validation, and audit logging, but no tests or CI and no demonstrated adoption.
adityajha-coder /
Attendora-SAT
Attendora is a substantial JavaScript attendance PWA with Express/MongoDB cloud sync, Clerk/JWT auth, AI timetable scanning, offline caching, and Web Push reminders, but it has only 3 stars and lacks tests, CI, and a repository license.
adityajha-coder /
PokeDex
A polished JavaScript Next.js PokéDex with encyclopedia browsing, evolution tracking, type matchup analysis, and a squad scoring tool, but currently only has 2 stars and lacks tests, CI, and a license.
adityajha-coder /
TrivoXa
A documented, multi-module JavaScript developer toolkit with Express/MongoDB auth, Groq AI proxy, GitHub visualization, PWA caching, and IndexedDB workspace features; adoption remains limited at 2 stars and there is no test or CI suite.
adityajha-coder /
Portfolio
A polished personal portfolio with a modular Vite/vanilla-JS frontend, six showcased projects, and a substantial Three.js atmospheric background, but no demonstrated adoption, tests, CI, or license.
adityajha-coder /
Beginner-Web-Development-Projects
A documented beginner frontend collection with 5 HTML/CSS components and 8 HTML/CSS/JS demos, including a weather API app, calculator, and localStorage theme toggle; useful as a learning portfolio but with no visible adoption or engineering safeguards.
adityajha-coder /
adityajha-coder
A profile README built around terminal-style SVG and social links, with no sampled source files, tests, CI, license, or typed implementation evidence.
adityajha-coder /
LAZAREV.
A one-day HTML/CSS/JavaScript landing-page recreation with substantial visual styling and GSAP/Locomotive Scroll interactions, but no documentation, tests, CI, typing, license, or evident adoption.
adityajha-coder /
Golang
Empty repository with no files, documentation, commits, or adoption signals.
06 · Timeline
- Jan 1, 2025Joined GitHub
- Feb 7, 2026Created Attendora-SAT — Smart attendance and timetable management for students, featuring AI-powered timetable extraction, real time sync, and offline support.
- Feb 7, 2026Created adityajha-coder
- Feb 11, 2026Created Portfolio — Portfolio website made using three.js
- Mar 16, 2026Created TrivoXa — Developer Utility Kit
- Apr 5, 2026Created PokeDex
- Jul 2, 2026Created SprintAPI — A combined, hand curated home for free public APIs, coding tools, and editor extensions to help you ship your next project faster.
- Jul 4, 2026Created LAZAREV.
- Jul 9, 2026Created Golang
- Jul 22, 2026Created YouTube
- Jul 30, 2026Created AuthORS — A high-end, secure authentication engine built across multiple tier security releases.
- Aug 8, 2026Created Beginner-Web-Development-Projects
- Aug 19, 2026Created JUST-SORT-IT — Fast URL shortener with custom aliases and link expiration in go.
- Sep 2, 2026Most recent push to AuthORS
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.