# Frontend surfaces

Static pages for答辩演示 and local browsing (no build step):

| File | Purpose |
| --- | --- |
| `index.html` | Product landing |
| `viewer.html` | Paste `--format json` and preview |
| `demo-report.html` | Generated interactive HTML report |
| `styles.css` / `app.js` | Shared styling / light motion |

Regenerate the demo report:

```bash
./scripts/demo.sh
# or
moon run cmd/main -- check-dir fixtures/dir_old fixtures/dir_new --format html > web/demo-report.html
```

Open locally:

```bash
open web/index.html
```

GitHub Pages (after Actions deploy): https://fidollarinla.github.io/moon_api_guard/
