aceternity-ui

Implements animated React UI components using Framer Motion and Tailwind for hero sections and landing pages.

Updated May 13, 2026
One-click install
npx skills add https://github.com/Eduardo-Sebastian-Paipay-Vega/Documentaci-n_de_dise-o_de_Sistemas_y_Modulos --skill aceternity-ui-eduardo-sebastian-paipay-vega
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aceternity-ui
Source: https://github.com/Eduardo-Sebastian-Paipay-Vega/Documentaci-n_de_dise-o_de_Sistemas_y_Modulos/tree/main/.agents/skills/aceternity-ui
Command: npx skills add https://github.com/Eduardo-Sebastian-Paipay-Vega/Documentaci-n_de_dise-o_de_Sistemas_y_Modulos --skill aceternity-ui-eduardo-sebastian-paipay-vega

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires framer-motion, clsx, tailwind-merge.

What problem does it solve? Building visually distinctive landing pages and hero sections from scratch requires deep knowledge of animation, CSS perspective, and gradient effects. This Skill provides a catalog of ready-to-use Aceternity UI components with composition patterns, eliminating guesswork when creating cinematic web interfaces. ## Core Features & Use Cases - Effect Component Catalog: Fifteen documented components including Spotlight, Background Beams, Aurora Background, 3D Cards, Bento Grid, Sparkles, and Infinite Moving Cards, each with working TypeScript code. - Composition Strategies: Pre-built patterns for combining multiple effects into premium hero sections and feature sections with scroll-triggered animations. - Customization Rules: Guidelines for adapting colors, typography, spacing, and animation speed to match a project's brand system. - Use Case: When building a product landing page, use this Skill to select an Aurora Background with animated gradient text for the hero, a Bento Grid for features, and Animated Testimonials for social proof. ## Quick Start Use the aceternity-ui skill to build a premium hero section with a spotlight effect and animated gradient headline for my landing page.

Frequently Asked Questions about aceternity-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Aceternity UI components in a React project?▼

First initialize shadcn/ui with npx shadcn@latest init, then add components via npx aceternity-ui@latest add [component-name]. You also need framer-motion, clsx, and tailwind-merge as required dependencies.

How to create an animated hero section with Framer Motion and Tailwind?▼

Combine a background effect like Spotlight or BackgroundBeams with a motion.div using initial and animate props for entrance transitions. Add gradient text via bg-clip-text and bg-gradient-to-r classes for the headline.

Does Aceternity UI work with Next.js and TypeScript?▼

Yes, Aceternity UI components are written in TypeScript and designed for React frameworks like Next.js. They are built on top of shadcn/ui, which integrates natively with Next.js projects using Tailwind CSS.

What is the difference between Bento Grid and standard card layouts?▼

Bento Grid uses an asymmetric layout where selected items span multiple columns via md:col-span-2, creating visual hierarchy. Standard symmetric three-column card grids lack this emphasis and appear more generic.

When should I not use heavy animation components like Background Beams?▼

Avoid stacking multiple full-screen animated backgrounds on performance-constrained pages or content-heavy documentation sites. Use a single atmospheric effect per section and keep content readability as the priority.