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

# Installation

<Warning>
  This page does not apply to installs made in 2025 or later of the Depict Shopify apps
</Warning>

Start by installing a Depict UI package:

<CodeGroup>
  ```shell NPM (React) theme={null}
  npm i @depict-ai/react-ui
  ```

  ```shell Yarn (React) theme={null}
  yarn add @depict-ai/react-ui
  ```

  ```shell NPM (JS) theme={null}
  npm i @depict-ai/js-ui
  ```

  ```shell Yarn (JS) theme={null}
  yarn add @depict-ai/js-ui
  ```
</CodeGroup>
