> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inklyai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform overview

> Use the hosted Inkly platform for capture, editing, Git sync, hosting, analytics, sharing, access, and hub configuration.

The Inkly platform turns a hub into a hosted demo site. You keep the source files in GitHub, while Inkly provides capture, visual editing, Git sync, hosting, analytics, sharing, AI voiceover, and account management.

## What the platform offers

<CardGroup cols={2}>
  <Card title="Accounts and access" icon="user" href="/platform/accounts">
    Sign in, manage API keys, and connect the CLI and capture extension.
  </Card>

  <Card title="Set up Git sync" icon="code-branch" href="/platform/get-synced">
    Connect GitHub so your hosted hub updates from the branch Inkly watches.
  </Card>

  <Card title="Chrome extension" icon="puzzle-piece" href="/chrome-extension/overview">
    Capture screenshot, video, or HTML demos by clicking through your product.
  </Card>

  <Card title="No-code editor" icon="pencil-ruler" href="/platform/no-code-editor">
    Polish demos, add steps, change copy, and publish updates without editing JSON.
  </Card>

  <Card title="Demo hub config" icon="sliders" href="/schema/hub">
    Configure the hub name, hero, layout, branding, CTAs, collections, and runtime pin.
  </Card>

  <Card title="Hosting and publishing" icon="globe" href="/platform/hosting">
    Serve a GitHub-backed hub or publish standalone snapshots.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/platform/analytics">
    See views, sessions, step progression, completions, and form submissions.
  </Card>

  <Card title="AI voiceover" icon="microphone" href="/platform/voiceover">
    Generate narration for demo steps and sync captions.
  </Card>

  <Card title="Embed and share" icon="code" href="/platform/embedding">
    Share demo links or embed a hub inline or as a popup.
  </Card>
</CardGroup>

## Demo hub config

Your hub is configured by `inkly.json`. It controls the hub name, hero copy, layout, branding, CTAs, collections, theme tokens, and runtime pin. See [Hub config](/schema/hub) for the full schema.

You can edit common hub settings from the platform without opening the repo. Open **Settings** → **Hub settings** to update the hub name, hero title, subtitle, layout, logo, favicon, logo link, CTAs, and runtime version. Inkly saves supported changes back to the GitHub-backed hub.

## How it fits together

<Steps>
  <Step title="Capture or author">
    Build and preview your hub with the [Inkly CLI](/cli/install), capture with an agent, or record with the [Chrome extension](/chrome-extension/overview).
  </Step>

  <Step title="Connect your hub">
    Connect the GitHub repo that contains `inkly.json` and your `demos/` folder.
  </Step>

  <Step title="Polish on the platform">
    Use the no-code editor for demo content and **Settings** → **Hub settings** for common hub config changes.
  </Step>

  <Step title="Publish">
    Push to the connected branch to update your hosted hub, or publish a standalone snapshot with `inkly snapshot`.
  </Step>

  <Step title="Measure and improve">
    Use analytics, form submissions, and snapshot links to refine the demo.
  </Step>
</Steps>
