The only UI website
you'll ever need

Unstyled highly composable components that you can copy/paste in your own codebase. Built with Tailwind CSS and a bit of Framer Motion. Customize them as you want.

EVER UI

Ever UI is an alternative to Shadcn UI. More components, simplified syntax, and components... really composable.

Like Shadcn... but Simplified & Composable

Here is the exact same Card component:

import { clx } from "@/lib/utils/clx/clx-merge";
// 💪 MUCH SIMPLIER... 💪
export const Card = clx.div("rounded-xl border bg-card text-card-foreground shadow p-6");
export const CardHeader = clx.div("flex flex-col space-y-1.5");
export const CardTitle = clx.h3("text-2xl font-semibold leading-none tracking-tight");
export const CardContent = clx.div("pt-4");
export const CardFooter = clx.div("flex items-center pt-0");
export const CardText = clx.p("text-muted-foreground");
export const CardDescription = clx.p(CardText, "text-sm");
// └──> 🤯 ...AND COMPOSABLE! 🤯

Comparisons with popular Libraries

Here is a comparison between Ever UI, Shadcn, Aceternity and Magic UI.

FeaturesEver UIShadcnAceternityMagic UI
CLIIconIconIconIcon
MotionIconIconIconIcon
PrimitivesIconIconIconIcon
IconsIconIconIconIcon
Ref handlingIconIconIconIcon
ComposabilityIconIconIconIcon
Short syntaxIconIconIconIcon
PricingFreeFreeFreeFree + Paid
Hooks80+000
Components220+50+70+50+

Explore +220 components

Explore nowIcon