# assistant-ui **Repository Path**: logic5/assistant-ui ## Basic Information - **Project Name**: assistant-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: assistant-stream - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-24 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README assistant-ui Header

Product · Documentation · Examples · Discord Community · Contact Sales

**assistant-ui** is a set of React components for AI chat, with integrations Langchain, Vercel AI SDK, TailwindCSS, shadcn/ui, react-markdown, react-syntax-highlighter, React Hook Form and more! Wide model provider support (OpenAI, Anthropic, Mistral, Perplexity, AWS Bedrock, Azure, Google Gemini, Hugging Face, Fireworks, Cohere, Replicate, Ollama) out of the box and the ability to integrate custom APIs. [![Weave Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fapp.workweave.ai%2Fapi%2Frepository%2Fbadge%2Forg_GhSIrtWo37b5B3Mv0At3wQ1Q%2F722184017&cacheSeconds=3600)](https://app.workweave.ai/reports/repository/org_GhSIrtWo37b5B3Mv0At3wQ1Q/722184017) ## Quick Start [![assistant-ui starter template](https://raw.githubusercontent.com/assistant-ui/assistant-ui/main/.github/assets/assistant-ui-starter.gif)](https://youtu.be/k6Dc8URmLjk) Step 1: Run `assistant-ui init` to install assistant-ui in a new or existing React.js project: ```sh npx assistant-ui@latest create # new project npx assistant-ui@latest init # existing project ``` Step 2: Update the `.env` file with your OpenAI API key. Step 3: Run the app: ```sh npm run dev ```