v2.0 Now Available

The enterprise-grade UI library for modern web applications.Ship faster with robust, physics-enabled components.

Get Started
15+ and counting

The Modern
Mosaic.

A high-performance mosaic structure for showcasing modular library elements. Engineered with absolute precision for the modern design ecosystem.

REF_1UNIT_VISUAL_GALLERY

Infinite Series

Drag to Explore

Visual Gallery

Immersive image interactions and seamless transitions.

REF_2UNIT_CHRONOS_MOTION

Chronos Motion

Real-time process monitoring and 3D time tracking.

REF_3UNIT_TYPOGRAPHY_PHYSICS

Typography Physics

Interactive variable font dynamics.

REF_4UNIT_PARTNER_ECOSYSTEM

Partner Ecosystem

Smooth infinite ribbon of integrated technologies.

REF_5UNIT_VISUAL_ECHO

Visual Echo

Trace the movement

echo
echo
echo
echo
echo
echo
echo

Visual Echo

The infinite ribbon of atomic image building blocks.

Engineered by ZenBlocks

Built for
Perfection.

Core_Specs_v2

Every component is engineered to handle edge cases, race conditions, and heavy animation loads without dropping a frame.

Weightless Physics

Spring-based interactions that feel completely natural and responsive.

Type Safe

Written in TypeScript with complete definitions for every prop.

Mobile First

Touch-optimized gestures ensuring 60fps on all devices.

Framework Agnostic

Core logic decoupled from rendering for maximum portability.

Composition Ready

Designed to be composed into complex, nested UIs easily.

Theme Aware

Automatic dark mode support with CSS variable tokens.

Quick_Start

Drop it
in.

Works with your existing React stack. No complex config.

install.sh
$npx shadcn@latest init
$npx shadcn@latest add https://zenblocks-three.vercel.app/r/utils.json
$# Install dependencies
$npm install gsap @gsap/react clsx tailwind-merge
$# Start using components immediately
import { ImageGallery } from "@/components/zenblocks/image-gallery";

export default function App() {
  return (
    <ImageGallery
      items={[]}
    />
  );
}
Components installed successfully