For startups

Launch-ready docs before you launch.

Ship a documentation site that looks like a category leader in an afternoon. Import your repo, get a polished site, point your domain, and you are live. Free for 30 days.

30-day free trial. No credit card. Flat pricing.

Live in an afternoon.

Three steps from a GitHub repo to a documentation site on your own domain.

Import your repo.

Point Doccupine at a GitHub repo and get a complete, well-structured draft in minutes. No blank page, no template to wrangle.

Make it yours.

Set your colors, fonts, and components until it looks unmistakably like you. Every bit of theming is included, none of it paywalled.

Point your domain.

Managed hosting builds and deploys for you. Add your custom domain and your docs are live, the same afternoon you started.

Polished out of the box.

Your docs should look like you hired a design team. They can, on day one.

Beautiful components.

Callouts, tabs, code groups, and cards come built in. Drop them into your MDX and they just look right, out of the box.

Your brand, fully.

An 18-color palette with a dedicated dark mode, custom heading, body, and code fonts, and full CSS control when you want to go further.

No paywalled theming.

Customization is not gated behind a higher tier. The site that looks like a category leader costs the same as the one that does not.

Do not take our word for it.

These are live Doccupine components, the same cards, callouts, and steps your docs get on day one, each with the MDX that produces it.

Button

Calls to action, right inside your prose.

MDX
<Button href="https://docs.doccupine.com" icon="Rocket">
  Read the docs
</Button>

<Button href="/import" variant="secondary" outline>
  Import a repo
</Button>

Columns and Card

Linked tiles that reflow down to one column.

Quickstart

Ship your first page in five minutes.

API reference

Every endpoint and parameter.
MDX
<Columns cols={2}>
  <Card title="Quickstart" icon="Rocket">
    Ship your first page in five minutes.
  </Card>
  <Card title="API reference" icon="Braces">
    Every endpoint and parameter.
  </Card>
</Columns>

Callout

Five tones for what a reader must not miss.

Every page is plain Markdown or MDX.
Renaming a page changes its URL.
MDX
<Callout type="info">
  Every page is plain Markdown or MDX.
</Callout>

<Callout type="warning">
  Renaming a page changes its URL.
</Callout>

Steps

Numbered walkthroughs on a connected spine.

1
Install
npx doccupine
2
Write
Add MDX files to /docs
3
Deploy
Push to main
MDX
<Steps>
  <Step title="Install">npx doccupine</Step>
  <Step title="Write">Add MDX files to /docs</Step>
  <Step title="Deploy">Push to main</Step>
</Steps>

ColorSwatchGroup

Document a palette in its own colors.

#2563EB
primary
#8B5CF6
secondary
#F59E0B
tertiary
MDX
<ColorSwatchGroup>
  <ColorSwatch token="primary" value="#2563EB" />
  <ColorSwatch token="secondary" value="#8B5CF6" />
  <ColorSwatch token="tertiary" value="#F59E0B" />
</ColorSwatchGroup>
Zero ops

Zero infrastructure, on day one.

You did not start a company to run a docs server. Doccupine hosts, deploys, and keeps your site online while your docs stay in the repo you already own.

  • Managed hosting.We build and deploy your docs for you. No servers to run, no CI pipeline to babysit.
  • Custom domains included.Point your domain at your site and it goes live. No extra add-on, no upsell.
  • GitHub-native.Your docs live in your repo as MDX, versioned right alongside the code they describe.
  • Open source, self-hostable.Outgrow managed hosting? Doccupine is open source, so you can take the whole thing in-house.
doccupine.json
{
  "name": "acme-docs",
  "watchDir": "docs",
  "outputDir": "nextjs-app"
}

Ready for what comes next.

The features you will want at ten people are already here when you are one.

Team roles.

Invite teammates and control who can edit, publish, or just read. Access scales cleanly as your team grows past its first hire.

Docs that stay in sync.

Pages are linked to the source they document. When you ship a change, the affected pages are rewritten and staged for you.

AI + MCP included.

A writing assistant and an MCP server ship on every plan. Bring your own model key and set a budget you are comfortable with.

Ship your docs this week.

Import a GitHub repo and watch a full documentation site take shape. 30-day free trial, no credit card.