Skip to content

Design Principles

The Control Center follows Material Design 3 (MD3) principles combined with Apple HIG clarity standards. Every component is built with CSS custom properties (tokens) — no framework, no build step.

styles/main.css ← All CSS tokens + components + dark mode
js/layout.js ← Shared JS: navigation, polling, config
js/pages/*.js ← Page-specific logic (home.js, network.js, etc.)
pages/*.html ← HTML pages: structure, content, sidebar