My App

Welcome to Asth UI

Beautiful, animated components for Next.js

Welcome to Asth UI

Asth UI is a modern component library that brings beautiful, production-ready animated components to your Next.js projects.

Why Asth UI?

🚀 Easy Installation

Install components with a single CLI command - just like shadcn/ui, but with animations.

npx shadcn@latest add -r asth-ui animated-button

✨ Beautiful Animations

Every component is powered by Framer Motion with smooth, purposeful animations.

💰 100% Free

Open source and free forever. No hidden costs.

🎨 Fully Customizable

Components live in your codebase. Make them yours.

Quick Start

  1. Initialize shadcn/ui

    npx shadcn@latest init
  2. Install Framer Motion

    npm install framer-motion
  3. Install a component

    npx shadcn@latest add -r asth-ui animated-button

Next Steps