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.
- Host: GitHub
- URL: https://github.com/ibelick/prompt-kit
- Owner: ibelick
- License: mit
- Created: 2025-02-10T16:11:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-05-13T07:48:18.000Z (12 days ago)
- Last Synced: 2025-05-13T08:31:44.709Z (12 days ago)
- Topics: ai, components, nextjs, react, shadcn, shadcn-ui, tailwindcss, ui
- Language: TypeScript
- Homepage: https://prompt-kit.com
- Size: 409 KB
- Stars: 970
- Watchers: 13
- Forks: 53
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.
## 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"
```