ChefBot is a modern AI-powered chat application built with Next.js, React, and TailwindCSS, integrated with the OpenAI API.
It provides a clean and minimal UI where users can interact with AI models in real-time.
- 🤖 AI-powered chat using OpenAI API
- 🎨 Modern, responsive UI with TailwindCSS
- ⚡ Built on Next.js for fast performance
- 🌙 Customizable pastel theme
- 🔗 Sidebar with quick links
- 🚀 Easy deployment with Netlify or Vercel
-
Clone the repository
git clone https://github.com/your-username/ChefBot.git cd ChefBot -
Install dependencies
npm install
-
Set up environment variables Create a .env.local file in the root and add:
OPENAI_API_KEY=your_openai_api_key
- Run the development server
npm run dev