> ## Documentation Index
> Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Go from zero to a shareable live link in under 3 minutes.

# Getting Started with Unfurl

Unfurl turns AI-generated HTML into live, shareable links. Create a document in Claude, ChatGPT, or Cursor — publish it to Unfurl — and share one permanent URL. Update anytime. Your recipients always see the latest version.

## Choose your path

Pick the quickstart that matches how you work:

<CardGroup cols={3}>
  <Card title="Upload a file" icon="upload" href="/getting-started/quickstart-upload">
    Drag and drop an HTML file. Get a shareable link in seconds.
  </Card>

  <Card title="Claude + MCP" icon="robot" href="/getting-started/quickstart-claude">
    Publish directly from your Claude conversation via MCP.
  </Card>

  <Card title="Cursor + MCP" icon="code" href="/getting-started/quickstart-cursor">
    Publish from Cursor's AI chat with one command.
  </Card>
</CardGroup>

## What happens next

Once you publish, you get:

* **A permanent URL** — e.g. `unfurl.pub/d/abc123` (returned as `share_url` from MCP or the REST API)
* **Version history** — every publish is timestamped with an optional note; older snapshots stay in the record
* **A live link** — recipients always see the latest published version until you publish again

<Card title="What your recipient sees" icon="eye" href="/getting-started/your-first-share">
  See exactly what happens when someone opens your link.
</Card>
