# NOX Official Website

Independent static marketing website for NOX, the Business Decision AI OS. No build step is required.

- `index.html`: business-focused homepage centered on customer problems, recommendations, trust, and industry value.
- `system.html`: commercial platform explanation covering the decision journey, examples, connections, and industries.

Open `index.html` directly, or serve the directory:

```bash
python3 -m http.server 8080 --directory web
```

Then open `http://127.0.0.1:8080`.

Edit the `config` object at the top of `app.js` to change the homepage demo, GitHub, and Workbench links. Detail-page links are configured in `system.js`.

Both pages use the generated Decision Observatory as the only cinematic background. Decision boundaries, assurance gates, evidence states, and industry scenarios are rendered as lightweight native HTML/CSS visuals instead of product screenshots.

Anime.js 4.5.0 is vendored in `vendor/` under its MIT license. It drives the signal routing, runtime progression, engine focus, and scroll reveals without requiring a CDN. Core content and navigation remain usable if JavaScript is unavailable, and motion is disabled when `prefers-reduced-motion` is enabled.

The homepage hero maps the deployed v3.2 decision loop onto the fruit-fly brain artwork: event intake, evidence grounding, persistent state, Connectome propagation, optional LLM reasoning, policy and safety, action and observation, then outcome learning. Its visual populations follow the FlyGM flow partition (`afferent`, `intrinsic`, `efferent`) without claiming to simulate a biological brain. Only the active processing region fires densely; cross-region bundles appear during an actual runtime transfer.
