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

# Introduction

> Explore APIs, guides, and examples

<Tip>
  If you're looking for documentation on Livepeer's hosted realtime
  StreamDiffusion AI platform "Daydream", please navigate
  [here](https://pipelines.livepeer.org/docs)
</Tip>

Learn how to add live and on-demand video experience to your app using Livepeer
Studio. Effortlessly manage livestreams, video uploads, API keys, network usage,
billing, and more.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt-lightning" href="/developers/quick-start">
    Get started with Livepeer Studio in less than 5 minutes.
  </Card>

  <Card title="Guides" icon="book" href="/developers/guides/overview">
    Learn how to add live or on-demand video experiences to your app.
  </Card>

  <Card title="API References" icon="code" href="/api-reference/overview/introduction">
    Explore the Livepeer Studio API
  </Card>

  <Card title="SDKs" icon="code" href="/sdks/introduction">
    Get up and running with SDKs and pre-built UI components
  </Card>
</CardGroup>

## Explore the Livepeer Studio SDKs

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

### Server-side SDKs

<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

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

[View all developer tools](/sdks/introduction)
