<?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: Baris Ozgen</title>
    <description>The latest articles on DEV Community by Baris Ozgen (@barisozgenn).</description>
    <link>https://dev.to/barisozgenn</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3852207%2Fe064cf2a-718b-4bef-a716-72a3b164b163.png</url>
      <title>DEV Community: Baris Ozgen</title>
      <link>https://dev.to/barisozgenn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/barisozgenn"/>
    <language>en</language>
    <item>
      <title>I built a VS Code extension that scans your code and draws your microservice architecture</title>
      <dc:creator>Baris Ozgen</dc:creator>
      <pubDate>Mon, 30 Mar 2026 19:20:54 +0000</pubDate>
      <link>https://dev.to/barisozgenn/i-built-a-vs-code-extension-that-scans-your-code-and-draws-your-microservice-architecture-670</link>
      <guid>https://dev.to/barisozgenn/i-built-a-vs-code-extension-that-scans-your-code-and-draws-your-microservice-architecture-670</guid>
      <description>&lt;p&gt;Every codebase I joined had the same problem — nobody knew how the services actually connected. There was always a diagram somewhere in Confluence, but it was six months out of date and missing half the services.&lt;/p&gt;

&lt;p&gt;So I built MeshGraph.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/FiL-Hrq5wKk"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  What is MeshGraph?
&lt;/h2&gt;

&lt;p&gt;It's a free VS Code extension that scans your workspace, discovers all your services and their API endpoints, and lets you visualize everything on an interactive canvas — without leaving your editor.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  1. Automatic scanning
&lt;/h3&gt;

&lt;p&gt;Open any workspace and MeshGraph detects your projects and endpoints automatically. No config files, no setup. It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;.NET / ASP.NET Core, Java / Spring Boot, Go (Gin, Echo, Fiber, Chi), Node.js (Express, Fastify, NestJS), Python (FastAPI, Flask, Django), Rust (Actix, Axum, Rocket)&lt;/li&gt;
&lt;li&gt;REST, gRPC, GraphQL, Kafka, RabbitMQ, WebSocket, SignalR&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Visual canvas
&lt;/h3&gt;

&lt;p&gt;Drag discovered services onto a React Flow canvas. Draw connections between endpoints to map how services communicate. Add notes to describe contracts or implementation details.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. AI-powered code and docs generation
&lt;/h3&gt;

&lt;p&gt;Select any AI model available in your VS Code (GitHub Copilot, etc.) and generate implementation code or technical documentation directly from your architecture diagram.&lt;/p&gt;

&lt;p&gt;The AI understands context:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Scanned services&lt;/strong&gt; → follows your existing patterns and conventions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;New services&lt;/strong&gt; you created on the canvas → generates clean production-ready code&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;External services&lt;/strong&gt; → generates client interfaces and integration contracts&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Save and share
&lt;/h3&gt;

&lt;p&gt;Everything saves as a single &lt;code&gt;.mgx&lt;/code&gt; file — your canvas layout, connections, AI output, and instructions. Drop it in your repo and your whole team has the architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy
&lt;/h2&gt;

&lt;p&gt;MeshGraph runs 100% locally. No data leaves your machine. No signup. No telemetry. No external server.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Install:&lt;/strong&gt; &lt;a href="https://marketplace.visualstudio.com/items?itemName=barisozgenn.meshgraph" rel="noopener noreferrer"&gt;VS Code Marketplace&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://meshgraph.net" rel="noopener noreferrer"&gt;meshgraph.net&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;I'd love to hear what you think. What features would make this useful for your workflow?&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>microservices</category>
      <category>architecture</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
