<?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: Qodex</title>
    <description>The latest articles on DEV Community by Qodex (@qodex-ai).</description>
    <link>https://dev.to/qodex-ai</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%2F3621258%2F80e67e49-4d60-4e17-aa95-3f4f4af593e2.png</url>
      <title>DEV Community: Qodex</title>
      <link>https://dev.to/qodex-ai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qodex-ai"/>
    <language>en</language>
    <item>
      <title>Turn your code into OpenAPI 3.0 docs in seconds</title>
      <dc:creator>Qodex</dc:creator>
      <pubDate>Thu, 20 Nov 2025 15:22:52 +0000</pubDate>
      <link>https://dev.to/qodex-ai/turn-your-code-into-openapi-30-docs-in-seconds-2b75</link>
      <guid>https://dev.to/qodex-ai/turn-your-code-into-openapi-30-docs-in-seconds-2b75</guid>
      <description>&lt;h2&gt;
  
  
  Introducing ApiMesh by qodex.ai
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/qodex-ai/apimesh" rel="noopener noreferrer"&gt;https://github.com/qodex-ai/apimesh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maintaining API documentation is slow and repetitive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ApiMesh by qodex.ai&lt;/strong&gt; makes it automatic.&lt;/p&gt;

&lt;p&gt;It scans your codebase, detects all REST endpoints and instantly generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;an &lt;strong&gt;OpenAPI 3.0 swagger.json&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;a complete &lt;strong&gt;interactive API documentation UI&lt;/strong&gt; in apimesh-docs.html&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No manual work. No outdated docs. No drift.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What ApiMesh Does&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Scans your repository&lt;/li&gt;
&lt;li&gt;Detects routes, parameters, auth and schemas&lt;/li&gt;
&lt;li&gt;Generates accurate &lt;strong&gt;OpenAPI 3.0 documentation&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Builds apimesh-docs.html powered by Swagger UI&lt;/li&gt;
&lt;li&gt;Supports multiple languages and frameworks&lt;/li&gt;
&lt;li&gt;Runs with zero configuration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You write the code. ApiMesh writes the docs.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Key Features&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Smart code discovery that finds endpoints automatically&lt;/li&gt;
&lt;li&gt;Clean and reliable OpenAPI 3.0 spec output&lt;/li&gt;
&lt;li&gt;Fully interactive HTML documentation with try-it-out&lt;/li&gt;
&lt;li&gt;One-command setup with no configuration required&lt;/li&gt;
&lt;li&gt;Multi-language and multi-framework support&lt;/li&gt;
&lt;li&gt;Self-contained HTML that works offline and can be shared easily&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How ApiMesh Works&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;ApiMesh uses static analysis and AI intelligence to map out your API.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Scans your repository&lt;/li&gt;
&lt;li&gt;Detects your framework&lt;/li&gt;
&lt;li&gt;Extracts routes, methods, schemas and examples&lt;/li&gt;
&lt;li&gt;Enriches context using embeddings&lt;/li&gt;
&lt;li&gt;Generates a complete OpenAPI 3.0 spec&lt;/li&gt;
&lt;li&gt;Renders a full interactive HTML API UI&lt;/li&gt;
&lt;li&gt;Optionally syncs to qodex.ai for automated API testing and security scans&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Supported Languages and Frameworks&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Python:&lt;/strong&gt; FastAPI, Flask, Django, DRF&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Node.js and TypeScript:&lt;/strong&gt; Express, NestJS&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ruby:&lt;/strong&gt; Ruby on Rails&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Go:&lt;/strong&gt; Gin, Fiber, Echo, Chi, Gorilla Mux, net/http&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Others:&lt;/strong&gt; Detected through AI heuristics&lt;/p&gt;

&lt;p&gt;You can extend detection rules through config.yml.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Output Files&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;swagger.json&lt;/strong&gt; – Complete OpenAPI 3.0 spec&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;apimesh-docs.html&lt;/strong&gt; – Interactive API documentation UI&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;config.json&lt;/strong&gt; – CLI configuration&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;config.yml&lt;/strong&gt; – Custom scan rules&lt;/p&gt;

&lt;p&gt;Open the HTML file in any browser or deploy it anywhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Quick Start (30 Seconds)&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Option 1: Docker&lt;/strong&gt;
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd /path/to/your/repo
docker run -it --rm -v $(pwd):/workspace qodexai/apimesh:latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  &lt;strong&gt;Option 2: MCP&lt;/strong&gt;
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;curl https://raw.githubusercontent.com/qodex-ai/apimesh/main/swagger_mcp.py -o swagger_mcp.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to MCP settings:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "mcpServers": {
    "apimesh": {
      "command": "uv",
      "args": ["run", "/path/to/swagger_mcp/swagger_mcp.py"]
    }
  }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  &lt;strong&gt;Option 3: Curl Script&lt;/strong&gt;
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd /path/to/your/repo
mkdir -p apimesh &amp;amp;&amp;amp; \
curl -sSL https://raw.githubusercontent.com/qodex-ai/apimesh/refs/heads/main/run.sh -o apimesh/run.sh &amp;amp;&amp;amp; \
chmod +x apimesh/run.sh &amp;amp;&amp;amp; apimesh/run.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Everything is created inside the apimesh folder.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Contributing&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;ApiMesh by qodex.ai is fully open source. Contributions are welcome.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add support for more frameworks&lt;/li&gt;
&lt;li&gt;Improve route or schema detection&lt;/li&gt;
&lt;li&gt;Report issues&lt;/li&gt;
&lt;li&gt;Submit pull requests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/qodex-ai/apimesh" rel="noopener noreferrer"&gt;https://github.com/qodex-ai/apimesh&lt;/a&gt;&lt;br&gt;
qodex.ai&lt;/p&gt;

</description>
      <category>api</category>
      <category>opensource</category>
      <category>tooling</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
