Skip to content

Quick Start

This platform runs on AWS resources — DynamoDB, Cognito, Bedrock, and AgentCore — so there’s no offline “run it in five minutes” mode. The fastest real path is to deploy once, then develop locally against that environment.

Fork the repository, wire up your AWS credentials and a handful of GitHub variables, and run the deploy workflows. The Deployment section walks the whole sequence — most of the ~45 minutes is AWS provisioning, not hands-on work.

When it’s done you’ll have a working environment: a frontend URL, an API, and the SSM parameters that local development reads its configuration from.

With a stack deployed (yours or a shared development environment), run the backend and the Angular SPA on your machine, pointed at that environment’s resources. The Local Development page covers installing dependencies, configuring .env from SSM, and starting the services.