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

# Tools

> Overview of PowerSync developer tools: Dashboard, CLI, Diagnostics Client, DevTools integrations, and AI coding tools.

<CardGroup>
  <Card title="PowerSync Dashboard" icon="clapperboard" href="/tools/powersync-dashboard" horizontal>
    Dashboard for PowerSync Cloud. Allows managing your PowerSync organization, projects and instances.
  </Card>

  <Card title="CLI" icon="terminal" href="/tools/cli" horizontal>
    Manage PowerSync Cloud and self-hosted instances from the command line.
  </Card>

  <Card title="Sync Diagnostics Client" icon="stethoscope" href="/tools/diagnostics-client" horizontal>
    Web app to inspect and debug syncing. Works with both cloud and self-hosted PowerSync Service instances.
  </Card>

  <Card title="Local Development" icon="code" href="/tools/local-development" horizontal>
    Using Docker Compose to self-host PowerSync for development purposes.
  </Card>

  <Card title="AI Tools" icon="wand-magic-sparkles" href="/tools/ai-tools" horizontal>
    Resources for working with PowerSync with AI-powered coding tools.
  </Card>
</CardGroup>

## DevTools Integrations

IDE and framework integrations for inspecting PowerSync databases and sync state during development.

<CardGroup>
  <Card title="Dart & Flutter DevTools" icon="flutter" href="/tools/dart-devtools-extension" horizontal>
    Inspect databases, run SQL queries, and view sync state inside Dart & Flutter DevTools.
  </Card>

  <Card title="Nuxt DevTools" icon="vuejs" href="/tools/nuxt-inspector" horizontal>
    Inspect sync status, local data, config, and logs inside Nuxt DevTools.
  </Card>
</CardGroup>
