Alternatives
Products that do what ViewGit does
AI-powered Git repo analysis, 3D visualization & AI chat
- 1WG
2022 · github.com
- 2

- 3GF
hi guys. been working on something i think is fundamentally missing in today's workflow with ai agents. vcs. i find myself struggling with questions that agents can't answer like "why did you do it?", "when did u delete this folder? why?", etc. or trying to /rewind (after a /compact...) or basically `bisect` to find when and why something was done by the agent in the current / previous session. just like git did for code, i think we are the same core capabilities with ai agents so... i developed an open source solution for that (currently supporting claude code) would love to…
May 2026 · github.com
- 4

- 5

- 6IM
0github.com is a pull request viewer that color-codes every diff line/token by how much human attention it probably needs. Unlike PR-review bots, we try to flag not just by "is it a bug?" but by "is it worth a second look?" (examples: hard-coded secret, weird crypto mode, gnarly logic, ugly code). To try it, replace github.com with 0github.com in any pull-request URL. Under the hood, we split the PR into individual files, and for each file, we ask an LLM to annotate each line with a data structure that we parse into a colored heatmap. Examples:…
Oct 2025 · 0github.com
- 7

- 8

- 9IR
Hey HN! I built a proof-of-concept for AI memory using Git instead of vector databases. The insight: Git already solved versioned document management. Why are we building complex vector stores when we could just use markdown files with Git's built-in diff/blame/history? How it works: Memories stored as markdown files in a Git repo Each conversation = one commit git diff shows how understanding evolves over time BM25 for search (no embeddings needed) LLMs generate search queries from conversation context Example: Ask "how has my project evolved?" and it uses git diff to show actual…
2025 · github.com
- 10GT
2017 · gitorials.com
- 11

- 12ST
2019 · github.com
- 13
- 14DD
Hello friends, Today I'm sharing a little tool to help you explore GitHub repositories: • https://diggit.dev This project was admittedly a big dumb excuse to play with Elm and Claude Code. I published my design notes and all the chat transcripts here: • https://taylor.town/diggit-000 Please add bug reports and feature requests to the repo: • https://github.com/surprisetalk/diggit Enjoy!
2025 · diggit.dev
- 15TA
Git AI is a side project I created to track AI-generated code in our repos from development, through PRs, and into production. It does not just count lines, it keeps track of them as your code evolves, gets refactored and the git history gets rewritten. Think 'git blame' but for AI code. There's a lot about how it works in the post, but wanted to share how it's been impacting me + my team: - I find I review AI code very differently than human code. Being able to see the prompts my colleagues used, what the AI wrote, and where they stepped in to override has been extraordinarily helpful. This…
Nov 2025 · usegitai.com
- 16DT
Hi HN, We are researchers from ETH Zurich interested in the real-world adoption and impact of Code Agents. To measure this, we built a dashboard, scraping all public PRs on GitHub, analyzing which are created by different code agents (Codex, Jules, Copilot, Devin, etc.), and measuring their merge rates, sliced by various repository and PR characteristics. https://insights.logicstar.ai Since mid-May, we've analyzed over 10 million PRs and already found some interesting trends: Usage is high, but shallow. Agents submit ~7% of all PRs overall, but only ~1–2% on popular repos. Most…
2025 · github.com
- 17VG
2019 · github.com
- 18GS
2016 · gitsnippet.com
- 19CC
Hi HN - I’m excited to share a fun side project we built recently CodebaseChat.com is a tool for building a GPT chatbot for any GitHub repo in 30 seconds It can be helpful when onboarding to new codebases, when needing help understanding system design, asking for less technical explanations of functionality We’ve been heads down building Context.ai, the analytics platform for LLM products. When OpenAI released GPTs earlier this month, we built one to answer questions about our growing codebase. It worked so well that we decided to open source the utility for other dev teams How it works: -…
2023
- 20GE
I built gmap, a command-line tool to visualize Git activity, weekly heatmaps, file churn, authorship stats, and more, right from your terminal. Install with: cargo install gmap Or on Arch via AUR: yay -S gmap Repo: https://github.com/seeyebe/gmap Feedback is welcome. Contributions too. if you’re into Git internals, CLIs, or terminal UX.
2025 · github.com
- 21GS
2016 · github.com
- 22
- 23IB
I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…
2025 · codii.dev
- 24IB
2025 · sentientdocs.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →