Components
Loading preview...
A Bolt inspired hero chat interface with a prompt input, model selector, glowing ray background, and modern dark UI for AI product landing pages.
@Abuhuraira
npx shadcn@latest add https://21st.dev/r/hurerag24/bolt-style-chatimport { BoltStyleChat } from "@/components/ui/bolt-style-chat";
export default function DemoOne() {
return <BoltStyleChat />;
}