Metadata-Version: 2.4
Name: swarmkit-webui
Version: 0.1.0
Summary: SwarmKit web portal — the static Next.js build, served by `swarmkit serve`.
Author: Srijith Kartha
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# swarmkit-webui

The SwarmKit web portal as a **static build**, packaged so `swarmkit serve` can host it at its own
origin. Not a Node app — just the exported HTML/JS/CSS.

Installed via the runtime extra:

```bash
pip install "swarmkit-runtime[ui]"
swarmkit serve ./workspace   # portal + API on one origin
```

The static assets under `swarmkit_webui/_static/` are generated at release from `packages/ui`
(`just build-webui`), not committed. `static_dir()` returns their path, or `None` when not built.
