What problem does it solve? Building animated, interactive landing pages in Next.js requires writing complex Framer Motion and Tailwind code from scratch, and integrating Aceternity UI components often fails due to registry misconfiguration, missing dependencies, or incorrect shadcn CLI setup. ## Core Features & Use Cases - Component Installation Guidance: Step-by-step setup of the Aceternity registry in components.json and installation of 100+ components via the shadcn CLI with bun, npm, or pnpm. - Component Catalog: A categorized reference of 100+ components covering backgrounds, 3D cards, parallax scroll, text effects, modals, carousels, and more, each with install commands and use cases. - Troubleshooting: Fixes for common errors such as missing motion dependency, undefined cn utility, missing "use client" directive, and dark mode misconfiguration. - Use Case: Build a landing page hero section by combining BackgroundBeams, TypewriterEffect, and a MovingBorder CTA button in a Next.js App Router project. ## Quick Start Ask the assistant to set up Aceternity UI in your Next.js project and add an animated background-beams hero section.