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