Metadata-Version: 2.4
Name: context-rail-web
Version: 0.2.0
Summary: Context Rail Web — optional platform web UI for Context Rail.
License: MIT
Project-URL: Repository, https://github.com/nguyenhoanhson797/Context-Rail
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: context-rail
Requires-Dist: fastapi>=0.115
Requires-Dist: uvicorn>=0.30

# Context Rail Web

Optional platform web UI for [Context Rail](https://github.com/nguyenhoanhson797/Context-Rail).

## Install

```
pip install "context-rail[web]"
```

Or install the web UI directly:

```
pip install context-rail-web
```

## Usage

```
ctx-rail web
```

Opens both the FastAPI API server and the React UI at http://127.0.0.1:5173 (with API proxied to port 8520).
