$ docs

Get started in minutes

A quick tour of publishing your first page and wiring hostdocs into your AI assistant.

Quickstart

  1. 1

    Create your account

    Sign up and your subdomain is provisioned automatically. No DNS, no config.

  2. 2

    Claim your subdomain

    Pick your slug — you.hostdocs.io is yours.

  3. 3

    Create a page

    Paste or upload the HTML from Claude or ChatGPT, scripts and all, at any path.

  4. 4

    Publish — it’s live

    Your page is online instantly, captured as a version you can roll back anytime.

Connect Claude & ChatGPT

Add the hostdocs MCP server to your assistant’s config to publish pages from the chat. Grab a token from your dashboard and drop it in:

mcp.json
1{
2 "mcpServers": {
3 "hostdocs": {
4 "command": "npx",
5 "args": ["-y", "@hostdocs/mcp"],
6 "env": {
7 "HOSTDOCS_API_URL": "https://app.hostdocs.io",
8 "HOSTDOCS_API_TOKEN": "<your-token>"
9 }
10 }
11 }
12}

Available tools

  • create_pagePublish a new page from HTML at a path
  • update_pageReplace a page’s HTML, publishing a new version
  • list_pagesList your pages with status and last update
  • get_pageDownload a page’s current HTML
  • delete_pageRemove a page