Customizable, high-quality components for AI applications.
Build chat experiences, AI agents, autonomous assistants, and more, quickly and beautifully.
First, you'll need to install and configure shadcn/ui in your project.
Follow the installation guide in the shadcn/ui documentation.
Once shadcn/ui is set up, you can install prompt-kit
components using the shadcn CLI:
npx shadcn@latest add prompt-kit/[component]
After installation, import and start using the components in your project:
import { PromptInput } from "@/components/ui/prompt-input"