Skip to main content

Installation

The easiest way to start a new project is using our scaffolding tool:

pnpm create @strato-admin

This will create a new project pre-configured with Vite, React 19, and the Cloudscape Design System.

Adding to an existing project

To install Strato Admin in an existing React project, use your preferred package manager:

# Using npm
npm install @strato-admin/admin

# Using pnpm
pnpm add @strato-admin/admin

# Using yarn
yarn add @strato-admin/admin

Next Steps

Once installed, you're ready to Quick Start and build your first admin interface.