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

# SDKs & Integrations

> Explore official Traceback SDKs for web, backend, mobile, desktop, and serverless environments.

Traceback maintains official, lightweight SDKs designed for high performance and minimal runtime overhead.

## Web & Backend

<CardGroup cols={3}>
  <Card title="JavaScript & TypeScript" icon="node-js" href="/sdks/javascript">
    Vanilla Node.js, Express, Fastify, NestJS, and worker processes.
  </Card>

  <Card title="React" icon="react" href="/sdks/react">
    React 18+, React 19, Error Boundaries, hooks, and Suspense support.
  </Card>

  <Card title="Python" icon="python" href="/sdks/python">
    FastAPI, Django, Flask, Celery, and async runtimes.
  </Card>

  <Card title="Go" icon="golang" href="/sdks/go">
    Native goroutine panic recovery, net/http, Gin, and Chi middleware.
  </Card>

  <Card title="Rust" icon="rust" href="/sdks/rust">
    Zero-cost panic hooks, tracing subscriber, and Tokio integration.
  </Card>
</CardGroup>

***

## Mobile & Desktop

<CardGroup cols={3}>
  <Card title="React Native" icon="mobile" href="/sdks/react-native">
    Expo, bare React Native, iOS & Android unified crash reporting.
  </Card>

  <Card title="iOS / Swift" icon="apple" href="/sdks/ios">
    SwiftUI, UIKit, Mach exceptions, and Apple crash logs.
  </Card>

  <Card title="Android / Kotlin" icon="android" href="/sdks/android">
    Jetpack Compose, NDK native crashes, and ANR tracking.
  </Card>

  <Card title="Electron" icon="desktop" href="/sdks/electron">
    Multi-process crash handler (Main, Renderer, and Preload).
  </Card>
</CardGroup>

***

## Serverless & Edge

<CardGroup cols={3}>
  <Card title="Next.js" icon="globe" href="/sdks/nextjs">
    App Router, Server Components (RSC), API routes, and Edge runtimes.
  </Card>

  <Card title="Cloudflare Workers" icon="cloudflare" href="/sdks/cloudflare-workers">
    V8 isolates, zero cold-start telemetry, and Durable Objects.
  </Card>

  <Card title="AWS Lambda" icon="aws" href="/sdks/aws-lambda">
    Node.js and Python serverless function wrappers.
  </Card>
</CardGroup>
