# Deploying this on a server This project is **100% static** — HTML, CSS, JS, PNG, SVG. No build step, no Node runtime, no database. Upload the folder and point a web server at it. ## Requirements - Any static web server (nginx, Apache, Caddy, GitHub Pages, Netlify, S3 + CloudFront, or `python3 -m http.server` for a local check). - **It must be served over HTTP(S), not opened as `file://`.** The UI kits `fetch()` their `.jsx` sources and the compiled bundle; `file://` blocks those requests and the pages stay blank. - Outbound internet access from the *browser* for two CDNs: - `fonts.googleapis.com` / `fonts.gstatic.com` — Baloo 2, Fredoka, Nunito - `unpkg.com` — React 18.3.1, ReactDOM, Babel standalone (pinned, with integrity hashes) If the server must run air-gapped, vendor those five files locally and rewrite the `