# MoonAtlas Web

This is a thin static visualization over analysis JSON emitted by the MoonBit
CLI. JavaScript performs Canvas layout and interaction only; it does not
recompute blast radius, PageRank, SCC, or concentration.

Generate current data:

```powershell
moon run cmd/moonatlas --target native -- analyze .\poc\data\snapshot-<UTC-date>-all.json --output .\web\data\analysis.json
```

Serve locally:

```powershell
python -m http.server 8765 --directory .\web
```

Then open `http://127.0.0.1:8765/`.
