feat(homepage): scroll-world cinematic homepage — fly through the Interfacer world - #883
Draft
phoebus-84 wants to merge 1 commit into
Draft
feat(homepage): scroll-world cinematic homepage — fly through the Interfacer world#883phoebus-84 wants to merge 1 commit into
phoebus-84 wants to merge 1 commit into
Conversation
…nterfacer world Replace the static hero/cards/map homepage with a scroll-scrubbed, pre-rendered camera flight through the Interfacer world (architecture A, locked-isometric glide, no connectors): - pages/index.tsx: 6 sections (Commons, FabLab, Passport, Map, Wallet, World) with eyebrow/title/body/tags + final CTA, driven by lib/scroll-world/scrub-engine.js; copy hardcoded in WORLD_CONFIG (i18n wiring deferred, lint disable justified) - lib/scroll-world/scrub-engine.js: scroll scrub engine (blob seekable, reduced-motion aware), mounted via require + unmount cleanup - public/sw/: 6 leg clips (mp4) + stills + mobile variants (webp) - pages/_document.tsx: Space Grotesk + IBM Plex Sans via Google Fonts - pages/_app.tsx: viewport-fit=cover for edge-to-edge stage - .gitignore: ignore .sw-build/ render scratch - add scroll-world skill (.agents/skills/scroll-world) + skills-lock.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the static hero/cards/map homepage with a scroll-scrubbed cinematic homepage: as the visitor scrolls, a pre-rendered camera flies seamlessly through the Interfacer world (architecture A — locked-isometric glide, the legs ARE the journey, no connector shots).
Draft state: the desktop chain is complete and verified (seams reviewed frame-by-frame, blob seekable, reduced-motion aware, phone 390x844 sanity pass). Still TODO before merge:
WORLD_CONFIG, lint disable justified)What's included
pages/index.tsx— 6 scroll-scrubbed sections (Commons, FabLab, Passport, Map, Wallet, World) with eyebrow/title/body/tags + final CTA, driven by the scrub enginelib/scroll-world/scrub-engine.js— scroll scrub engine (blob seekable, reduced-motion aware), mounted viarequire+ unmount cleanuppublic/sw/— 6 leg clips (mp4) + WebP stills + mobile variants (~12 MB)pages/_document.tsx— Space Grotesk + IBM Plex Sans via Google Fontspages/_app.tsx—viewport-fit=coverfor edge-to-edge stage.gitignore— ignore.sw-build/render scratch.agents/skills/scroll-world/+skills-lock.json— the scroll-world skillRendering pipeline
Clips rendered via Monid (Seedance 2.0, start+end frame-lock) at 480p, ~$2.48 total. See
.agents/skills/scroll-world/references/pipeline.mdfor the full chain.Verification
pnpm check-typesnext lint(2 pre-existing lint issues in the page fixed: deadeslint-disablefor a non-existent rule,i18next/no-literal-stringon the title)prettier