01 · Roasts
The Test Allergy
12 repos, 307 commits, and not a single test file across the entire account. You've built a PWA with Firebase, a Three.js 3D engine, and JWT auth — but apparently drawing the line at `expect()`.
CI? Never Heard of Her
Zero CI pipelines across all 20 public repos. Your code ships the same way it was written: by vibes. GitHub Actions is free, Aditya. It's literally free.
The README Whisperer
26 commits on your profile README and it's still just badges and GIFs. That's more commits than Quiz-app got in its entire lifespan. Priorities noted.
Sprint-and-Ghost
Hintro-Dashboard: 3 commits, 1 day. github-demo: 6 commits, 1 day. CRUD: created and pushed in 24 hours. You have a pattern of treating repos like hot dogs — made fast, consumed once.
The Ambitious Orphan
TrivoXa packs AI chat, a GitHub 3D force-graph, IndexedDB, JWT auth, and a service worker cache versioned up to v15 — all in a repo with 0 stars, 0 forks, and a README that cuts off mid-sentence. Big dreams, small audience.
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% weight62C
- Consistency20% weight65C
- Quality20% weight52D
- Depth15% weight65C
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
67 active days
Language distribution
- JavaScript72%
- HTML20%
- CSS7%
- Batchfile0%
- C++0%
- Other1%
04 · Numbers
Owned repos
non-fork
15
Commits
last 12 months
307
Followers
9
Joined GitHub
Jan 2025
05 · Top repos
adityajha-coder /
TrivoXa
Ambitious full-stack developer toolkit (AI chat, GitHub explorer, code workspace) with vanilla JS frontend, Express backend, MongoDB persistence, and PWA support. Typed backend + structured layout + documented scope, but unpolished execution and no tests hold quality back.
adityajha-coder /
PokeDex
Modern Next.js 16 + React 19 Pokédex app with glassmorphic UI, squad analyzer, and type matchup tools. Well-structured, typed components, documented via README, but lacking tests/CI and only 2 stars (experimental/personal project stage).
adityajha-coder /
Taskly-Task-Management
Personal task management PWA with Kanban board, gamification, and alarms. Typed localStorage-based app (~188 KB) with 16 of 30 commits and structured multi-file JS architecture, but minimal ecosystem reach and no tests/CI.
adityajha-coder /
Attendora-SAT
Vanilla JS attendance tracker PWA with Firebase backend, AI timetable scanning, gamification, and real-time cloud sync. Personal project with functioning feature set, typed patterns, structured modules, and meaningful docs via README.
adityajha-coder /
Portfolio
Personal portfolio website built with vanilla JS, Three.js, and Tailwind CSS. Features modular component architecture, 3D animated background, and responsive design. Shipped and functional but lacks tests, CI, and typed language.
adityajha-coder /
PULSE-Personal-Unified-Lifestyle-and-Smart-Empowerment
Hackathon health dashboard with AI integration, local storage, and PWA features. Untyped vanilla JS without tests or CI. 186 KB codebase with 17 commits over ~5 months. Functional but thin documentation and no production markers.
adityajha-coder /
Hintro-Dashboard
Frontend assignment dashboard built in React 19 + Vite with API integration and responsive UI. Typed language, documented, structured—meets 50 quality bar—but created and last-pushed same day (2026-05-15) with only 3 commits, no tests, no CI/license, zero adoption signals.
adityajha-coder /
CRUD
Tutorial-grade Next.js CRUD app fetching JSONPlaceholder data. Demonstrates core concepts (App Router, optimistic updates, API interceptors) with clean React patterns, but 0 stars, no tests/CI, minimal git history (4 of 30 commits in 1 day), and no license.
adityajha-coder /
Quiz-app
Early-stage learning project: vanilla JS quiz app with no stars, minimal commits (7/30), no tests or CI, untyped, and 35KB footprint. README documents features but lacks code samples or architecture detail.
adityajha-coder /
adityajha-coder
Personal profile README with no functional code, no projects, and no substantive deliverables. 68 KB of styling and animations only; 26 commits over ~2 months appear to be README iterations.
adityajha-coder /
github-demo
Empty scaffold with 1KB of code, no documentation, tests, CI, or license. 6 commits in one day with no substantive output.
adityajha-coder /
adityajha-coder.github.io
Empty GitHub Pages scaffold with only README header; 1KB total size, 2 commits in 3 seconds, no code files sampled, no tests, CI, or license.
06 · Timeline
- Jan 1, 2025Joined GitHub
- Nov 14, 2025Created PULSE-Personal-Unified-Lifestyle-and-Smart-Empowerment — PULSE: Personal Unified Lifestyle and Smart Empowerment a health-tech themed website created for hackathon with all essentials feature with ai powered tracking and consultancy
- Feb 4, 2026Created Taskly-Task-Management — Taskly helps you manage your work efficiently
- Feb 7, 2026Created Attendora-SAT — Developing a smart attendance tracker for students for maintaining their attendance without any trouble
- Feb 7, 2026Created adityajha-coder
- Feb 11, 2026Created Portfolio — Portfolio website made using three.js
- Feb 17, 2026Created Quiz-app
- Mar 16, 2026Created TrivoXa
- Apr 3, 2026Created github-demo
- Apr 5, 2026Created PokeDex
- Apr 23, 2026Created CRUD — Simple User CRUD app using Next.js (App Router) and JSONPlaceholder.
- May 8, 2026Created adityajha-coder.github.io
- May 15, 2026Created Hintro-Dashboard
- May 16, 2026Most recent push to Portfolio
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.