Building blocks
for HyperFrames

Ready-made HTML + GSAP animation bits. Copy them into a composition or install them through the catalog.

Designed for compositions.

Each bit is a paused GSAP timeline in an HTML file. Embed it with data-composition-src or start from the source.

01 / Typography

Text with a little character.

Type, blur, glitch, or reveal one word at a time. Make it yours with composition variables.

03 / Motion

Find your rhythm.

Stagger entrances, shape an easing curve, and give every element its moment.

04 / CLI + MCP

From prompt to composition.

Find a bit, fetch its source, and add it to your project. Your agent can use the same catalog through MCP.

terminal
$ npx hyperbits find "fade in"
fade-in · staggered-fade-in

$ npx hyperbits add fade-in
05 / Compositions

Drop it into your timeline.

Install from the HyperFrames registry, then embed the HTML. The source is yours to edit.

hyperframes.json
{ "registry": "https://hyperbits.dev" }
$ npx hyperframes add fade-in

Start from a bit.

npx hyperbits add fade-in

Requires HyperFrames and GSAP 3.14.2. Read the setup guide