# karpathy/rendergit

Render any git repo into a single static HTML page for humans or LLMs

Repository: https://github.com/karpathy/rendergit
Canonical: https://ross.abutalabs.com/products/rendergit
Language: Python
License Family: other
Last push: 2025-08-21T19:12:34+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 38, release rhythm 35, longevity 27
- inputs: {"age_days": 378, "days_push": 377, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2449, forks 269 (observed 2026-08-28T04:06:52.839964+00:00)

## What it is
A Python CLI tool that flattens any GitHub repository into a single static HTML page with syntax highlighting, markdown rendering, and sidebar navigation. It offers a human-friendly browsing view and an LLM view that exports the whole codebase as CXML text for pasting into chat assistants.

## Use cases
- view an entire github repo's code on one page
- copy a whole codebase into chatgpt or claude for analysis
- ctrl+f search across all files in a repository
- quickly review a repo without clicking through github
- export repo source as text for llm context

## When to choose
- you want to read or search an entire small-to-medium repo at once
- you need to feed a full codebase to an LLM as context
- you prefer a single static file over browsing github

## When to avoid
- the repository is very large or full of binaries
- you need maintained, supported tooling - the author explicitly does not intend to maintain it
- you need interactive code navigation like an IDE

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, documentation, markdown, static-site-generator
- domain: developer-tools, documentation, large-language-models
- platform: cli, python, cross-platform
- tags: code-viewing, repo-flattening, syntax-highlighting, llm-context, single-page-html, command-line

## Member repositories
- karpathy/rendergit (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:52.839964+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:30:14.810442+00:00, confidence not recorded.
  - readme: https://github.com/karpathy/rendergit (fetched 2026-08-28T04:06:52.839964+00:00, sha 53f5f3ea6dee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
