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

# Introduction

The 01 project supports two different server types to accommodate various hardware capabilities and use cases.

## Server Options

<CardGroup cols={2}>
  <Card title="Light Server" icon="microchip" href="/server/light">
    Optimized for low-power, constrained environments like ESP32 devices.
  </Card>

  <Card title="Livekit Server" icon="server" href="/server/livekit">
    Full-featured server for devices with higher processing power, such as phones, web browsers, and desktop computers.
  </Card>
</CardGroup>

### Choosing the Right Server

* **Light Server**: Ideal for embedded systems and IoT devices with limited resources.
* **Livekit Server**: Offers robust performance and a full range of features for more capable hardware.

Select the server that best fits your device and project requirements.
