Sections
A layered network that lights up in a real forward pass — each layer fires into the next until the output reveals a result.
Installation
ProRequires a Planes Pro license.
npx shadcn add @useplanes/neural-network-beams
Unlock with Planes Pro
$99 once · 54 Pro components · lifetime updates.
<NeuralNetworkBeams
layers={[4, 5, 4, 1]}
results={[
{ label: "Cat", value: "98%" },
{ label: "Dog", value: "95%" },
]}
/>Use cases
AI and ML product heroes
Show a model "thinking" through a literal forward pass.
Classification and detection features
End every pass with the answer the model found.
Data pipeline diagrams
Any staged process that filters down to one output.
AI-automation bento tiles
A self-running tile that explains "how it works" at a glance.