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

# OpenSync Documentation

> Cloud-synced dashboards for AI coding sessions. Track sessions, search with semantic lookup, export eval datasets.

# OpenSync Documentation

Dashboards for OpenCode, Claude Code, Codex CLI, Cursor, Factory Droid, and more. Track session activity, tool usage, and token spend across all your AI coding tools.

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/getting-started/hosted">
    Sign in and start syncing sessions in under 2 minutes
  </Card>

  <Card title="Self-Host" icon="server" href="/getting-started/requirements">
    Deploy your own instance with Convex and WorkOS
  </Card>

  <Card title="Dashboard" icon="chart-mixed" href="/dashboard/overview">
    Overview, sessions, evals, analytics, and context search
  </Card>

  <Card title="Plugins" icon="plug" href="/plugins/opencode-sync">
    Install sync plugins for your CLI tools
  </Card>

  <Card title="API Reference" icon="code" href="/api/endpoints">
    REST API for RAG, context injection, and integrations
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/search/fulltext">
    Full-text, semantic, and hybrid search
  </Card>
</CardGroup>

## Supported CLI Tools

| Plugin        | Install                               |
| ------------- | ------------------------------------- |
| OpenCode      | `npm install -g opencode-sync-plugin` |
| Claude Code   | `npm install -g claude-code-sync`     |
| Codex CLI     | `npm install -g codex-sync`           |
| Cursor        | `npm install -g cursor-sync-plugin`   |
| Factory Droid | `npm install -g droid-sync`           |
| Pi            | `npm install -g pi-opensync-plugin`   |

## Links

<CardGroup cols={3}>
  <Card title="Website" icon="globe" href="https://opensync.dev">
    opensync.dev
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/waynesutton/opensync">
    Source code
  </Card>

  <Card title="npm Plugins" icon="npm" href="https://www.npmjs.com/search?q=opensync">
    All plugins on npm
  </Card>
</CardGroup>
