Introduction
Hyperdocs is an AI-powered documentation platform that automatically generates, syncs, and publishes beautiful docs from your codebase. Whether you are a solo developer or a team of hundreds, Hyperdocs keeps your documentation always up to date — without any manual effort.
Traditional documentation workflows break down quickly. Docs live in a separate repo, get out of sync with the code, and nobody has time to update them. Hyperdocs solves this by treating documentation as a first-class output of your development process.
Key Features
How It Works
Hyperdocs connects directly to your repository via a lightweight webhook. On every push to your configured branch, the sync engine diffs only the changed files and updates the affected doc pages. No full rebuilds — even large monorepos stay fast.
The AI layer reads your source code, inline comments, JSDoc/TSDoc annotations, and any existing markdown files. It structures this into a navigable doc site with sections, headings, and code examples already in place. You can then edit, rearrange, or extend any part of the output.
Architecture Overview
At a high level, Hyperdocs consists of four layers:
Supported Stacks
Hyperdocs parses documentation from a wide range of languages and frameworks out of the box:
Language | Comment Style | Extras |
|---|---|---|
TypeScript / JavaScript | JSDoc, TSDoc | OpenAPI v3, GraphQL SDL |
Python | Docstrings (Google, NumPy) | FastAPI auto-schema |
Go | GoDoc comments | go doc output |
Rust | rustdoc (///) | cargo doc output |
Java / Kotlin | Javadoc, KDoc | Spring annotations |
Quick Example
Here is all it takes to publish your first docs site:
# 1. Install the CLI
npm install -g @hyperdocs/cli
# 2. Authenticate
hyperdocs login
# 3. Initialise a project in your repo root
hyperdocs init
# 4. Generate docs from source
hyperdocs generate
# 5. Publish
hyperdocs deployPricing
Hyperdocs is free for open-source projects and individual developers. Paid plans unlock private docs, custom domains, team access controls, and priority support.
Plan | Price | Projects | Team Members |
|---|---|---|---|
Free | $0 / mo | 3 | 1 |
Pro | $19 / mo | Unlimited | 5 |
Team | $49 / mo | Unlimited | 25 |
Enterprise | Custom | Unlimited | Unlimited |
Security
All data is encrypted at rest (AES-256) and in transit (TLS 1.3). API keys are hashed with bcrypt and never stored in plaintext. Hyperdocs is SOC 2 Type II certified and GDPR compliant.
We never store your source code beyond the time needed to generate documentation. Parsed ASTs are discarded after each sync.
Callout Examples
Callouts help highlight important information at a glance.
Getting Help
We are here to help. Choose the channel that works best for you:
If you run into issues, open a GitHub issue or reach out on Discord. We respond within 24 hours.