<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ViewGit</title>
    <description>The latest articles on DEV Community by ViewGit (@viewgit).</description>
    <link>https://dev.to/viewgit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3847483%2F250250b9-4532-402a-a08c-771bbeefbfc4.png</url>
      <title>DEV Community: ViewGit</title>
      <link>https://dev.to/viewgit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/viewgit"/>
    <language>en</language>
    <item>
      <title>Visualize Your Git Repository as a 3D City</title>
      <dc:creator>ViewGit</dc:creator>
      <pubDate>Tue, 07 Apr 2026 19:03:32 +0000</pubDate>
      <link>https://dev.to/viewgit/visualize-your-git-repository-as-a-3d-city-28j0</link>
      <guid>https://dev.to/viewgit/visualize-your-git-repository-as-a-3d-city-28j0</guid>
      <description>&lt;p&gt;What if you could walk through your codebase like a city?&lt;/p&gt;

&lt;p&gt;I built ViewGit, a CLI tool that transforms any Git repository into an interactive 3D visualization. Each file becomes a building — taller buildings mean more complex code, and colors represent different programming languages.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Install ViewGit with a single command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://viewgit.com/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then navigate to any Git repo and run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;viewgit &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it. ViewGit analyzes the entire repository and opens a web dashboard at &lt;code&gt;localhost:8880&lt;/code&gt; with the 3D visualization and 38 other analysis modules.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the 3D city tells you
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tall buildings&lt;/strong&gt; = files with high complexity (cyclomatic complexity, lines of code)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Colors&lt;/strong&gt; = programming language (JavaScript = yellow, TypeScript = blue, etc.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Neighborhoods&lt;/strong&gt; = directory structure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Outliers&lt;/strong&gt; = files that tower over everything else are candidates for refactoring&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Beyond 3D: What else ViewGit shows you
&lt;/h2&gt;

&lt;p&gt;The 3D city is just one of 39 analysis modules. You also get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dashboard&lt;/strong&gt; with commit activity, stats, and commit calendar&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contributors&lt;/strong&gt; analysis with bus factor and knowledge distribution&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hotspots&lt;/strong&gt; — files that change most often AND are most complex&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Language distribution&lt;/strong&gt; with code vs comments ratio&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Timeline&lt;/strong&gt; showing how the codebase evolved&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Chat&lt;/strong&gt; — ask questions about your code using OpenAI, Anthropic, or Gemini&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it on your repo
&lt;/h2&gt;

&lt;p&gt;ViewGit is free to download and works on macOS, Linux, and Windows.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://viewgit.com/install.sh | bash
&lt;span class="nb"&gt;cd&lt;/span&gt; /path/to/your/repo
viewgit &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Share what your codebase city looks like in the comments!&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://viewgit.com" rel="noopener noreferrer"&gt;viewgit.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>visualization</category>
      <category>devtools</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
