Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 662 Bytes

A minimalist chat UI built on Next.js, Tailwind, and shadcn/ui, designed as a starting point for your chatbot applications.

screenshot1a screenshot2a

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Extending

To add more shadcn modules visit their docs here: shadcn/docs.