Back to browse
GitClassic, a fast, lightweight GitHub front end (pages under 14KB)

GitClassic, a fast, lightweight GitHub front end (pages under 14KB)

by heythisischris·Mar 12, 2026·41 points·29 comments

AI Analysis

MidCozy

Yet another GitHub UI, performance gains don't justify switching from GitHub itself.

Strengths
  • Public repos accessible without GitHub account removes authentication friction
  • Server-rendered HTML under 14KB loads noticeably faster than GitHub's SPA
  • Repo health scores and dependency graphs add value beyond GitHub's native UI
Weaknesses
  • GitHub's own performance has improved significantly, reducing the differentiation
  • Private repo access requires Pro tier, limiting utility for team workflows
Target Audience

Developers who want faster GitHub browsing without JavaScript-heavy pages

Similar To

Sourcegraph · GitHunt · GitHub Mobile

Post Description

Hey HN,

I posted GitClassic here 2 months ago- since then I've rebuilt most of it based on what people asked for.

https://gitclassic.com

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

Similar Projects