<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>oxdoc Blog</title>
        <link>https://oxdoc.vercel.app/blog</link>
        <description>oxdoc Blog</description>
        <lastBuildDate>Sat, 28 Mar 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Introducing the oxdoc Project]]></title>
            <link>https://oxdoc.vercel.app/blog/hello-oxdoc</link>
            <guid>https://oxdoc.vercel.app/blog/hello-oxdoc</guid>
            <pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[API documentation generation in the TypeScript/JavaScript ecosystem has long suffered from performance issues.]]></description>
            <content:encoded><![CDATA[<p>API documentation generation in the TypeScript/JavaScript ecosystem has long suffered from performance issues.</p>
<p>TypeDoc is a great tool, but because it depends on the TypeScript Compiler, it experiences OOM crashes and severe performance degradation in large projects.</p>
<p><strong>oxdoc</strong> is a project that aims to fundamentally solve this problem by leveraging the OXC parser (Rust NAPI).</p>
<h2 class="anchor anchorTargetStickyNavbar_UCMm" id="goals">Goals<a href="https://oxdoc.vercel.app/blog/hello-oxdoc#goals" class="hash-link" aria-label="Direct link to Goals" title="Direct link to Goals" translate="no">​</a></h2>
<ol>
<li class="">Blazing-fast JSDoc/TSDoc extraction powered by OXC parser</li>
<li class="">Documentation coverage checks (CI integration)</li>
<li class="">Doc test - automatic <code>@example</code> block validation</li>
<li class="">Multiple output formats: JSON, Markdown, HTML, llms.txt</li>
</ol>
<p>We will share progress updates on this blog.</p>]]></content:encoded>
            <category>announcement</category>
        </item>
    </channel>
</rss>