PRO

Dither Studio Page

A full-bleed agency homepage built on dither. The whole page sits on a fixed WebGL fbm field quantised through a Bayer matrix that drifts and warps toward the cursor. A floating pill nav carries a morphing pixel mark and a per-section message, and unfolds into a full menu behind a page-wide blur. A right rail stacks a contact card and collapsible panels that follow the section in view, case rows expand in place with seeded procedural dither plates, every image slot smears into coarse pixels under the cursor, a label chases the pointer across hoverables, and a status rail pins to the bottom with a live clock. On load a counter runs to 100% before the plate dissolves from its thinnest areas outward. No media bundled, no runtime dependencies; pass footage through props.

Page
Install
npx shadcn@latest add https://ui.aryank.space/r/dither-studio-page.json

Installs from ui.aryank.space. To add it by hand, copy the files in Usage below, or register the @compronents namespace via the docs.

Files

API
PropTypeDefaultDescription
heroVideoSrcstringundefinedLooping footage for the hero plate, requantised to duotone dither per frame; the field shows through when absent.
heroPosterstringundefinedStill image used as the hero plate when no video is passed.
reelVideoSrcstringundefinedFootage for the This is us rail panel, rendered as dither.
reelPosterstringundefinedStill fallback for the rail panel.
avatarSrcstringundefinedAvatar shown inside the contact cards.
className / stylestring / CSSPropertiesundefinedPassed to the root wrapper for sizing and layout.
Customize
heroVideoSrctext

Looping footage dithered into the hero plate. Omit it to let the field show through.

Dependencies
None.