Show HN: GitClassic.com, a fast, lightweight GitHub thin client (pages <14KB)
0 net
Hey HN,
I posted GitClassic here 2 months ago- since then I've rebuilt most of it based on what people asked for.
What's new: Issues, PRs w/ full diffs, repo intelligence (health scores, dependency graphs), trending/explore, bookmarks, comparison tool, and advanced search.
Every page is server-rendered HTML- No React, no SPA, no client bundle, pages under 14KB(gzipped). Try loading facebook/react and compare it to GitHub load times.
Public repos work without an account, Pro adds private repo access via GitHub OAuth.
Stack: Hono on Lambda, DynamoDB, CloudFront, 500KB Node bundle, cold starts usually <500ms.
What's missing?
Thanks, Chris