A minimalist chat UI built on Next.js, Tailwind, and shadcn/ui, designed as a starting point for your chatbot applications.
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.
To add more shadcn modules visit their docs here: shadcn/docs.