AI SDK Agents
Full Stack AI Patterns
Complex AI Agents
Workflow Patterns
Tools + Artifacts
Try drawing on this board by clicking and dragging.
Try drawing on this board by clicking and dragging.
Inspiration
pnpm dlx shadcn@latest add https://cult-ui.com/r/lightboard.json
// Example usage of the Dock component with animated cards and dividers
const LightBoardDemo = () => {
return (
<LightBoard
size={LightBoardSize.Large}
lightSize={4}
gap={1}
text="Hello World"
font="default"
updateInterval={100}
/>
)
}
export default LightBoardDemo