Metadata-Version: 2.4
Name: cloudwright-ai-web
Version: 0.2.14
Summary: Web UI for Cloudwright architecture intelligence
Project-URL: Homepage, https://github.com/xmpuspus/cloudwright
Project-URL: Repository, https://github.com/xmpuspus/cloudwright
Author: Xavier Puspus
License-Expression: MIT
Keywords: architecture,cloud,fastapi,web
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: cloudwright-ai<1,>=0.1.0
Requires-Dist: fastapi<1,>=0.116
Requires-Dist: uvicorn[standard]<1,>=0.35
Description-Content-Type: text/markdown

# cloudwright-web

Web UI for [Cloudwright](https://github.com/xmpuspus/cloudwright) architecture intelligence. FastAPI backend with React frontend.

## Install

```bash
pip install cloudwright[web]
```

## Usage

```bash
cloudwright serve          # starts the web server
cloudwright chat --web     # same thing
```

The API runs at `http://localhost:8000` with endpoints for design, cost, validate, export, and catalog operations.

See the [main project README](https://github.com/xmpuspus/cloudwright) for full documentation.
