An AI chat interface with glass-morphism design and smart command features. Built with React and Framer Motion for smooth animations and professional interactions.
import { AnimatedAIChat } from "@/components/ui/animated-ai-chat" export function Demo() { return ( <div className="flex w-screen overflow-x-hidden"> <AnimatedAIChat /> </div> ); }