01 · Roasts
Security by Vibes
Your flagship app Syntra ships with JWT secret 'secret123' hardcoded in auth.ts line 19. That's not a proof-of-concept shortcut — that's a credential printed on a billboard. Every auth tutorial you watched had a dotenv section; you skipped it.
The 2-Day Founder
KisanSetu — an entire farming advisory platform for 5 states and ~20 cities — was built in 2 days (Feb 26–28). Either you're a machine, or it's mostly a big JSON file dressed in a server.js trench coat. The evidence suggests the latter.
0 Stars, 8 Repos, Infinite Optimism
totalStars = 0 across all 8 repos. Not a single star. The portfolio spans a dating app, food delivery, URL shortener, and a farming advisor — yet the community has collectively decided: not yet. A README on Syntra might be a start.
Gather-Vihaan: The Ghost Project
Gather-Vihaan has a README with the title 'Gather-Vihaan', 0 KB of code, and 1 commit. It's not a repo — it's a Post-it note you stuck on GitHub and forgot. At least delete it before the next interview.
CI/CD? Never Heard of Her
8 repos. 0 with tests. 0 with CI. 0 with a license. That's a perfect score in the wrong direction. You've mastered the art of shipping features that no one can verify work, own, or contribute to.
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% weight56D
- Consistency20% weight65C
- Quality20% weight28F
- Depth15% weight58D
- Breadth10% weight55D
- Community10% weight50D
03 · Stats
365-day commit heatmap
62 active days
Language distribution
- TypeScript52%
- JavaScript22%
- EJS14%
- CSS8%
- HTML4%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
167
Followers
14
Joined GitHub
Aug 2025
05 · Top repos
Hardik12244 /
Syntra
TypeScript dating/social app with Express backend and React frontend. Full-stack MERN codebase with authentication, posts, matches, and user profiles. Typed but sparse documentation, no tests/CI, hardcoded secrets.
Hardik12244 /
KisanSetu
Experimental web platform for farmers with government scheme and crop recommendations. Vanilla JS/HTML frontend + Node.js backend (api/get-advice.js, server.js), weather integration via open-meteo API, data-driven from data.json. No tests, CI, or license; launched Feb 2026.
Hardik12244 /
Leaflet
Personal blogging platform (Express + EJS + MongoDB) with user auth, blog CRUD, and comments. Untyped, minimal docs, no tests/CI. ~3 weeks of active work across 28/30 recent commits. Early-stage indie project without established audience or external adoption.
Hardik12244 /
React-Practice
Learning repo featuring 4 React practice projects (Todo, TodoWithRedux, PasswordGenerator, ThemeChanger) with basic implementation of hooks, context, and Redux patterns. No tests, CI, license, or documentation; unpolished code with minor bugs.
Hardik12244 /
Shortify
Early-stage URL shortener (0 stars, 304 KB). Node.js + MongoDB backend with Express routing, JWT auth, and EJS templates. Has README and .gitignore but lacks tests, CI, TypeScript, and security hardening (plaintext passwords, token validation issues).
Hardik12244 /
DineDash
Early-stage TypeScript food delivery app with 23 commits over 16 days; minimal documentation, no tests, CI, or license; typed language only mitigating factor.
Hardik12244 /
Harmoni
Early-stage TypeScript collaborative music app with Socket.IO backend (chat, voting queue, playback) and React frontend. Single commit cycle, zero adoption, no docs/tests/CI, minimal type discipline.
Hardik12244 /
Gather-Vihaan
Empty scaffold repo created 2026-04-11 with only a bare README title, zero commits beyond init, no code, tests, CI, license, or gitignore.
06 · Timeline
- Aug 28, 2025Joined GitHub
- Nov 16, 2025Created Shortify
- Jan 12, 2026Created Leaflet
- Jan 19, 2026Created React-Practice
- Feb 14, 2026Created DineDash
- Feb 21, 2026Created Harmoni
- Feb 26, 2026Created KisanSetu
- Mar 20, 2026Created Syntra
- Apr 11, 2026Created Gather-Vihaan
- Apr 21, 2026Most recent push to Syntra
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.