Jamdesk Documentation

Create AI-ready documentation from MDX and GitHub. Deploy in seconds with built-in search, analytics, and themes.

Jamdesk documentation platform architecture

Jamdesk is a documentation platform that builds docs sites from your Markdown files. Connect a GitHub repo, write in MDX, and deploy globally in seconds—no build pipelines, no DevOps. Every site generates an llms.txt file so AI tools can index your content.

Write with AI. Use Cursor, Claude, or any AI assistant to generate and edit your docs. MDX is a text format that AI tools understand natively—no special prompts needed.

A Minimal Jamdesk Project

my-docs/
├── docs.json
└── introduction.mdx

That's all you need. See the Quickstart to create yours.

What's Included

Deploy in Seconds

Push to GitHub and your docs deploy to a global CDN. No build configs or CI pipelines.

Write in MDX

Standard Markdown with React components for interactive elements.

Three Themes

Jam, Nebula, and Pulsar—each with dark mode and responsive design.

Built-in Search

Cmd+K search that indexes your content automatically.

How It Works

1
Write in MDX

Create docs using Markdown with optional React components. Use your favorite editor—VS Code, Cursor, or any text editor. AI tools like Claude can generate and edit MDX natively.

2
Push to GitHub

Commit your changes and push. That's it—no build commands, no deploy scripts.

3
Live in Seconds

Jamdesk detects your push, builds your site, and deploys to a global CDN. Your docs are live at your-project.jamdesk.app.

What You Can Build

User guides, feature documentation, and help centers. Clear navigation helps users find answers fast. See components →

More Features

AI-Ready (llms.txt)

Auto-generated llms.txt for ChatGPT, Claude, and Copilot to index your docs.

MCP Integration

AI agents query your docs via Model Context Protocol.

Built-in Analytics

Page views, search queries, and geographic data without third-party tools.

OpenAPI Support

Auto-generate API pages from your OpenAPI 3.0+ spec.

Custom Domains

Serve from docs.yourcompany.com with automatic SSL.

SEO Ready

Meta tags, Open Graph images, and sitemaps generated automatically.

Get Started

Quickstart

Deploy your first docs site in 5 minutes

CLI Guide

Set up local development

MDX Basics

Learn to write documentation

Components

Explore available components