A multi-page static cinematic website for Anteroom — a research and engineering studio founded by ZAI in 2019.
Live: https://anteroom-studio.github.io/anteroom-website/
python -m http.server 5173Open:
http://localhost:5173
index.html Threshold/home journey
archive/index.html Full artifact archive
research/index.html Research/PDF library concept
studio/index.html Private portfolio walkthrough
future/index.html Future rooms
artifacts/*.html Individual artifact pages
src/css/base.css Full design system
src/js/core.js Animation, cursor, reveals, parallax
src/js/app.js Home page data mounting
src/data/artifacts.js Main editable data file
assets/images Generated images
assets/videos Generated videos
Most archive data lives in:
src/data/artifacts.js
For full static artifact pages, edit the matching file in:
artifacts/
Upload this folder contents to the repo root. No npm required.