Beautiful AI-Ready Documentation
That Developers Love
Jamdesk is a docs-as-code platform that builds documentation sites from MDX. Push to GitHub, deploy globally in seconds — with AI search, analytics, and themes built in.
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
50+ features to create, customize, and analyze your documentation. Here are some highlights.
Deploy in Seconds
Push to GitHub, see your docs live. No build steps, no waiting.
3 Professional Themes
Jam, Nebula, and Pulsar — each with distinct personality and typography.
Built-in Analytics
Visitors, page views, and traffic sources at a glance. No third-party tools needed.
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();Ensure your docs are found
by the leading LLMs
Every Jamdesk site auto-generates llms.txt and llms-full.txt following the open standard. AI assistants like ChatGPT, Claude, and Copilot can instantly understand your entire docs site. No configuration required.
1# Acme Docs23> API reference and guides for the Acme platform.45## Docs67- [Introduction](https://acme.jamdesk.app/docs/introduction)8- [Authentication](https://acme.jamdesk.app/docs/authentication)9- [Quick Start](https://acme.jamdesk.app/docs/quick-start)10- [API Reference](https://acme.jamdesk.app/docs/api-reference)11- [Webhooks](https://acme.jamdesk.app/docs/webhooks)12- [SDKs](https://acme.jamdesk.app/docs/sdks)13- [Error Handling](https://acme.jamdesk.app/docs/error-handling)Start building better docs
today
Professional documentation without the enterprise price tag. 14-day free trial.