These are the looks you get out of the box — Button, Badge, Input, Card, Avatar, Alert — all built
from Tailwind + Radix + cva, and copied into your repo so you own every line.
The default look
Button — variants
Badge
DefaultSecondaryErrorOutline
Input
Avatar + Alert
JVAK
Heads upYour trial ends in 3 days.
Card
Create project
Deploy your new project in one click.
# 1 · initialise shadcn in your projectnpx shadcn@latest init# 2 · add only the components you need — code is copied into your reponpx shadcn@latest add button card input badge avatar alert# 3 · they land here — yours to editcomponents/ui/button.tsxcomponents/ui/card.tsxlib/utils.ts# the cn() helper
No node_modules black box — every component is source you can read, fork, and theme.