This repository contains the source code for Archestra.AI, the official website for the Archestra enterprise platform.
- Node.js 18+ (Latest LTS recommended)
- pnpm 10.14.0+
- Clone the repository
git clone https://github.com/archestra-ai/website.git
cd website- Install dependencies
cd app
pnpm install- Start local database (optional - for database features)
Using Docker Compose:
cd app
docker-compose up -dThe application automatically uses this local database in development mode.
- Start development server
pnpm devThe application will be available at http://localhost:3001.
We welcome contributions from the community! Contribution guidelines.

