Beautiful API Documentation
That Developers Love
Create stunning developer docs. Jamdesk transforms markdown into beautiful, searchable product docs that your users will actually enjoy reading.
Welcome to Jamdesk
Jamdesk helps you create beautiful, fast documentation for your products. Get started in minutes with our intuitive MDX-based workflow.
$ npx create-jamdesk my-docsPro tip: Use our CLI to scaffold your docs project with best practices built-in.
Everything you need to ship
world-class docs
Jamdesk comes packed with features that make creating and maintaining documentation a breeze.
Instant Setup
Deploy beautiful documentation in under 5 minutes. No complex configuration required.
Custom Branding
Make it yours with custom colors, fonts, logos, and domain. Match your brand perfectly.
Built-in Search
Lightning-fast search powered by AI. Help users find exactly what they need instantly.
API References
Auto-generate beautiful API documentation from OpenAPI specs or code annotations.
Version Control
Git-powered versioning. Track changes, collaborate with your team, and roll back anytime.
Analytics
Know your users. Track page views, search queries, and identify content gaps.
Write in MDX,
see it come to life
Use the power of markdown combined with React components. What you write is instantly transformed into beautiful documentation.
1---2title: "Getting Started"3description: "Learn how to set up Jamdesk"4---56# Welcome to Jamdesk78Get started with beautiful documentation9in just a few simple steps.1011<Callout type="info">12 Jamdesk uses MDX, so you can use13 React components in your markdown!14</Callout>1516## Installation1718```bash19npm install jamdesk20```2122## Quick Example2324<CodeGroup>25 <CodeBlock title="JavaScript">26 const docs = new Jamdesk();27 docs.init();28 </CodeBlock>29</CodeGroup>Welcome to Jamdesk
Get started with beautiful documentation in just a few simple steps.
Jamdesk uses MDX, so you can use React components in your markdown!
Installation
$ npm install jamdeskQuick Example
const docs = new Jamdesk();docs.init();Start building better docs
today
Join thousands of teams who've already transformed their documentation experience. Free trial available.