This directory contains the static release site for the current OpenCAS repo state.
The site is intentionally factual:
- it matches the current dashboard, API, and runtime surfaces
- it includes the newer voice, desktop-context, phone, schedule, platform, logs, and telemetry features
- it avoids placeholder copy and stale roadmap language
Serve this directory from a simple HTTP server:
cd docs/release/website
python3 -m http.server 8000Then open http://localhost:8000.
index.htmlis the landing pageinstallation.html,usage.html,features.html,terminology.html, andapi/index.htmlare the doc pagesstyles.cssprovides the shared visual systemmedia-player.jsandmedia-player.cssdrive the optional release-video control
When the runtime changes, update the markdown docs in ../ and mirror the same facts here in the website pages so the site does not drift from the actual system.