01 · Roasts
Speed Runner of Software Development
ANMP-Room: 14 minutes. TipJar: 10 hours. job-board: 1 day. You're not building projects — you're doing coding sprints and calling it a portfolio.
0 Stars, 0 Forks, 0 Regrets
17 public repos, totalStars = 0. Even your mom hasn't starred anything. The GitHub explore page has never heard of you.
Authorization? On Hold.
job-board's JobController.php has authorization literally commented out with 'On hold...' — shipped a job board where anyone can do anything. Bold UX choice.
The Stub Architect
Project_WFP controllers have index() implemented and create/store/edit/update/destroy all commented out. You designed the skeleton and left before the flesh arrived.
PRs: 0. Issues: 0. Vibes: Isolated.
totalPRsYear=0, totalIssuesYear=0, followers=1. You've been on GitHub since June 2024 and have contributed exactly nothing to anyone else's code. Open source is a two-way street.
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% weight55D
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
59 active days
Language distribution
- JavaScript37%
- HTML20%
- CSS13%
- PHP12%
- Blade10%
- Java7%
- Other1%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
124
Followers
1
Joined GitHub
Jun 2024
05 · Top repos
Blurryface275 /
laravel-invoice-app
Personal Laravel invoice management app with multi-tenant support, typed PHP, organized MVC structure, and test coverage. Minimal documentation and no CI/license, but functional and structured.
Blurryface275 /
NFT-Foundry
Foundry-based NFT smart contract project with two ERC721 implementations (BasicNft, MoodNft), test suite, and CI/CD. Deployed on Sepolia, 20KB codebase, 2 commits in ~6 minutes on 2026-05-18.
Blurryface275 /
Project_WFP
Laravel 10 health service platform semester project with 6-table schema, role-based routing, and 15 commits over 1 month. Controllers skeletal, limited CRUD implementation, no tests or CI. Documented via README.
Blurryface275 /
TipJar
Educational Solidity smart contract implementing a decentralized tip jar with custom errors, access control, and event logging. Demonstrates foundry-based development with full test suite and CI, deployed to Sepolia testnet.
Blurryface275 /
MOBFT26-WebUtama-fork
Fork of a Next.js student event management system (MOBFT26) with typed TypeScript/Drizzle database schema and NextAuth auth setup, but minimal commits, no tests/CI, and largely boilerplate starter code.
Blurryface275 /
job-board
Laravel job board tutorial project with basic CRUD, authentication, and email queue support. Minimal adoption (0 stars), 7 commits in <1 day, untyped PHP with thin documentation.
Blurryface275 /
WFP-Classroom
Classroom learning project in Laravel/Blade with working CRUD controllers, database models, and views. Has tests flag and README but created/pushed same day (2026-05-26) with only 1 of 30 commits. Typed language (PHP) with migrations, models, and structured layout meet quality floor but minimal git history and tutorial
Blurryface275 /
ANMP-Room
Fresh Android Todo app with Room database integration. Typed Kotlin, no README, minimal git history (3 of 30 commits in ~15 minutes), no tests or CI. One-off learning exercise.
Blurryface275 /
ANMP-Steve
Empty scaffold with no README, tests, CI, or documentation. Only 109 KB Kotlin codebase with 3 commits in 1.5 hours. No evidence of meaningful functionality or project direction.
06 · Timeline
- Jun 5, 2024Joined GitHub
- Mar 20, 2026Created MOBFT26-WebUtama-fork
- Mar 21, 2026Created laravel-invoice-app — This project is used for side project
- Apr 7, 2026Created Project_WFP
- Apr 8, 2026Created ANMP-Steve
- Apr 8, 2026Created job-board — This is a simple Job Board app that I made following Laracasts video on YouTube
- May 1, 2026Created TipJar — A hands-on Solidity project built with Foundry - implementing a decentralized tip jar on Sepolia testnet. Covers custom errors, access control with modifiers, events, and payable
- May 18, 2026Created NFT-Foundry — THis is simple NFT project made by foundry. The NFT can be saved in wallet and this contract is deployed on sepolia
- May 20, 2026Created ANMP-Room
- May 26, 2026Created WFP-Classroom — Materi WFP di kelas
- May 26, 2026Most recent push to WFP-Classroom
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.