<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/rss+xml" href="https://feeds.transistor.fm/the-jamdesk-podcast" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>The API Docs Podcast</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/the-jamdesk-podcast</itunes:new-feed-url>
    <description>The founders of Jamdesk run through all the new updates of Jamdesk.</description>
    <copyright>© 2026 Jamdesk</copyright>
    <podcast:guid>5225058e-4d83-55a5-9be2-ef1b0c37b493</podcast:guid>
    <podcast:locked>yes</podcast:locked>
    <language>en</language>
    <pubDate>Tue, 05 May 2026 10:16:04 -0400</pubDate>
    <lastBuildDate>Tue, 05 May 2026 10:16:16 -0400</lastBuildDate>
    <link>https://www.jamdesk.com</link>
    <image>
      <url>https://img.transistorcdn.com/AGFpF6ssSq8nQeOd-u43OZpTKPAF31wmPXqhyncTstE/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8xM2Y1/NTliNzU0YWY4ZDJl/ZDZiYmM1NmVmOTc4/NzFkYS5wbmc.jpg</url>
      <title>The API Docs Podcast</title>
      <link>https://www.jamdesk.com</link>
    </image>
    <itunes:category text="Technology"/>
    <itunes:type>episodic</itunes:type>
    <itunes:author>Jamdesk</itunes:author>
    <itunes:image href="https://img.transistorcdn.com/AGFpF6ssSq8nQeOd-u43OZpTKPAF31wmPXqhyncTstE/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8xM2Y1/NTliNzU0YWY4ZDJl/ZDZiYmM1NmVmOTc4/NzFkYS5wbmc.jpg"/>
    <itunes:summary>The founders of Jamdesk run through all the new updates of Jamdesk.</itunes:summary>
    <itunes:subtitle>The founders of Jamdesk run through all the new updates of Jamdesk..</itunes:subtitle>
    <itunes:keywords></itunes:keywords>
    <itunes:owner>
      <itunes:name>Jamdesk</itunes:name>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>Recap of the April 2026 Jamdesk Release</title>
      <itunes:episode>2</itunes:episode>
      <podcast:episode>2</podcast:episode>
      <itunes:title>Recap of the April 2026 Jamdesk Release</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">65880e60-72d6-4b33-ac11-e047e1cb45a8</guid>
      <link>https://share.transistor.fm/s/c526d202</link>
      <description>
        <![CDATA[<p>In this episode, co-founders Boris and Geoff recap last month's feature releases.</p><p>Episode highlights:</p><p><br></p><ul><li><strong>PDF Export.</strong> Render your whole docs site to a single <a href="https://jamdesk.com/docs/builds/pdf-export">PDF</a> from <strong>Settings → PDF Exports</strong> in the dashboard. Paid plans only. Multi-language projects pick a locale per export, results are cached per commit, and you get an email with a download link when rendering finishes.</li><li><strong>Multi-language OpenAPI Specs.</strong> Endpoint pages now render translated OpenAPI specs alongside translated MDX. Drop a &lt;spec&gt;.&lt;lang&gt;.&lt;ext&gt; file (e.g., openapi/api.fr.yaml) next to your source spec and Jamdesk picks it up on that language's URLs, falling back to the English spec when a language variant is missing. Operation summaries, parameter descriptions, response descriptions, and schema descriptions all localize. Setup: <a href="https://jamdesk.com/docs/setup/languages#translating-openapi-specs">Translating OpenAPI Specs</a>.</li><li><strong>Visibility Component.</strong> New <a href="https://jamdesk.com/docs/components/visibility">&lt;Visibility for="humans|agents"&gt;</a> component lets you carve out content for human readers or AI agents on the same page. Human-only blocks render in the browser but are stripped from .md exports and llms-full.txt; agent-only blocks do the reverse. Agents requesting Accept: text/markdown on canonical URLs automatically get the agent view.</li><li><strong>Password Protection, rebuilt.</strong> You can now lock your whole site behind a shared password, or gate just a handful of pages while the rest stay public. Set auth.password.enabled: true for whole-site mode, or mark individual pages with private: true in frontmatter (or list them under auth.password.private) for specific-pages mode. The Settings page in the dashboard walks you through setting, rotating, and revoking the password. Visitors hit a branded unlock screen with your site's logo, primary color, and an optional hint you define in docs.json. Setup guide: <a href="https://jamdesk.com/docs/setup/password-protection">Password Protection</a>.</li><li><strong>Automatic WebP Image Conversion.</strong> Jamdesk can convert your PNG and JPG images to WebP at build time. Converted files are usually 60-80% smaller than the originals with no visible quality loss, so your pages load faster without any manual image processing. Opt in via images.convertToWebp: true in docs.json. Favicons, og:image, and twitter:image stay in their original format for social crawler compatibility. A new <strong>Optimizing images</strong> step shows live progress in the dashboard and CLI during each build. <a href="https://jamdesk.com/docs/builds/image-optimization">Automatic Image Conversion →</a></li><li><strong>API Playground.</strong> Endpoint pages now have an interactive <a href="https://jamdesk.com/docs/api-reference/playground">"Try it" button</a>. Fill in parameters, watch code examples update in real time, and send live requests without leaving your docs. Enabled by default on all API pages. Works with both OpenAPI and MDX-authored endpoints.</li><li><strong>Claude Code Plugin.</strong> Install the <a href="https://jamdesk.com/docs/claude-code-plugin">Jamdesk plugin for Claude Code</a> to give Claude deep knowledge of MDX components, docs.json configuration, navigation patterns, and CLI commands. Two-step install from the plugin marketplace. Pairs with <a href="https://jamdesk.com/docs/ai/claude-code">CLAUDE.md</a> and the <a href="https://jamdesk.com/docs/ai/mcp-server">MCP server</a> for AI-assisted doc writing.</li><li><strong>Build Warnings for Missing Branding.</strong> Builds now warn when favicon or logo paths in docs.json reference files that don't exist in your project. Warnings appear in the dashboard build details and in the CLI via jamdesk dev and jamdesk validate. No email; the warning is informational only.</li><li><strong>YouTube Shorts.</strong> The <a href="https://jamdesk.com/docs/content/youtube#youtube-shorts">&lt;YouTube&gt; component</a> now supports vertical Shorts via the short prop, rendering a centered 9:16 player with no black bars. Use &lt;YouTube id="VIDEO_ID" short /&gt;.</li></ul><p><br></p><p>Learn more about Jamdesk at <a href="https://www.jamdesk.com/">jamdesk.com</a>.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, co-founders Boris and Geoff recap last month's feature releases.</p><p>Episode highlights:</p><p><br></p><ul><li><strong>PDF Export.</strong> Render your whole docs site to a single <a href="https://jamdesk.com/docs/builds/pdf-export">PDF</a> from <strong>Settings → PDF Exports</strong> in the dashboard. Paid plans only. Multi-language projects pick a locale per export, results are cached per commit, and you get an email with a download link when rendering finishes.</li><li><strong>Multi-language OpenAPI Specs.</strong> Endpoint pages now render translated OpenAPI specs alongside translated MDX. Drop a &lt;spec&gt;.&lt;lang&gt;.&lt;ext&gt; file (e.g., openapi/api.fr.yaml) next to your source spec and Jamdesk picks it up on that language's URLs, falling back to the English spec when a language variant is missing. Operation summaries, parameter descriptions, response descriptions, and schema descriptions all localize. Setup: <a href="https://jamdesk.com/docs/setup/languages#translating-openapi-specs">Translating OpenAPI Specs</a>.</li><li><strong>Visibility Component.</strong> New <a href="https://jamdesk.com/docs/components/visibility">&lt;Visibility for="humans|agents"&gt;</a> component lets you carve out content for human readers or AI agents on the same page. Human-only blocks render in the browser but are stripped from .md exports and llms-full.txt; agent-only blocks do the reverse. Agents requesting Accept: text/markdown on canonical URLs automatically get the agent view.</li><li><strong>Password Protection, rebuilt.</strong> You can now lock your whole site behind a shared password, or gate just a handful of pages while the rest stay public. Set auth.password.enabled: true for whole-site mode, or mark individual pages with private: true in frontmatter (or list them under auth.password.private) for specific-pages mode. The Settings page in the dashboard walks you through setting, rotating, and revoking the password. Visitors hit a branded unlock screen with your site's logo, primary color, and an optional hint you define in docs.json. Setup guide: <a href="https://jamdesk.com/docs/setup/password-protection">Password Protection</a>.</li><li><strong>Automatic WebP Image Conversion.</strong> Jamdesk can convert your PNG and JPG images to WebP at build time. Converted files are usually 60-80% smaller than the originals with no visible quality loss, so your pages load faster without any manual image processing. Opt in via images.convertToWebp: true in docs.json. Favicons, og:image, and twitter:image stay in their original format for social crawler compatibility. A new <strong>Optimizing images</strong> step shows live progress in the dashboard and CLI during each build. <a href="https://jamdesk.com/docs/builds/image-optimization">Automatic Image Conversion →</a></li><li><strong>API Playground.</strong> Endpoint pages now have an interactive <a href="https://jamdesk.com/docs/api-reference/playground">"Try it" button</a>. Fill in parameters, watch code examples update in real time, and send live requests without leaving your docs. Enabled by default on all API pages. Works with both OpenAPI and MDX-authored endpoints.</li><li><strong>Claude Code Plugin.</strong> Install the <a href="https://jamdesk.com/docs/claude-code-plugin">Jamdesk plugin for Claude Code</a> to give Claude deep knowledge of MDX components, docs.json configuration, navigation patterns, and CLI commands. Two-step install from the plugin marketplace. Pairs with <a href="https://jamdesk.com/docs/ai/claude-code">CLAUDE.md</a> and the <a href="https://jamdesk.com/docs/ai/mcp-server">MCP server</a> for AI-assisted doc writing.</li><li><strong>Build Warnings for Missing Branding.</strong> Builds now warn when favicon or logo paths in docs.json reference files that don't exist in your project. Warnings appear in the dashboard build details and in the CLI via jamdesk dev and jamdesk validate. No email; the warning is informational only.</li><li><strong>YouTube Shorts.</strong> The <a href="https://jamdesk.com/docs/content/youtube#youtube-shorts">&lt;YouTube&gt; component</a> now supports vertical Shorts via the short prop, rendering a centered 9:16 player with no black bars. Use &lt;YouTube id="VIDEO_ID" short /&gt;.</li></ul><p><br></p><p>Learn more about Jamdesk at <a href="https://www.jamdesk.com/">jamdesk.com</a>.</p>]]>
      </content:encoded>
      <pubDate>Mon, 04 May 2026 15:35:41 -0400</pubDate>
      <author>Jamdesk</author>
      <enclosure url="https://media.transistor.fm/c526d202/6c60a1e7.mp3" length="17850101" type="audio/mpeg"/>
      <itunes:author>Jamdesk</itunes:author>
      <itunes:duration>446</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>In this episode, co-founders Boris and Geoff recap last month's feature releases.</p><p>Episode highlights:</p><p><br></p><ul><li><strong>PDF Export.</strong> Render your whole docs site to a single <a href="https://jamdesk.com/docs/builds/pdf-export">PDF</a> from <strong>Settings → PDF Exports</strong> in the dashboard. Paid plans only. Multi-language projects pick a locale per export, results are cached per commit, and you get an email with a download link when rendering finishes.</li><li><strong>Multi-language OpenAPI Specs.</strong> Endpoint pages now render translated OpenAPI specs alongside translated MDX. Drop a &lt;spec&gt;.&lt;lang&gt;.&lt;ext&gt; file (e.g., openapi/api.fr.yaml) next to your source spec and Jamdesk picks it up on that language's URLs, falling back to the English spec when a language variant is missing. Operation summaries, parameter descriptions, response descriptions, and schema descriptions all localize. Setup: <a href="https://jamdesk.com/docs/setup/languages#translating-openapi-specs">Translating OpenAPI Specs</a>.</li><li><strong>Visibility Component.</strong> New <a href="https://jamdesk.com/docs/components/visibility">&lt;Visibility for="humans|agents"&gt;</a> component lets you carve out content for human readers or AI agents on the same page. Human-only blocks render in the browser but are stripped from .md exports and llms-full.txt; agent-only blocks do the reverse. Agents requesting Accept: text/markdown on canonical URLs automatically get the agent view.</li><li><strong>Password Protection, rebuilt.</strong> You can now lock your whole site behind a shared password, or gate just a handful of pages while the rest stay public. Set auth.password.enabled: true for whole-site mode, or mark individual pages with private: true in frontmatter (or list them under auth.password.private) for specific-pages mode. The Settings page in the dashboard walks you through setting, rotating, and revoking the password. Visitors hit a branded unlock screen with your site's logo, primary color, and an optional hint you define in docs.json. Setup guide: <a href="https://jamdesk.com/docs/setup/password-protection">Password Protection</a>.</li><li><strong>Automatic WebP Image Conversion.</strong> Jamdesk can convert your PNG and JPG images to WebP at build time. Converted files are usually 60-80% smaller than the originals with no visible quality loss, so your pages load faster without any manual image processing. Opt in via images.convertToWebp: true in docs.json. Favicons, og:image, and twitter:image stay in their original format for social crawler compatibility. A new <strong>Optimizing images</strong> step shows live progress in the dashboard and CLI during each build. <a href="https://jamdesk.com/docs/builds/image-optimization">Automatic Image Conversion →</a></li><li><strong>API Playground.</strong> Endpoint pages now have an interactive <a href="https://jamdesk.com/docs/api-reference/playground">"Try it" button</a>. Fill in parameters, watch code examples update in real time, and send live requests without leaving your docs. Enabled by default on all API pages. Works with both OpenAPI and MDX-authored endpoints.</li><li><strong>Claude Code Plugin.</strong> Install the <a href="https://jamdesk.com/docs/claude-code-plugin">Jamdesk plugin for Claude Code</a> to give Claude deep knowledge of MDX components, docs.json configuration, navigation patterns, and CLI commands. Two-step install from the plugin marketplace. Pairs with <a href="https://jamdesk.com/docs/ai/claude-code">CLAUDE.md</a> and the <a href="https://jamdesk.com/docs/ai/mcp-server">MCP server</a> for AI-assisted doc writing.</li><li><strong>Build Warnings for Missing Branding.</strong> Builds now warn when favicon or logo paths in docs.json reference files that don't exist in your project. Warnings appear in the dashboard build details and in the CLI via jamdesk dev and jamdesk validate. No email; the warning is informational only.</li><li><strong>YouTube Shorts.</strong> The <a href="https://jamdesk.com/docs/content/youtube#youtube-shorts">&lt;YouTube&gt; component</a> now supports vertical Shorts via the short prop, rendering a centered 9:16 player with no black bars. Use &lt;YouTube id="VIDEO_ID" short /&gt;.</li></ul><p><br></p><p>Learn more about Jamdesk at <a href="https://www.jamdesk.com/">jamdesk.com</a>.</p>]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>The Jamdesk Podcast</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>The Jamdesk Podcast</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b484ac6f-8639-4692-9b23-885a37cbdf87</guid>
      <link>https://share.transistor.fm/s/333b9580</link>
      <description>
        <![CDATA[<p>In this episode, co-founders Boris and Geoff introduce Jamdesk.</p><p>Episode highlights:</p><ul><li>What Jamdesk is: An API docs platform where you write in MDX, push to GitHub, and your docs go live — priced at $29/month flat with everything included (analytics, white-labeling, custom domain, AI chat with no token fees, three themes: standard, Nebula, Pulsar).</li><li>SEO &amp; discoverability: Near-100 Google PageSpeed scores, automatic sitemap and llms.txt generation, IndexNow submissions to Bing/Yandex, and social metadata handling so your docs get found by both search engines and AI chatbots.</li><li>CLI power: A command-line tool for local testing, broken link checks, and spell-checking — designed to plug into agentic coding workflows (Claude Code, Codex) so LLMs can edit, test, and publish docs autonomously.</li><li>Two publishing paths: A GitHub app that auto-builds on push, or CLI-driven publishing from your AI coding agent.</li><li>API Playground (newly launched): Lets users hit your test or production API directly from the docs, configurable via OpenAPI spec or manually in MDX.</li><li>The pitch: 14-day free trial, founders use it themselves, aimed at API/software companies who nned a polished docs site without stitching one together.</li></ul><p>Learn more about Jamdesk at <a href="https://www.jamdesk.com">jamdesk.com</a>.</p>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, co-founders Boris and Geoff introduce Jamdesk.</p><p>Episode highlights:</p><ul><li>What Jamdesk is: An API docs platform where you write in MDX, push to GitHub, and your docs go live — priced at $29/month flat with everything included (analytics, white-labeling, custom domain, AI chat with no token fees, three themes: standard, Nebula, Pulsar).</li><li>SEO &amp; discoverability: Near-100 Google PageSpeed scores, automatic sitemap and llms.txt generation, IndexNow submissions to Bing/Yandex, and social metadata handling so your docs get found by both search engines and AI chatbots.</li><li>CLI power: A command-line tool for local testing, broken link checks, and spell-checking — designed to plug into agentic coding workflows (Claude Code, Codex) so LLMs can edit, test, and publish docs autonomously.</li><li>Two publishing paths: A GitHub app that auto-builds on push, or CLI-driven publishing from your AI coding agent.</li><li>API Playground (newly launched): Lets users hit your test or production API directly from the docs, configurable via OpenAPI spec or manually in MDX.</li><li>The pitch: 14-day free trial, founders use it themselves, aimed at API/software companies who nned a polished docs site without stitching one together.</li></ul><p>Learn more about Jamdesk at <a href="https://www.jamdesk.com">jamdesk.com</a>.</p>]]>
      </content:encoded>
      <pubDate>Thu, 16 Apr 2026 14:16:13 -0400</pubDate>
      <author>Jamdesk</author>
      <enclosure url="https://media.transistor.fm/333b9580/91b4a3a8.mp3" length="18674203" type="audio/mpeg"/>
      <itunes:author>Jamdesk</itunes:author>
      <itunes:duration>466</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>In this episode, co-founders Boris and Geoff introduce Jamdesk.</p><p>Episode highlights:</p><ul><li>What Jamdesk is: An API docs platform where you write in MDX, push to GitHub, and your docs go live — priced at $29/month flat with everything included (analytics, white-labeling, custom domain, AI chat with no token fees, three themes: standard, Nebula, Pulsar).</li><li>SEO &amp; discoverability: Near-100 Google PageSpeed scores, automatic sitemap and llms.txt generation, IndexNow submissions to Bing/Yandex, and social metadata handling so your docs get found by both search engines and AI chatbots.</li><li>CLI power: A command-line tool for local testing, broken link checks, and spell-checking — designed to plug into agentic coding workflows (Claude Code, Codex) so LLMs can edit, test, and publish docs autonomously.</li><li>Two publishing paths: A GitHub app that auto-builds on push, or CLI-driven publishing from your AI coding agent.</li><li>API Playground (newly launched): Lets users hit your test or production API directly from the docs, configurable via OpenAPI spec or manually in MDX.</li><li>The pitch: 14-day free trial, founders use it themselves, aimed at API/software companies who nned a polished docs site without stitching one together.</li></ul><p>Learn more about Jamdesk at <a href="https://www.jamdesk.com">jamdesk.com</a>.</p>]]>
      </itunes:summary>
      <itunes:keywords></itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
