DeveloperHub - Collaborate on Documentation
Introducing the 2026 Platform

Step into a New Era
of Documentation.

Beautiful, fast, and intelligent documentation. Build knowledge bases, product guides, API documentation, and developer portals that your users actually want to use.

AI-Powered

Write better docs,
in half the time.

Let AI draft, rewrite, and audit your content — while your team builds great products. Teams report cutting documentation effort by 50% after switching.

AI Powered

AI Agent

Turn a conversation into polished documentation. Draft new pages, rewrite existing content, audit, generate summaries, or restructure entire sections — with full access to your documentation context.

  • Draft, rewrite, audit & restructure pages
  • Searches & references your own docs for context
  • Correct internal links and page syntax
  • Review suggestions — apply selectively
AI Agent Authentication
Rewrite the intro to be more concise and add a code example.
Edit Suggestion
Authentication uses Bearer tokens passed in the Authorization header.
All endpoints require a valid token. Tokens expire after 24 hours|
Try it live

API Playground

Cut development time. Test every endpoint directly from the API reference — headers, params, and OAuth flows pre-populated from your OpenAPI spec. Live responses shown instantly.

  • Pre-populated from your OpenAPI spec
  • OAuth 2.0 flows built in
  • Live responses with status & headers
API Playground
GET /v1/users/usr_123
Authorization: Bearer sk_live_•••••
Send Request
200 OK 142ms
{
  "id": "usr_123",
  "email": "dev@example.com",
  "plan": "grow"
}
Write & Collaborate

Your whole team,
on the same page.

Turn documentation into a team workflow, not a bottleneck. A powerful editor with real-time collaboration, built-in reviews, and reader feedback — all in one place.

Editor = Preview

Rich Text Editor

Click anywhere and start writing — no split view, no Markdown required. Everything in the editor looks exactly as your readers will see it, with support for 30+ block types.

  • Bold, italic, tables, code blocks & callouts
  • Markdown shortcuts fully supported
  • What you see is what readers see
B I
Getting Started
Welcome to MyProduct. This guide will help you integrate our SDK in under 5 minutes.
You'll need an API key from the dashboard first.
npm install @myproduct/sdk
Reader Insights

Search Analytics

Know what developers can't find. Surface documentation gaps before they become support tickets — top queries, no-hit rates, and click positions in one dashboard. Teams that act on this data report 15%+ fewer support tickets.

  • Top search terms with click counts
  • No-hit and no-click rates
  • Up to 6 months of historical data
Top search queries this week
authentication
248
webhook setup
183
rate limits
141
SDK install
102
"openapi editor" — no results (23 searches)
Drafts → Reviews → Publish

Team Collaboration

Let anyone edit docs safely — not just your tech writer. Invite teammates as Admins, Publishers, Writers, or Reviewers. Comment on pages, approve drafts, and see full page history without leaving the editor.

  • Drafts, reviews, and publishing — no more chaos
  • 4 roles: Admin, Publisher, Writer, Reviewer
  • Full page history & activity log
S
Sarah Writer
Can we add a Python SDK example here?
A
Alex Publisher
Added! ✓ Resolved
M
Maya Admin
Approved and published
Reader Feedback

Feedback

Gather feedback from readers directly on the page. See sentiment scores, unread messages, and a ranked list of your most and least liked pages — all in your dashboard. Customers have won deals because their documentation stood out from competitors.

  • Per-page helpfulness ratings
  • Messages with context from readers
  • Download feedback data as CSV
Was this page helpful?
Yes No
😊
87%
"Authentication page needs a code example"
"Webhook setup guide is very clear"
Publish & Control

Enterprise-ready.
Beautifully yours.

Gate access with SSO or magic links, customise every pixel, and serve API docs that developers actually love.

Access Control

Private Docs

Gate your documentation behind SSO, magic link invites, custom JWT login, or shared passwords. Enterprise teams get intranet authentication. No developer needed for magic links.

  • SSO, magic links, JWT & shared passwords
  • Per-reader access control
  • Intranet auth for enterprise plans
Private Documentation
dev@yourcompany.com
Request Magic Link
or sign in with
SSO SAML JWT
Write once, use everywhere

Single Sourcing

Create a synced block once and reuse it across any number of pages. Edit in one place and changes propagate everywhere instantly — keeping your docs consistent without duplication.

  • Reuse content across unlimited pages
  • Edit once, update everywhere
  • Supports any block type — code, callouts, tables
Synced Block Prerequisites
You need a valid API key from your dashboard. Keys can be created under Settings → API Keys.
Used in 4 pages
Getting Started
Authentication
SDK Setup
+1 more
Personalised Docs

Conditional Blocks & Audiences

Show different content to different readers — automatically. Define audience groups, wrap any block in a condition, and each reader sees only what's relevant to them based on their SSO or JWT identity.

  • Works with any block — paragraphs, code, callouts, tables
  • Audiences resolved via SSO or JWT token claims
  • Preview docs as any audience directly in the editor
All readers
Welcome to the platform. Access your dashboard at any time from the top navigation.
Enterprise Admin
Custom SSO setup is available under Settings → Security. Contact your CSM to enable it.
Hidden for you
Preview as
Free
Pro
Enterprise
Admin
API References

OpenAPI 3.2 & Swagger

Beautiful API references generated from your OpenAPI 2/3/3.2 spec. Every endpoint shows auth methods, request/response schemas, property constraints, and auto-generated code snippets in multiple languages.

  • OpenAPI 2, 3, 3.1, 3.2 & Swagger
  • Auto-generated code examples in 10+ libraries
  • Webhooks, OAuth flows & callbacks (OAS 3.1+)
POST /v1/users Create a user
GET /v1/users/{id} Get user by ID
PUT /v1/users/{id} Update a user
DEL /v1/users/{id} Delete a user
GET /v1/orders List all orders
Your brand, your rules

Full Customisation

Complete design control with project-wide Custom CSS. Inject analytics, tracking scripts, or your own icon sets with Custom HEAD tags — all with live preview before publishing.

  • Custom CSS with live draft preview
  • Custom JS / HEAD tags — meta, scripts, styles
  • Per-version CSS targeting
custom.css
.docs-header {
background: #0f172a;
font-family: 'Inter';
}
.nav-brand {
color: #a78bfa;
font-weight: 700;
}
Workflows

Fits right into
your existing stack.

GitHub sync, visual API editing, changelogs, and versioning — all working together, out of the box.

Version Control

Easy Versioning

Clone any version in seconds. Use semantic versioning or any label — 'beta', 'latest', 'v3'. All internal page links update automatically on clone.

v1.0 v2.0 v3.0 latest
Getting Started
Authentication
Webhooks
What's New in v3.0
Product Updates

Changelogs

Built-in native changelogs with RSS feeds for reader subscriptions. Posts live independently of versions, so they never go stale when you clone.

New v2.4.0 Mar 13, 2026
AI Agent & OAuth 2.0 support
Improved v2.3.0 Feb 28, 2026
Visual OpenAPI Editor
RSS feed available
Docs-as-Code

GitHub Sync

Two-way sync with GitHub. Write in DeveloperHub or edit locally and push. Use PRs for reviews, GitHub Actions for linting, and let readers suggest edits.

Terminal
$ git commit -m "docs: update auth guide"
$ git push origin main
4 pages synced to DeveloperHub
Live at docs.yourcompany.com
API Editor

Visual OpenAPI Editor

Edit OpenAPI specs without knowing the spec. Visual editor with low learning curve, plus a VSCode-powered text editor with linting, autocomplete, and go-to-definition.

/users
GET /users/{id}
POST /users
/orders
MethodGET
SummaryGet user by ID
Tagusers
And More

Every feature you'd need,
already included.

No plugins, no patchwork. DeveloperHub ships complete.

Code Steps

Walk readers through integrations with synced, numbered code blocks.

White-labelled

Your logo, colours, and font. Zero DeveloperHub branding.

Custom Domain

Host at docs.yourcompany.com or yourcompany.com/docs.

Integrations

Google Analytics, Intercom, Slack, HubSpot, and custom JS.

SEO

Auto-generated meta tags, sitemaps, and AI SEO summaries for LLMs.

PDF Export

Export any version as a formatted PDF for offline or enterprise use.

Localisation

Translate the docs UI into any language without touching code.

10,000+ Documentation Projects
4.8★ Rated on G2
50% Documentation Time Saved
14-day Free Trial — No Card Required
UK's 50 Most Disruptive Startups Unbound50

Everything your team needs
to write great docs.

Built carefully from scratch — a modern editor that developers, writers, and product managers all love.

Explore Documentation

Rich Text Editor

Editor equals preview. Type in Markdown, use keyboard shortcuts, or the toolbar. Images, videos, tables, tabs, multi-tab code blocks, callouts, embedded gists, PDFs, and drawings — all supported.

Single Sourcing

Write once with Synced Blocks, reuse content everywhere. Edit the block in one place and it updates on every page that uses it. Create templates for structural consistency across your project.

Team Collaboration

Invite reviewers, write inline comments, discuss with teammates, and track changes with full page history. Assign roles — Reviewer, Writer, Publisher, or Admin — for fine-grained control.

Easy Versioning

Products evolve and so does their documentation. Clone a version and we handle all link migrations automatically. Publish all versions at once or selectively — v1.0, v2.0, v3.0 side-by-side.

Know What You're Changing

Know what changes affect before you publish. Live draft previews, automatic link migration when you rename a page, and a list of every page that uses the synced block you're editing — no more push-and-pray.

Changelogs

Keep readers informed of what's new. Publish beautiful changelogs directly alongside your documentation. Use AI Writer to draft release notes and changelogs automatically from your changes.

Developer-grade
API documentation.

Lead your readers on a journey — user guides tightly coupled with API references, all in one beautiful portal.

Explore API Docs

OpenAPI 3.2 & Swagger

Full support for OpenAPI 3, 3.1 & 3.2 — including oneOf/allOf/anyOf, callbacks, constraints, and multiple hosts. Import your spec and get a beautiful, fully expanded API reference instantly.

Visual OpenAPI Editor

Create and edit your OpenAPI 2, 3, or 3.2 definitions in our web-based visual editor. You don't need to know the ins and outs of the OpenAPI specification to get started and produce production-quality API docs.

Interactive API Playground

Cut back on developer time. Let users try your API directly from the reference page. Personalise authentication headers so your users don't have to fish them out manually before every test call.

Integrated User Guides

Deep-link API operations directly from your user guides so readers never jump between platforms. One unified search bar covers everything — guides, API operations, code steps — all at once.

CI/CD Auto-Updates

Keep API references perpetually fresh. Push your OpenAPI definition through our API on every build — your CI/CD pipeline notifies DeveloperHub and your readers always get the latest version, automatically.

Unlimited API References

No caps on how many OpenAPI definitions you can host. Every paid plan comes with unlimited API references per version, so your entire API surface area is always covered in one place.

Every feature you need, out of the box.

No plugins, no patchwork. DeveloperHub ships complete.

Hosting

Custom Domaindocs.yourcompany.com
Subdirectory Hostingyourcompany.com/docs
DeveloperHub Subdomainyourproject.developerhub.io
Dark Theme
Translate UILocalise the portal UI
Auto-Generated Landing Page
Multiple Landing PagesGrow & Enterprise plans
SSL / HTTPS

Content

Unlimited Pages
Image & Video Upload
Content ReuseSynced Blocks
Page TaggingRelated pages & search filters
Glossary
Personalised DocsContent per reader or role
Import & ExportSource-control ready
PDF ExportGrow add-on, Enterprise included
Changelogs
Code StepsInteractive multi-step guides

Customisation

Logo, Colours & FontGoogle Fonts supported
White-labelledNo DeveloperHub branding
Custom CSSGrow & Enterprise plans
Custom JavaScriptGrow & Enterprise plans
Custom HEAD TagsMeta, styles, scripts
Custom FooterHTML, CSS & JS

Security & Access

Private DocsSSO, email invites, JWT, secure links
SAML SSOEnterprise plan
Advanced User RolesReviewer, Writer, Publisher, Admin
Team Comments & Reviews
Page History
Team Dashboard

Search & Analytics

Lightning Fast Search
AI SearchGrow & Enterprise plans
Search AnalyticsSee what readers can't find
Multi-Project SearchEnterprise plan

Integrations

Google Analytics
Intercom
Slack Notifications
GitHub Sync
CI/CD PipelinesAuto-update API references
Docs APISearch & embed inside your product
Custom JS IntegrationsAny third-party tool

Enterprise

SLA
SAML SSO
Custom Editor & Project Count
Custom Invoicing
Migration Support
Export APIs
Priority Support

Cut costs without building your own CMS.

Skip the six-figure consultant quote and the team you'd need to maintain it. DeveloperHub ships complete, from $59/month. 14-day free trial on all plans — no credit card required.

Seed
For solo projects
$59/mo
billed annually · $69/mo monthly
  • 2 Editors
  • 3 Published Versions
  • 1 Documentation Section
  • Custom Domain
  • Unlimited Pages & API References
  • Lightning Fast Search
  • GitHub Sync
Start Free Trial
Startup
For a small team
$129/mo
billed annually · $139/mo monthly
  • 5 Editors
  • 5 Published Versions
  • 5 Documentation Sections
  • White-labelled
  • Custom Domain
  • OpenAPI Editor & Playground
  • Everything in Seed
Start Free Trial
Enterprise
For multiple projects & big teams
From $499/mo
 
  • SLA
  • SAML SSO
  • Multi-Project Search
  • PDF Export
  • Custom Editor Count
  • Custom Invoicing
  • Priority Migration Support
Book Demo

Start for free today.

Join thousands of companies delivering exceptional developer experiences with DeveloperHub.