<?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: Alicia</title>
    <description>The latest articles on DEV Community by Alicia (@alicia_martinelli).</description>
    <link>https://dev.to/alicia_martinelli</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%2F3853917%2F18ba8fa4-5e72-4fb4-90f2-cad45276f4b1.png</url>
      <title>DEV Community: Alicia</title>
      <link>https://dev.to/alicia_martinelli</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alicia_martinelli"/>
    <language>en</language>
    <item>
      <title>I built pecto – it reads your code and tells you what it does</title>
      <dc:creator>Alicia</dc:creator>
      <pubDate>Tue, 31 Mar 2026 17:14:43 +0000</pubDate>
      <link>https://dev.to/alicia_martinelli/i-built-pecto-it-reads-your-code-and-tells-you-what-it-does-1oee</link>
      <guid>https://dev.to/alicia_martinelli/i-built-pecto-it-reads-your-code-and-tells-you-what-it-does-1oee</guid>
      <description>&lt;p&gt;Hi everyone, i’m Alicia and i built &lt;strong&gt;pecto&lt;/strong&gt; cause i’m working on a legacy code project which drives me nuts :-) i wanted to visualize the codebase and figure out a way to see what the code actually does not just API endpoints. &lt;/p&gt;

&lt;p&gt;This is my first open source project and i hope &lt;strong&gt;pecto&lt;/strong&gt; can grow and be useful for more devs who have to work on legacy code or just want a way to visualize their code.&lt;/p&gt;

&lt;p&gt;I wanted the analysis to be really fast, local and not dependet on LLM’s. It uses tree-sitter for parsing and is written in Rust.&lt;/p&gt;

&lt;p&gt;I really like the &lt;code&gt;pecto serve&lt;/code&gt; command which gives you a dashboard where you see the flows of behavior directly from your codebase. &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%2Fjn9op6qrdyrnxyjvb7go.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%2Fjn9op6qrdyrnxyjvb7go.png" alt=" " width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please feel free to check it out and give me feedback, as for now i’m the only one who used it ^^&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://pecto.dev" rel="noopener noreferrer"&gt;https://pecto.dev&lt;/a&gt;&lt;br&gt;
Github: &lt;a href="https://github.com/AliciaMartinelli/pecto" rel="noopener noreferrer"&gt;https://github.com/AliciaMartinelli/pecto&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can install it with: &lt;code&gt;cargo install pecto&lt;/code&gt;, then go into your project and run &lt;code&gt;pecto init&lt;/code&gt; for the specs and &lt;code&gt;pecto serve&lt;/code&gt; for the fancy dashboard :-)&lt;/p&gt;

&lt;p&gt;Please give me feedback and if you want to contribute just let me know! :-) &lt;/p&gt;

</description>
      <category>rust</category>
      <category>opensource</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
