Building Blocks for AI User Interfaces

Clean, modern, and advanced AI building blocks. Copy and paste into your apps. Works with all React frameworks. Open Source. Free forever.

A simple hello world component
hello-world
Files
components/hello-world.tsx
export function HelloWorld() {
  return <h1 className="text-2xl font-bold text-center">Hello World</h1>;
}