This repository contains the source code for Archestra.AI, the official website for the Archestra enterprise platform.
- Node.js 24+ (Latest LTS recommended)
- pnpm 10.24.0+
- Clone the repository
git clone https://github.com/archestra-ai/website.git
cd website- Install dependencies
cd app
pnpm install- Start development server
pnpm devThe application will be available at http://localhost:3001.
We welcome contributions from the community! Contribution guidelines.

