Measured entry

cultui-grid-beam

background-effectgradient-glowmotion on file

A client-side React background effect shipped as a shadcn registry source file. It combines a canvas animation, SVG grid dividers, palette presets, and composable helpers. It declares no extra packages, but assumes React, Tailwind-style utilities, a cn helper at the usual alias, and browser animation and resize APIs.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of cultui-grid-beam at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of cultui-grid-beam at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of cultui-grid-beam at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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 cultui-grid-beam
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal29.2 KB (94.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 36.15s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/grid-beam.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A flexible, well-factored grid effect that built, mounted, and adapted cleanly in the configured harness. It is not standalone: bare mounting fails because the local utility import is absent, so it needs a shadcn-style setup or a small integration pass.

Use it if

  • You need an animated grid backdrop behind hero, feature, or system-flow content.
  • You want preset color themes plus controls for activity, pace, intensity, and grid density.
  • You want either an opinionated wrapper or headless pieces for a custom composition.

Skip it if

  • Your interface avoids continuous canvas animation or must minimize client-side rendering work.
  • Your project does not use Tailwind-style utilities and you do not want to translate the supplied classes.
  • You need a drop-in component with no local alias, utility helper, or theme-token setup.

Install

Installation record for cultui-grid-beam
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

For a non-shadcn project, add or replace the cn class-merging helper and its import alias, provide equivalents for the Tailwind utility classes and border theme token, and render it as a client component in an environment with canvas, ResizeObserver, matchMedia, and animation-frame support.

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 background-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.