Home
Softono

Prompt Kit

Open source MIT TypeScript
2.9K
Stars
154
Forks
12
Issues
15
Watchers
5 months
Last Commit

 About Prompt Kit

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

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Prompt Kit?

We provide expert installation service for this software. Our team will install, configure, and secure Prompt Kit on your server. plans start at just $30.

Prompt Kit

View on GitHub

prompt-kit

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

cover

Installation

Install shadcn/ui

First, you'll need to install and configure shadcn/ui 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:

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

Usage

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

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