Metadata-Version: 2.5
Name: cloudwright-ai-web
Version: 1.10.0
Summary: Web UI for Cloudwright architecture intelligence
Project-URL: Homepage, https://github.com/xmpuspus/cloudwright
Project-URL: Repository, https://github.com/xmpuspus/cloudwright
Project-URL: Issues, https://github.com/xmpuspus/cloudwright/issues
Project-URL: Changelog, https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md
Author: Xavier Puspus
License-Expression: MIT
Keywords: architecture,cloud,fastapi,web
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.12
Requires-Dist: cloudwright-ai<2,>=1.10.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 and migration intelligence. FastAPI backend with React frontend.

## Install

```bash
pip install 'cloudwright-ai[web]'
```

## Usage

```bash
cloudwright chat --web
```

The browser opens at `http://localhost:8765`. The workspace covers design, cost, validation,
compliance, deploy checks, migration planning, evidence checks, review, export, and spec editing.

The Migration tab runs a packaged PH telco proof project through the industry-neutral planner. It
shows ordered waves, supplied costs, and closure evidence. The API exposes
`/api/migration/packs`, `/api/migration/plan`, `/api/migration/verify`, and `/api/migration/demo`.

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