feat: Next.js frontend-v2 — anatomical brain, real data, knowledge graph#6
Open
pranjalbhatia710 wants to merge 3 commits into
Open
feat: Next.js frontend-v2 — anatomical brain, real data, knowledge graph#6pranjalbhatia710 wants to merge 3 commits into
pranjalbhatia710 wants to merge 3 commits into
Conversation
…ledge graph - Parametric anatomical brain mesh (hemispheres, fissure, gyri/sulci, brain stem) - 15 interactive region hotspots with activation-driven color/pulse/glow - Real TRIBE v2 mock data (15 regions, 30 timesteps) wired to all pages - 20 real personas with Big Five traits, VAD, demographics from backend mock data - 44-event #GreenFuture simulation with sentiment cascade narrative - Report with computed MHIS score derived from activation data - Knowledge graph page (229 nodes, 551 edges, 7 categories) with 3D viz - Dock navigation with magnification physics - React 19 + Three.js r170 + Next.js 15 + Tailwind v4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ansition - Export real neuroanatomical brain from nilearn fsaverage5 (20,484 vertices, 40,960 faces) - Generate Destrieux atlas vertex-to-region mapping for 11 cortical TRIBE regions - BrainViewer component: loads GLB mesh, applies activation vertex colors per timestep - Timestep scrubber with play/pause for temporal animation of brain activations - Immersive landing page: parallax brain, glow orbs, frosted glass nav, grid bg - Pipeline transition: 5-stage cinematic animation (TRIBE → Bridge → Sim → Agents) with neural connection lines, floating particles, stage spinners, auto-redirect Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Full-screen interactive fsaverage5 brain (drag to rotate, auto-animating) - Aurora background, ClickSpark, DecryptedText, LetterPullUp, ShinyText, CountUp - Pipeline overlay with Aurora per-stage + DecryptedText header - Darker brain material, tilted hero angle, gentle float animation - Proper proportions: brain right 65%, text left with gradient separation - Remotion NeuralNetwork + PipelineReel compositions - New reactbits: ShinyText (sweep shine), LetterPullUp (3D letter reveal) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Pages
//brain/personas/simulation/report/graphStack
Next.js 15 · React 19 · Three.js r170 · @react-three/fiber v9 · Tailwind v4 · motion
Test plan
cd frontend-v2 && npm install --legacy-peer-deps && npm run dev🤖 Generated with Claude Code