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

# Getting Started

> The core package for building Overlayed apps

## Installation

<CodeGroup>
  ```bash pnpm theme={null}
  pnpm i @overlayed/app
  ```

  ```bash npm theme={null}
  npm i @overlayed/app
  ```

  ```bash yarn theme={null}
  yarn add @overlayed/app
  ```
</CodeGroup>

## About

The app package is the core package for building Overlayed apps
