Neural Web

NewPremium

Self-organizing neural network background. Nodes autonomously drift, form connections by proximity, pulse together, and recoil from your cursor like a living nervous system.

cardsneuralnetworkself-organizingphysicsmouse-reactiveorganic

Installation

Terminalbash
npx motioncraft add neural-web

Usage

neural-web.tsxtsx
import { NeuralWeb } from "@/components/cards/living-system";

<NeuralWeb nodeCount={50} color="purple" sensitivity={0.8}>
  <h2 className="text-3xl font-bold text-white">
    Intelligence Layer
  </h2>
</NeuralWeb>

Props

PropTypeDefaultDescription
nodeCountnumber40Number of neural nodes
colorstringcyanNetwork color
sensitivitynumber0.7Mouse reactivity (0-1)
connectionRadiusnumber120Max distance for connections (px)
childrenReactNodeContent overlaid on the network
classNamestringAdditional CSS classes

Related Components