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

# Welcome to Daily Docs

> Everything you need to build real-time video and audio into your app.

Video calls, live streaming, recording, and transcription — all on one platform. Daily handles the WebRTC infrastructure so you can focus on your product.

## <Icon icon="flag" size={32} />  Start here

<CardGroup cols={3}>
  <Card title="Daily Prebuilt" icon="window" href="/docs/prebuilt">
    Drop in a complete, customizable video call UI with a single line of code. No media handling required.
  </Card>

  <Card title="Build a custom UI" icon="js" href="/docs/daily-js">
    Full control over your call UI with daily-js, or use Daily React for a hooks-based React experience.
  </Card>

  <Card title="REST API" icon="server" href="/docs/rest-api/index">
    Create rooms, manage tokens, trigger recordings, and control calls from your server.
  </Card>
</CardGroup>

## <Icon icon="book-open" size={32} />  SDK Guides

<CardGroup cols={4}>
  <Card title="JavaScript" icon="js" href="/docs/daily-js" horizontal />

  <Card title="React" icon="react" href="/docs/daily-react" horizontal />

  <Card title="React Native" icon="mobile" href="/docs/react-native" horizontal />

  <Card title="REST API" icon="server" href="/docs/rest-api" horizontal />

  <Card title="Android" icon="android" href="/docs/android" horizontal />

  <Card title="iOS" icon="apple" href="/docs/ios" horizontal />

  <Card title="Flutter" icon="flutter" href="/docs/flutter" horizontal />

  <Card title="Python" icon="python" href="/docs/python" horizontal />
</CardGroup>

## <Icon icon="code" size={32} />  SDK Reference

<CardGroup cols={4}>
  <Card title="JavaScript" icon="js" href="/reference/daily-js" horizontal />

  <Card title="React" icon="react" href="/reference/daily-react" horizontal />

  <Card title="React Native" icon="mobile" href="/reference/react-native/daily-call-client" horizontal />

  <Card title="REST API" icon="server" href="/reference/rest-api" horizontal />

  <Card title="Android" icon="android" href="https://reference-android.daily.co/" horizontal />

  <Card title="iOS" icon="apple" href="https://reference-ios.daily.co/" horizontal />

  <Card title="Flutter" icon="flutter" href="https://pub.dev/packages/daily_flutter" horizontal />

  <Card title="Python" icon="python" href="https://reference-python.daily.co/" horizontal />
</CardGroup>

## <Icon icon="magnifying-glass" size={32} />  Explore the docs

<CardGroup cols={2}>
  <Card title="Recording" icon="circle-dot" href="/docs/guides/features/recording">
    Cloud and local recording with custom layouts via VCS.
  </Card>

  <Card title="Live streaming" icon="signal-stream" href="/docs/guides/features/live-streaming">
    Stream to any RTMP endpoint with configurable layouts and overlays.
  </Card>

  <Card title="Transcription" icon="closed-captioning" href="/docs/guides/features/transcription">
    Real-time and post-call transcription powered by Deepgram.
  </Card>

  <Card title="Dial-in / dial-out" icon="phone" href="/docs/guides/features/dial-in-dial-out">
    Let participants join or be called via a regular phone number.
  </Card>

  <Card title="Privacy and security" icon="shield-halved" href="/docs/guides/privacy-and-security">
    Meeting tokens, HIPAA compliance, end-to-end encryption, and network requirements.
  </Card>

  <Card title="Scaling calls" icon="arrows-maximize" href="/docs/guides/scaling-calls">
    Best practices for large calls, interactive streaming, and performance at scale.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/reference/rest-api/webhooks/index">
    React to call events server-side — participant joins, recordings complete, and more.
  </Card>

  <Card title="Architecture" icon="chart-network" href="/docs/guides/architecture-and-monitoring">
    How Daily's global infrastructure works, topology options, and monitoring.
  </Card>
</CardGroup>
