<?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: Iryna Hnatovska</title>
    <description>The latest articles on DEV Community by Iryna Hnatovska (@murkatopiya).</description>
    <link>https://dev.to/murkatopiya</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%2F3902155%2F7401e953-9d57-4d0d-b3c9-06ad7a82bfe0.jpg</url>
      <title>DEV Community: Iryna Hnatovska</title>
      <link>https://dev.to/murkatopiya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/murkatopiya"/>
    <language>en</language>
    <item>
      <title>I built a tool that turns your GitHub Repo into a town</title>
      <dc:creator>Iryna Hnatovska</dc:creator>
      <pubDate>Tue, 28 Apr 2026 10:52:55 +0000</pubDate>
      <link>https://dev.to/murkatopiya/i-built-a-tool-that-turns-your-github-repo-into-a-town-if-your-code-is-bad-1cnf</link>
      <guid>https://dev.to/murkatopiya/i-built-a-tool-that-turns-your-github-repo-into-a-town-if-your-code-is-bad-1cnf</guid>
      <description>&lt;p&gt;Hey community! :)&lt;/p&gt;

&lt;p&gt;Over the last few weeks I built &lt;strong&gt;LegacyLens&lt;/strong&gt; — a tool that takes any public GitHub repository and visualizes it as an interactive "Code City" to help quickly spot technical debt hotspots.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Folders become districts, files become buildings&lt;/li&gt;
&lt;li&gt;Building height = LOC(lines of code) + complexity&lt;/li&gt;
&lt;li&gt;Color = risk level (based on my own scoring model)&lt;/li&gt;
&lt;li&gt;Click on a building → detailed Inspector with risk breakdown and &lt;strong&gt;AI-generated deep insights + refactoring suggestions&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It uses AST parsing for accurate complexity metrics (cyclomatic, nesting depth, large functions, imports etc.) and falls back to heuristic if needed.&lt;/p&gt;

&lt;p&gt;Live demo: &lt;a href="https://legacylens.iryna.online/" rel="noopener noreferrer"&gt;https://legacylens.iryna.online/&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Currently Supported:&lt;/strong&gt; Python, JavaScript, TypeScript, and Vue.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Don’t see your favorite language here? Let me know! If I see that LegacyLens is actually helping you, I’ll be more than happy to dive into the rabbit hole of other languages. Whether it’s Go, Rust, or even C++, I’m ready to start "building" those cities if you’re ready to explore them! 😄&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2hi83r7vfp38hcbi5rlo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2hi83r7vfp38hcbi5rlo.png" alt=" " width="800" height="769"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What I want from the community
&lt;/h3&gt;

&lt;p&gt;Since this is my first bigger project, I’d love your honest feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the Code City metaphor actually help you understand the codebase faster?&lt;/li&gt;
&lt;li&gt;How useful is the risk scoring system?&lt;/li&gt;
&lt;li&gt;Are the AI suggestions practical?&lt;/li&gt;
&lt;li&gt;What would you improve or add?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Looking forward to your thoughts, ideas, and brutal honesty 😄&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>coding</category>
      <category>ai</category>
      <category>github</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
