What is HolyDocs?

HolyDocs is a modern documentation platform purpose-built for developer teams. It combines the authoring simplicity of MDX with AI-powered features like semantic search, an embedded chat assistant, and an autonomous documentation agent — all running on Cloudflare's edge network for sub-50ms page loads worldwide.

HolyDocs is fully compatible with existing Mintlify documentation projects. You can migrate in under five minutes using the holydocs migrate CLI command.

Key Features

AI-Native

Built-in RAG assistant, semantic search, MCP server, and autonomous agent for doc maintenance.

Edge-First

Rendered and served from Cloudflare Workers — every page loads in milliseconds, globally.

MDX Authoring

Write in MDX with 15+ built-in components: Callouts, Cards, Tabs, Steps, Accordion, CodeBlock, and more.

Git-Powered

Connect your GitHub or GitLab repo. Push to deploy — preview deployments on every PR.

API Playground

Interactive OpenAPI playground with auto-generated code samples in 7 languages.

Enterprise Ready

SSO/SAML, role-based content access, audit logs, AI translation to 24 languages, and outbound webhooks.

How It Works

1

Write your docs

Author documentation in MDX files with YAML frontmatter. Use built-in components for rich content like callouts, tabbed code blocks, and interactive API references.

2

Configure with docs.json

Define your navigation structure, theme, colors, and features in a single docs.json configuration file at the root of your docs directory.

3

Push to deploy

Connect a GitHub or GitLab repository. Every push to your default branch triggers a build and deploys to Cloudflare's edge network. Pull requests get preview deployments automatically.

4

AI indexes your content

After each deployment, HolyDocs automatically chunks and embeds your content into a Vectorize index. This powers semantic search, the AI chat assistant, and the MCP server.

Compared to Alternatives

FeatureHolyDocsMintlifyGitBookReadMe
Edge renderingCloudflare WorkersVercelCustomCustom
AI chat assistantBuilt-in RAGAdd-onBasicNo
MCP serverPer-projectNoNoNo
OpenAPI playgroundInteractiveInteractiveBasicInteractive
Git integrationGitHub + GitLabGitHubGitHubNo
SSO/SAMLBusiness planEnterpriseEnterpriseEnterprise
AI translation24 languagesNoNoNo
Autonomous agentBuilt-inNoNoNo
PricingFree tier available$150/mo+Free tier$99/mo+
Custom domainsAll plansPaid onlyPaid onlyPaid only
Preview deploymentsPro+All plansAll plansNo
Content versioningBuilt-inLimitedBuilt-inNo
WebhooksPro+EnterpriseEnterpriseEnterprise
ChangelogBuilt-inNoNoNo
Feedback collectionBuilt-inNoNoBuilt-in
MDX components15+ built-in15+ built-inLimitedNo
API code samples7 languages, auto6 languagesManualManual

Architecture

HolyDocs runs entirely on Cloudflare infrastructure with zero external dependencies:

  • Workers — API server and rendering engine at the edge (200+ global locations)
  • D1 — SQLite database for projects, deployments, and metadata
  • R2 — Object storage for assets, built pages, and OpenAPI specs
  • KV — Key-value cache for rendered pages and search indices
  • Vectorize — Vector database for AI-powered semantic search
  • Queues — Async job processing for builds, AI indexing, translation, and agent tasks
  • Pages — Dashboard hosting with instant deploys

This architecture means there is no single origin server. Every request is handled at the nearest Cloudflare edge location, resulting in consistent sub-50ms response times regardless of where your readers are located.

Because HolyDocs runs on Cloudflare's edge network, your documentation benefits from automatic DDoS protection, global CDN caching, and 99.99% uptime SLA — all without any additional configuration.

Why HolyDocs?

Documentation is the first touchpoint developers have with your product. A slow, hard-to-search, or outdated docs site costs you adoption. HolyDocs was built to solve the problems we kept running into with existing platforms:

Every page is rendered and served from Cloudflare's edge network. There is no origin server to hit, no cold start to wait for. Your readers get instant page loads whether they are in San Francisco, Sao Paulo, or Singapore.

The built-in AI assistant uses retrieval-augmented generation with your actual documentation content — not a generic LLM with no context. Readers get accurate, sourced answers instead of hallucinated guesses.

Push to your Git repository and your docs are live in seconds. Preview deployments on every pull request. No build scripts to maintain, no CI pipelines to configure, no infrastructure to manage.

Already using Mintlify? Run holydocs migrate and your existing docs, navigation, components, and configuration transfer automatically. Most projects migrate in under five minutes.

Search, analytics, AI assistant, translation, changelog, feedback, API playground, versioning — all built in. No stitching together third-party services or managing separate billing for each capability.

Who Is HolyDocs For?

HolyDocs serves a broad spectrum of users, from individual developers to large enterprise teams. Here is how different users benefit:

Solo Developers

Ship polished docs for your open-source project or side project without spending days on infrastructure. The free tier gives you everything you need to get started.

DevRel Engineers

Manage documentation at scale with AI-powered translation, analytics that show what readers actually search for, and an autonomous agent that catches broken links before your users do.

API Teams

Auto-generate interactive API reference pages from OpenAPI specs. Code samples in 7 languages, request/response examples, and a live playground — all maintained automatically.

Technical Writers

Focus on writing, not tooling. The visual editor, MDX components, and live preview let you produce high-quality documentation without touching configuration files.

Enterprise Teams

SSO/SAML integration, role-based content access, audit logs, and dedicated support. Run documentation for multiple products under one organization with granular access control.

HolyDocs scales from a single-page README to thousands of pages across multiple products and languages. You never need to re-platform as your documentation grows.

Compared to Alternatives (Detailed)

Beyond the feature matrix above, here is how HolyDocs differs in practice:

CapabilityHolyDocsOthers
Time to first deployUnder 2 minutes from holydocs init to live siteTypically 10-30 minutes with config, CI setup
Search qualityHybrid keyword + semantic vector searchUsually keyword-only or basic fuzzy match
AI assistant accuracyRAG with source citations from your actual docsGeneric chatbot or unavailable
Build speedIncremental builds, typically under 10 secondsFull rebuilds on every push, 30-120 seconds
Preview deploymentsAutomatic on every PR with unique URLOften requires separate CI configuration
Content freshnessAI agent detects stale content automaticallyManual review or nothing
InternationalizationAI translation to 24 languages with glossaryManual translation or external service
AnalyticsBuilt-in privacy-friendly analytics, no third-party scripts neededRequires separate analytics integration
Customization11 themes, custom fonts, colors, and component stylingLimited theme options, often requires CSS overrides
MCP serverPer-project MCP server for IDE integrationNot available

Plans and Pricing

HolyDocs offers plans for every stage of growth:

FreeStarterProBusinessEnterprise
Projects13UnlimitedUnlimitedUnlimited
Pages50200500UnlimitedUnlimited
Builds/day1030100500Unlimited
AI assistant----250 msg/mo500 msg/moUnlimited
Custom domains01520Unlimited
SSO/SAML------YesYes
AI translation------YesYes

Getting Help

Documentation

You are here. Browse the full documentation for guides, reference, and tutorials.

Learn More
Discord Community

Join the HolyDocs Discord to ask questions, share feedback, and connect with other users.

GitHub Discussions

Report bugs, request features, and participate in roadmap discussions on GitHub.

Email Support

Business and Enterprise customers can reach our team directly at support@holydocs.com.

Learn More

For the fastest response, search the docs first — the AI assistant (Cmd+I) can usually answer your question instantly using the documentation content.

Next Steps

Quickstart

Get your first docs site live in under 5 minutes.

Learn More
Installation

Install the HolyDocs CLI on your machine.

Learn More
Themes

Choose a visual theme and customize your site's appearance.

Learn More
AI Features

Enable the AI assistant, semantic search, and autonomous agent.

Learn More
Ask a question... ⌘I