4,680
Bookmarks
9,700
Installs
103,200
Views
import { Cpu, Gauge, ShieldCheck } from "lucide-react"
import { GlowCard } from "@/components/ui/glow-card"
const cards = [
{ icon: <Gauge className="size-5" />, title: "Fast by default", body: "Every component ships without a runtime dependency it doesn't need." },
{ icon: <ShieldCheck className="size-5" />, title: "Accessible", body: "Focus states, roles and contrast are part of the review, not an afterthought." },
{ icon: <Cpu className="size-5" />, title: "Agent ready", body: "The same source is available as a prompt for whichever tool you use." },
]16 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Solstice — browse the full library on Nuxus.