Static, dependency-free marketing site for Cix.
python3 tools/dev-server.pyThen open http://127.0.0.1:8080.
To make it reachable from another machine on the network:
python3 tools/dev-server.py --host 0.0.0.0 --port 8080Serve the site/ directory as static files with Caddy, nginx, or any static host.
The HTML pages, style.css, app.js, and assets/ inside site/ are required
in production.
- Source layout and ownership:
docs/README.md - Website ADR index:
docs/adr/README.md - Website changelog:
CHANGELOG.md - API and diagram alignment:
docs/API-ALIGNMENT.md - Production deployment:
docs/DEPLOYMENT.md - Launch checklist:
docs/LAUNCH-CHECKLIST.md
Durable engineering trade-offs belong in a numbered ADR. Product behaviour remains governed by the Cix repositories; see ADR 0003 for the boundary.
- Product truth: Cix mission, roadmap, architecture, guides, ADRs, code, and OpenAPI contract.
- Brand truth:
docs/brand/guideline.mdand the canonical SVG assets copied from Cix. - The supplied brand reference files remain under
docs/brand/and are not deployment assets.