A conversational AI chatbot powered by OpenAI.
- Install dependencies:
bun install- Configure environment variables:
cd packages/server
cp .env.example .env
# Add your OPENAI_API_KEY to .env- Run the application:
bun run devThe client will run on http://localhost:5173 and the server on http://localhost:3000.
- Frontend: React, TypeScript, Vite, TailwindCSS
- Backend: Bun, Express, OpenAI API
- Build Tool: Bun, Vite