[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72521":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},72521,"rendergit","karpathy\u002Frendergit","karpathy","Render any git repo into a single static HTML page for humans or LLMs",null,"Python",2348,250,14,7,0,6,24,68,18,29.2,false,"master",true,[],"2026-06-12 02:03:04","# rendergit\n\n> Just show me the code.\n\nTired of clicking around complex file hierarchies of GitHub repos? Do you just want to see all of the code on a single page? Enter `rendergit`. Flatten any GitHub repository into a single, static HTML page with syntax highlighting, markdown rendering, and a clean sidebar navigation. Perfect for code review, exploration, and an instant Ctrl+F experience.\n\n## Basic usage\n\nInstall and use easily with [uv](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F):\n\n```bash\nuv tool install git+https:\u002F\u002Fgithub.com\u002Fkarpathy\u002Frendergit\nrendergit https:\u002F\u002Fgithub.com\u002Fkarpathy\u002Fnanogpt\n```\n\nAlternatively, more manual pip install example:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fkarpathy\u002Frendergit\ncd rendergit\npip install -e .\nrendergit https:\u002F\u002Fgithub.com\u002Fkarpathy\u002FnanoGPT\n```\n\nThe code will:\n1. Clone the repo to a temporary directory\n2. Render its source code into a single static temporary HTML file\n3. Automatically open the file in your browser\n\nOnce open, you can toggle between two views:\n- **👤 Human View**: Browse with syntax highlighting, sidebar navigation, visual goodies\n- **🤖 LLM View**: Copy the entire codebase as CXML text to paste into Claude, ChatGPT, etc.\n\nThere's a few other smaller options, see the code.\n\n## Features\n\n- **Dual view modes** - toggle between Human and LLM views\n  - **👤 Human View**: Pretty interface with syntax highlighting and navigation\n  - **🤖 LLM View**: Raw CXML text format - perfect for copying to Claude\u002FChatGPT for code analysis\n- **Syntax highlighting** for code files via Pygments\n- **Markdown rendering** for README files and docs\n- **Smart filtering** - skips binaries and oversized files\n- **Directory tree** overview at the top\n- **Sidebar navigation** with file links and sizes\n- **Responsive design** that works on mobile\n- **Search-friendly** - use Ctrl+F to find anything across all files\n\n## Contributing\n\nI vibe coded this utility a few months ago but I keep using it very often so I figured I'd just share it. I don't super intend to maintain or support it though.\n\n## License\n\nBSD0 go nuts\n","rendergit 是一个将任意 GitHub 仓库渲染成单个静态 HTML 页面的工具，方便人类或大型语言模型查看。它使用 Python 编写，具备语法高亮、Markdown 渲染及清晰的侧边栏导航等核心功能。通过 rendergit，用户可以轻松地在一个页面上浏览整个代码库，并且支持两种视图模式：适合人阅读的美观界面和便于复制到 AI 模型中的 CXML 格式文本。该工具特别适用于代码审查、探索以及快速搜索（如使用 Ctrl+F 功能）。其智能过滤机制会跳过二进制文件和大文件，确保生成的页面加载迅速且易于导航。",2,"2026-06-11 03:42:24","high_star"]