Frequently Asked Questions

Common questions about Jamdesk pricing, builds, domains, teams, and features.

Common questions about pricing, builds, domains, and features.

Getting Started

Jamdesk is a documentation platform that builds docs sites from your Markdown files. Write in MDX, push to GitHub, and your site deploys automatically with search, analytics, and AI-ready llms.txt.

No coding required. Writing in MDX is using a text editor — you write plain text with simple formatting. Components are available if you want them, but they're entirely optional.

Yes! We offer a 14-day free trial with full access to all features.

Jamdesk is built around MDX and GitHub — your docs are plain text files in a repo, not locked in a proprietary editor. Push to GitHub and your site deploys in under 60 seconds with no build configuration or CI/CD pipeline. Every site also gets llms.txt and an MCP server automatically, so AI tools like Claude and ChatGPT can access your current docs directly.

Builds & Deployment

Most documentation sites build in 30-60 seconds. Larger sites with many pages may take longer.

Yes! Use the Jamdesk CLI (jamdesk dev) to preview locally with hot reload. Changes only go live when you push to GitHub.

Builds trigger automatically when you push to your connected GitHub branch. You can also trigger builds manually from the dashboard or via API.

Yes. Go to Deployments in your project, find the previous build, and click Rollback.

Billing & Pricing

The Pro plan is $29/month per project. Additional projects are $15/month each. See Plans & Pricing for details.

We offer a 14-day free trial. After that, you'll need a Pro subscription to continue.

We accept Visa, Mastercard, American Express, and Discover credit cards.

We offer refunds within 30 days of your first payment. Contact support for assistance.

Custom Domains

Yes! Add a custom domain in SettingsDomains. SSL certificates are provisioned automatically.

DNS changes typically propagate within a few hours, but can take up to 48 hours.

Yes. Use a reverse proxy (Cloudflare, AWS, nginx) to serve Jamdesk at a subpath. See Subpath Hosting.

Teams & Collaboration

Pro plans include 10 team members per project.

Team members can view builds and trigger rebuilds, but editing happens in your GitHub repository. Anyone with repository access can edit the docs.

Go to SettingsTeamTransfer Ownership. The new owner must be an existing team member.

Content & Features

Jamdesk supports MDX (Markdown + JSX) and standard Markdown files.

Yes. Define inline components directly in MDX with export const, or create reusable components in the /snippets directory. For interactive components with hooks, use .tsx files with 'use client'. See Custom React Components and Snippets.

No hard limit on pages. Most documentation sites work well with hundreds of pages.

Yes. Use the languages property in your navigation config to create a language switcher. Each language gets its own navigation structure and content. See Multi-Language Support.

Contact Support

Get help from the Jamdesk team

Build Failures

Diagnose common errors