> ## 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.

# Client SDKs Overview

> Overview of PowerSync's official client SDKs.

PowerSync provides client SDKs for multiple frameworks. Each SDK manages a local SQLite database that syncs with your backend.

## Choose Your SDK

Select your client framework to get started:

<CardGroup cols={3}>
  <Card title="Dart/Flutter" icon="flutter" href="/client-sdks/reference/flutter" horizontal />

  <Card title="React Native & Expo" icon="react" href="/client-sdks/reference/react-native-and-expo" horizontal />

  <Card title="JavaScript Web" icon="js" href="/client-sdks/reference/javascript-web" horizontal />

  <Card title="Capacitor (alpha)" icon="c" href="/client-sdks/reference/capacitor" horizontal />

  <Card title="Tauri (alpha)" icon="https://mintcdn.com/powersync/65BugQOyCcrBb77m/logo/tauri_sidebar.svg?fit=max&auto=format&n=65BugQOyCcrBb77m&q=85&s=a428d1e5f882e76f44575741ba6bc4d7" href="/client-sdks/reference/tauri" horizontal width="128" height="128" data-path="logo/tauri_sidebar.svg" />

  <Card title="Node.js (beta)" icon="node-js" href="/client-sdks/reference/node" horizontal />

  <Card title="Kotlin" icon="android" href="/client-sdks/reference/kotlin" horizontal />

  <Card title="Swift" icon="swift" href="/client-sdks/reference/swift" horizontal />

  <Card title=".NET (beta)" icon="microsoft" href="/client-sdks/reference/dotnet" horizontal />

  <Card title="Rust (alpha)" icon="rust" href="/client-sdks/reference/rust" horizontal />
</CardGroup>

## Common Tasks

Once you've installed an SDK, these guides cover the core functionality:

<CardGroup cols={2}>
  <Card title="Reading Data" icon="database" href="/client-sdks/reading-data">
    Query your local SQLite database
  </Card>

  <Card title="Writing Data" icon="pen-to-square" href="/client-sdks/writing-data">
    Insert, update, and delete records
  </Card>

  <Card title="Watch Queries" icon="arrow-rotate-right" href="/client-sdks/watch-queries">
    Build reactive UIs with live queries
  </Card>

  <Card title="Usage Examples" icon="code" href="/client-sdks/usage-examples">
    Common patterns and code examples
  </Card>
</CardGroup>

## Additional Resources

<CardGroup cols={3}>
  <Card title="ORM Support" icon="layer-group" href="/client-sdks/orms/overview">
    Use type-safe ORMs with PowerSync
  </Card>

  <Card title="Supported Platforms" icon="rectangle-list" href="/resources/supported-platforms">
    Platform compatibility for each SDK
  </Card>

  <Card title="Example Projects" icon="folder-open" href="/intro/examples">
    Working demo apps and starter templates
  </Card>
</CardGroup>
