thisdesign.space

REACT · library

Aceternity UI

Trendy animated components — meteors, sparkles, 3D card flips, infinite movers.

Aceternity UI is Manu Arora's high-density catalogue of animation-forward React components — meteor showers behind text, sparkle particles, 3D-card hovers, background beams, glowing borders. Built on Tailwind + Framer Motion. Comes free and free-pro (the latter behind a paywall). Lean on it for the kind of landing pages that win Awwwards.

Visit ui.aceternity.com

The homepage is the canonical demo. The lab points; doesn't mirror.

Quick start

Usagetsx

// Each component is copy-paste — see ui.aceternity.com.
// Tailwind + Framer Motion required.

import { Meteors } from "@/components/ui/meteors";

<div className="relative">
  <Meteors number={20} />
  <h1>Headline with meteor shower behind</h1>
</div>

Links