What problem does it solve?
Tailwind v4 browser-runtime patterns give HyperFrames users a reliable, runtime-based approach to styling compositions without needing a full CSS build. It clarifies when to scaffold Tailwind-enabled projects, how to write utilities in composition HTML, how to introduce CSS-first theme tokens, and how to migrate between v3 and v4 syntax.
Core Features & Use Cases
- Guidance for applying Tailwind v4 browser-runtime patterns inside HyperFrames compositions.
- Instructions for writing Tailwind utilities directly in composition HTML and for adding CSS-first tokens.
- Migration and debugging tips for v3 vs v4 syntax, plus guidance on when to compile Tailwind to CSS for offline or production renders.
- Use cases include rapid prototyping of UI components, token-driven theming, and deterministic renders for video/composition outputs.
Quick Start
Initialize a HyperFrames project with hyperframes init --tailwind and load the v4 browser runtime, then write Tailwind utilities directly in your composition HTML.