An open API service indexing awesome lists of open source software.

https://github.com/ibelick/prompt-kit

Core building blocks for AI apps. High-quality, accessible, and customizable components for AI interfaces.
https://github.com/ibelick/prompt-kit

ai components nextjs react shadcn shadcn-ui tailwindcss ui

Last synced: 9 days ago
JSON representation

Core building blocks for AI apps. High-quality, accessible, and customizable components for AI interfaces.

Awesome Lists containing this project

README

        

# prompt-kit

**Customizable, high-quality components for AI applications.**
Build chat experiences, AI agents, autonomous assistants, and more, quickly and beautifully.

![cover](/app/opengraph-image.jpg)

## Installation

### Install shadcn/ui

First, you'll need to install and configure [shadcn/ui](https://ui.shadcn.com) in your project.
Follow the installation guide in the shadcn/ui documentation.

### Install prompt-kit components

Once shadcn/ui is set up, you can install `prompt-kit` components using the shadcn CLI:

```sh
npx shadcn@latest add prompt-kit/[component]
```

### Usage

After installation, import and start using the components in your project:

```tsx
import { PromptInput } from "@/components/ui/prompt-input"
```