Components
Loading preview...
A sleek glassmorphism “Backed by YC” pill with a subtle moving glow that follows the cursor—ready to drop straight into landing pages
@samhimself
npx shadcn@latest add https://21st.dev/r/samsiavoshian2009/backed-by-ycimport { Component } from "@/components/ui/backed-by-yc";
export default function DemoOne() {
return <Component />;
}