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

# SDKs

> Explore developer SDKs, pre-built UI components, and tools for interacting with the Livepeer Studio API.

## Server-side SDKs

Server-side SDKs reduce the amount of work required to use the Livepeer Studio
API. Install a language-specific SDK into your application, initialize with your
API key and get started with just 2 lines of code.

<CardGroup cols={2}>
  <Card title="Typescript" icon="js" color="#EFD81A" href="/sdks/javascript" />

  <Card title="Go" icon="golang" color="#1EAED8" href="/sdks/go" />

  <Card title="Python" icon="python" color="#F4DC5E" href="/sdks/python" />
</CardGroup>

## React Components

Build with composable React primitives for both broadcasting and playback.

<CardGroup cols={2}>
  <Card title="Player Component" icon="react" color="#5ED2F3" href="/sdks/react/Player">
    Fully customizable video player component for seamless playback
  </Card>

  <Card title="Broadcast Component" icon="react" color="#5ED2F3" href="/sdks/react/broadcast">
    Full-featured broadcast component with controls, settings, and device
    selection
  </Card>
</CardGroup>
