Next.js Platform
Neuro Explorer as a single typed Next.js application
Deterministic simulations, server-backed labs, and Cloudflare AI-powered experiences now share the same App Router shell and internal /api/* contract.
9 interactive modules are now served from the primary Next.js app.
Brain Atlas
AnatomyExplore major regions, trace interlinked circuits, and work through conference-style localization cases with explicit differential traps.
Neuron Simulation
SimulationTune the LIF parameters and see the membrane trace update through shared local simulation code.
Retinal Receptive Field Lab
PerceptionExplore linked receptive-field heatmaps, size tuning, and position scans in one typed interface.
Synaptic Plasticity
LearningExplore causal versus non-causal spike timing with a typed STDP curve and weight-evolution view.
Dopamine Prediction Error Lab
ReinforcementWatch prediction errors shift from reward delivery to the predictive cue as learning unfolds.
Visual Cortex
Cloudflare AIClassify images through the internal Next.js API while working through consult-level field cuts, agnosias, and ventral-stream localization traps.
Neuro Tutor
Cloudflare AIInterrogate lesion localization, neurovascular syndromes, epileptology, and mechanism with a consult-level AI tutor.
12-Lead ECG Explorer
ClinicalStudy ECGs through a neurocardiac lens with autonomic presets, consult-level read frames, annotated rhythm strips, and a 3D activation map.
Grid Cell Navigator
NavigationTrace arena trajectories, spike clouds, and hexagonal rate maps in a typed navigation lab driven by a shared simulator.
Architecture stance
This is intentionally not a Prisma/Auth/tRPC reset. The important move was consolidating the product around App Router pages and internal API route handlers while keeping the simulation engines in TypeScript.
`Vision` and `Ask` still rely on Cloudflare AI, but they now follow the same internal API contract as the rest of the site and ship with the same Next.js deployment unit.