<?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: Joshua Nishanth</title>
    <description>The latest articles on DEV Community by Joshua Nishanth (@joshua_nishanth_e3208a0d7).</description>
    <link>https://dev.to/joshua_nishanth_e3208a0d7</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%2F3796816%2F0e006ffb-4c22-48d7-96e0-393b622cea72.jpg</url>
      <title>DEV Community: Joshua Nishanth</title>
      <link>https://dev.to/joshua_nishanth_e3208a0d7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joshua_nishanth_e3208a0d7"/>
    <language>en</language>
    <item>
      <title>OpenDocs is an open-source tool that turns a single GitHub README into multiple structured outputs automatically. New updates are available!</title>
      <dc:creator>Joshua Nishanth</dc:creator>
      <pubDate>Sat, 14 Mar 2026 19:40:24 +0000</pubDate>
      <link>https://dev.to/joshua_nishanth_e3208a0d7/opendocs-is-an-open-source-tool-that-turns-a-single-github-readme-into-multiple-structured-outputs-1dc6</link>
      <guid>https://dev.to/joshua_nishanth_e3208a0d7/opendocs-is-an-open-source-tool-that-turns-a-single-github-readme-into-multiple-structured-outputs-1dc6</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/joshua_nishanth_e3208a0d7" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F3796816%2F0e006ffb-4c22-48d7-96e0-393b622cea72.jpg" alt="joshua_nishanth_e3208a0d7"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/joshua_nishanth_e3208a0d7/opendocs-turn-any-github-repository-into-documentation-diagrams-and-presentations-automatically-ma5" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;OpenDocs: Turn Any GitHub Repository into Documentation, Diagrams, and Presentations Automatically&lt;/h2&gt;
      &lt;h3&gt;Joshua Nishanth ・ Feb 27&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#aiops&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>opensource</category>
      <category>aiops</category>
      <category>ai</category>
    </item>
    <item>
      <title>OpenDocs: Turn Any GitHub Repository into Documentation, Diagrams, and Presentations Automatically</title>
      <dc:creator>Joshua Nishanth</dc:creator>
      <pubDate>Fri, 27 Feb 2026 17:44:45 +0000</pubDate>
      <link>https://dev.to/joshua_nishanth_e3208a0d7/opendocs-turn-any-github-repository-into-documentation-diagrams-and-presentations-automatically-ma5</link>
      <guid>https://dev.to/joshua_nishanth_e3208a0d7/opendocs-turn-any-github-repository-into-documentation-diagrams-and-presentations-automatically-ma5</guid>
      <description>&lt;h2&gt;
  
  
  Why Documentation Tools Are No Longer Enough
&lt;/h2&gt;

&lt;p&gt;Software systems have evolved rapidly, but documentation workflows haven’t kept up.&lt;/p&gt;

&lt;p&gt;Developers still rely on tools like Pandoc, Docusaurus, and MkDocs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;These tools are powerful, but they solve only parts of the problem:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1. Format conversion&lt;/li&gt;
&lt;li&gt;2. Documentation hosting&lt;/li&gt;
&lt;li&gt;3. Content structuring&lt;/li&gt;
&lt;li&gt;4. What they don’t do is understand your system.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;OpenDocs processes a repository in three stages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First, it performs deterministic semantic extraction by scanning:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;README files&lt;br&gt;
dependency manifests&lt;br&gt;
Docker and CI/CD configuration&lt;br&gt;
These signals reveal how the system is actually built.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Second, it constructs a knowledge graph that connects:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;services&lt;/li&gt;
&lt;li&gt;components&lt;/li&gt;
&lt;li&gt;APIs&lt;/li&gt;
&lt;li&gt;infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Finally, it generates outputs tailored for different audiences:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;engineers&lt;/li&gt;
&lt;li&gt;product managers&lt;/li&gt;
&lt;li&gt;stakeholders&lt;/li&gt;
&lt;li&gt;Getting Started with OpenDocs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installation is simple:
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install opendocs[llm]
from opendocs.pipeline import Pipeline

pipeline = Pipeline()
pipeline.run(
    "https://github.com/owner/repo",
    theme_name="ocean",
    mode="llm",
    api_key="sk-...",
)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Real-World Impact
&lt;/h2&gt;

&lt;p&gt;In practice, this changes how teams operate.&lt;/p&gt;

&lt;p&gt;A new developer can onboard using generated documentation and diagrams instead of relying on walkthroughs.&lt;/p&gt;

&lt;p&gt;An engineering team can begin architecture discussions with a generated baseline instead of starting from scratch.&lt;/p&gt;

&lt;p&gt;Product managers and stakeholders can understand systems through ready-made presentations.&lt;/p&gt;

&lt;p&gt;Researchers can even use structured outputs to bootstrap technical papers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Existing Tools Fall Short
&lt;/h2&gt;

&lt;p&gt;Tools like Pandoc excel at converting formats, but they don’t interpret meaning.&lt;/p&gt;

&lt;p&gt;Documentation platforms help organise content but rely on manual input.&lt;/p&gt;

&lt;p&gt;AI tools generate content but often lack grounding in actual repository structure.&lt;/p&gt;

&lt;h2&gt;
  
  
  OpenDocs introduces a new category:
&lt;/h2&gt;

&lt;p&gt;Repository intelligence + multi-artifact generation&lt;/p&gt;

&lt;h2&gt;
  
  
  Explore the Project
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://pypi.org/project/opendocs/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ioteverythin/OpenDocs" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Organisation&lt;/strong&gt;: &lt;a href="https://dev.tourl"&gt;ioteverythin.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developers&lt;/strong&gt;: &lt;br&gt;
joel varun&lt;br&gt;
 and &lt;br&gt;
Joshua Nishanth&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>aiops</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
