uiniverse
uiniverse

AI-native motion UI components for React & Next.js. Ship premium landing pages in minutes.

Ship stunning AI-Native Components

The motion component library built for the AI era. Every component ships with machine-readable descriptors — your AI assistant already knows how to use them.

Works seamlessly with

ReactReact
Next.jsNext.js
Tailwind CSSTailwind CSS
Anthropic / ClaudeClaude
CursorCursor
GitHub CopilotCopilot
VercelVercel
FramerFramer
ReactReact
Next.jsNext.js
Tailwind CSSTailwind CSS
Anthropic / ClaudeClaude
CursorCursor
GitHub CopilotCopilot
VercelVercel
FramerFramer
ReactReact
Next.jsNext.js
Tailwind CSSTailwind CSS
Anthropic / ClaudeClaude
CursorCursor
GitHub CopilotCopilot
VercelVercel
FramerFramer

Built for modern development

Everything you need to ship beautiful, animated interfaces faster than ever

AI-Native Components

Every component ships with a machine-readable JSON descriptor. AI coding tools generate correct code instantly.

Coherent Motion System

One motion system across all components. Same easings, durations, stagger patterns. Pages feel intentional.

Lab Mode

Configure, preview, and export production-ready code from a visual playground. No guesswork.

From code to motion in seconds

Write clean React code. Get beautiful animations automatically.

Hero.tsx
import { FadeUp, StaggerGroup } from "@ui-universe/ui";

export function Hero() {
  return (
    <StaggerGroup stagger="normal">
      <FadeUp>
        <span className="text-sm text-[#ee502c]">
          Introducing uiUniverse
        </span>
      </FadeUp>
      <FadeUp>
        <h1 className="text-6xl font-bold">
          Ship stunning pages<br /> in minutes.
        </h1>
      </FadeUp>
      <FadeUp>
        <p className="text-xl text-neutral-400">
          AI-native motion components for React & Next.js
        </p>
      </FadeUp>
    </StaggerGroup>
  );
}
Introducing uiUniverse

Ship stunning pages
in minutes.

AI-native motion components for React & Next.js

Live Preview

How it works

Three steps from empty project to production-ready interface

01

Install

pnpm add @ui-universe/ui

One command. Zero configuration. Start building immediately.

02

Import & Use

import { FadeUp } from "@ui-universe/ui"

Import components, compose your page. TypeScript autocomplete guides you.

03

Ship

npm run build

Production-ready, optimized, accessible. Deploy with confidence.

50+ components that feel alive

Every component is designed with motion in mind. Hover to see them in action.

Animated Heroes

Hello World

Text Animations

Card Stacks

Pulse Effects

Parallax Layers

Grid Reveals

Morphing Shapes

Stagger Animations

Built for the AI era

Your AI assistant already knows uiUniverse

Every component includes AI-readable descriptors. Claude, Cursor, and Copilot understand your components natively.

AI Assistant
Online

Create a SaaS landing page hero with a gradient background and staggered text animation

I'll create a hero section using uiUniverse components with staggered animations:

import { StaggerGroup, FadeUp, GradientBackground }
from "@ui-universe/ui";

export default function Hero() {
  return (
    <GradientBackground variant="purple-blue">
      <StaggerGroup stagger="normal">
        <FadeUp>
          <h1>Ship faster with AI</h1>
        </FadeUp>
        <FadeUp>
          <p>Build beautiful pages in minutes</p>
        </FadeUp>
      </StaggerGroup>
    </GradientBackground>
  );
}
Code ready to use • Fully typed • Accessible

Works perfectly with

Claude Sonnet
GitHub Copilot
Cursor
Windsurf
ChatGPT

Start building withuiniverse

Join developers shipping beautiful, animated interfaces faster than ever.

50+
Components
100%
TypeScript
A11y
Accessible