assistant-ui is a set of React components for AI chat.
Step 1: Create a new project with assistant-ui
pre-configured:
npx assistant-ui@latest create my-app
cd my-app
Step 2: Update the .env
file with your OpenAI API key.
Step 3: Run the app:
npm run dev