01 · Roasts
Three engines, one audience
PostPyro, velocix, and the CMS portfolio are real products, but the scored trio has just 1 star: the build pipeline is ahead of the distribution pipeline.
CI knows one favorite
PostPyro gets live PostgreSQL CI and strict checks; my-portfolio gets no tests, no CI, and no license despite handling admin and storage workflows.
Framework builder energy
Velocix ships routing, DI, OpenAPI, security, caching, and WebSockets as a learning project—the tutorial clearly escaped containment.
Commit scatterplot
812 yearly commits and 81 sampled recent commits say you ship; the heatmap says you prefer bursts over a tidy daily ritual.
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% weight75B
- Depth15% weight50D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
105 active days
Language distribution
- TypeScript35%
- Rust27%
- Python18%
- C++14%
- HTML2%
- Java1%
- Other3%
04 · Numbers
Owned repos
non-fork
31
Commits
last 12 months
812
Followers
30
Joined GitHub
Sep 2024
05 · Top repos
magi8101 /
PostPyro
PostPyro is a documented beta async PostgreSQL driver combining Rust/sqlx with PyO3, featuring typed stubs, DB-API errors, pooling, transactions, type conversion, integration tests, and CI.
magi8101 /
velocix
Velocix is a substantial, documented learning implementation of an ASGI framework with routing, dependency injection, middleware, OpenAPI, WebSockets, security, caching, and a broad pytest suite, but has no stars or demonstrated external adoption.
magi8101 /
my-portfolio
A typed Next.js portfolio with a substantial Supabase/Tiptap blog CMS, media uploads, Redis engagement features, and documented deployment setup, but no visible adoption, tests, CI, or license.
06 · Timeline
- Sep 12, 2024Joined GitHub
- Oct 1, 2025Created PostPyro — ⚡ PostPyro - High-performance PostgreSQL driver for Python built with Rust. Fast, safe, and simple DB-API 2.0 compliant driver with zero Python dependencies.
- Nov 9, 2025Created velocix — A learning project where I rebuilt Starlette's core patterns to understand how modern async Python web frameworks work
- Dec 3, 2025Created my-portfolio — this is an portfolio for me
- Sep 2, 2026Most recent push to PostPyro
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.