01 · Roasts
The AI Disclaimer Guy
sbx ships a note warning users it's 'AI-generated code' — bold move for a tool meant to run sandboxed AI agent workflows. So the AI wrote the tool to sandbox the AI. We're in a loop.
57% of Repos Are Graveyards
staleRepoRatio = 0.58: over half your repos haven't been touched in 2+ years. Your GitHub profile is less 'portfolio' and more 'archaeological dig site'.
Monodomain Maestro
Four repos, four video/caption tools (pycaps, tscaps, movielite, sbx-for-agents). You've found your niche and you're strip-mining it. That's focus — or a very niche obsession.
95% Solo Artist
soloPct = 95. You have 570 total stars across your repos and still haven't attracted a single meaningful collaborator. The open-source community is watching. From a distance.
First Half Vacation
Your heatmap is a ghost town from January through August, then suddenly catches fire in the last 18 weeks. Either you discovered coding mid-year or you have a very aggressive seasonal workflow.
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% weight71B
- Consistency20% weight60C
- Quality20% weight72B
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
175 active days
Language distribution
- TypeScript61%
- Java17%
- Python15%
- JavaScript2%
- SCSS1%
- HTML1%
- Other3%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
507
Followers
28
Joined GitHub
Aug 2018
05 · Top repos
francozanardi /
tscaps
TypeScript video editor with browser-based caption burning using WebCodecs and Canvas. Published engine (@tscaps/engine) to npm; ships README + tests + CI + typed code. Active indie product with demo at tscaps.io; 35 stars but clear named product identity and production intent.
francozanardi /
pycaps
pycaps is a Python video subtitle editor using CSS styling with Whisper transcription. Typed, CI/tests, comprehensive docs (ARCHITECTURE.md, design.md), well-structured multi-module design (~730KB codebase), but still alpha-stage with limited adoption.
francozanardi /
movielite
Performance-focused Python video editing library with Numba JIT optimization. Well-documented (README + docs/ folder + ARCHITECTURE.md), typed, structured multi-file layout, CI/tests, but untyped Python lang and small adoption (70 stars).
francozanardi /
sbx
CLI tool for running parallel sandboxed copies of a project with isolated ports/services/data. Typed TypeScript, comprehensive tests & CI, clear architecture. Experimental (0 stars), disclaimers about AI-generated code, but functional and non-trivial.
06 · Timeline
- Aug 25, 2018Joined GitHub
- Jun 22, 2025Created pycaps — Create beautiful, animated video subtitles with Python and CSS.
- Oct 25, 2025Created movielite — Performance-focused Python video editing library. Alternative to MoviePy, powered by Numba.
- Jun 10, 2026Created tscaps — Open-source video editor, in your browser. Focused on subtitles & short-form content. Alternative to Submagic.
- Aug 11, 2026Created sbx — Run several copies of your project on one machine. Each with its own clone, port block, services and data. Built for coding with agents in parallel.
- Aug 15, 2026Most recent push to sbx
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.