Measured entry

animata-hero-section

hero-effectgradient-glowdo not use

A React TSX hero with animated branding, interactive copy, action buttons, and a card stack that changes as visitors move across highlighted words. It ships as source code and relies on Tailwind utilities, a shadcn-style button and class helper, an image asset, plus several sibling Animata text and widget components.

This entry is a do-not-use verdict

It is published because it broke, not in spite of it. The run stopped at the production build, and the recorded output is printed further down this page.

No frame on record for this entry

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for animata-hero-section
BuildFAIL
MountFAIL
Console errors0
Uncaught page errors1
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginalnot recorded
Bare modeFAIL
Provider requiredNO
Demo usednone

What the harness recorded

BUILD

✗ Build failed in 34.34s
error during build:
Could not resolve "../text/typing-text" from "src/cut/component.tsx"

PAGE ERROR

build failed

BARE BUILD

✗ Build failed in 53.95s
error during build:
Could not resolve "../text/typing-text" from "src/cut/component.tsx"

Verdict

Treat this as an Animata composition recipe, not a drop-in hero. The build fails because the copied source cannot resolve its TypingText sibling, and more local pieces sit behind it. It needs a shadcn-style setup as well. Teams unwilling to vendor that component tree should avoid it.

Use it if

  • You are already using Animata and can bring over the hero's related text and widget components.
  • You want an exploratory product hero whose card stack responds to pointer and keyboard focus.
  • Your design system already has Tailwind utilities, path aliases, and a compatible button primitive.

Skip it if

  • You need a standalone component that builds immediately after copying one source file.
  • Your project does not use Tailwind or shadcn-style primitives and you do not want to recreate that setup.
  • You want a conventional conversion-focused hero rather than an interactive showcase of several embedded widgets.
  • You cannot import the missing TypingText module and the other Animata sibling components.

Install

Installation record for animata-hero-section
Declared dependenciesnone declared
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add a compatible button primitive and class-merging helper, configure the source and public-asset aliases, enable the required Tailwind utilities and animation classes, copy the logo asset, and bring over TypingText, WaveReveal, Cycling, DirectionCard with its sample props, and WaterTracker.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the hero-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.