Now with AI-powered search

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.

docs.mysite.com
Getting Started/Introduction

Welcome to Jamdesk

Jamdesk helps you create beautiful, fast documentation for your products. Get started in minutes with our intuitive MDX-based workflow.

Terminal
$ npx create-jamdesk my-docs

Pro 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.

docs/intro.mdx
MDX Source
1---
2title: "Getting Started"
3description: "Learn how to set up Jamdesk"
4---
5
6# Welcome to Jamdesk
7
8Get started with beautiful documentation
9in just a few simple steps.
10
11<Callout type="info">
12 Jamdesk uses MDX, so you can use
13 React components in your markdown!
14</Callout>
15
16## Installation
17
18```bash
19npm install jamdesk
20```
21
22## Quick Example
23
24<CodeGroup>
25 <CodeBlock title="JavaScript">
26 const docs = new Jamdesk();
27 docs.init();
28 </CodeBlock>
29</CodeGroup>
Live Preview
Rendered Output

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

bash
$ npm install jamdesk

Quick 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.

10k+
Teams
50M+
Page views/mo
99.9%
Uptime