A modern chat interface built with Next.js, Tailwind CSS, and Shadcn UI components.
- Real-time chat functionality
- Responsive design
- Customizable UI components
- API integration with OnDemand
- Clone the repository
- Install dependencies:
npm install - Set up environment variables:
- Create
.env.localfile - Add
NEXT_PUBLIC_ONDEMAND_API_KEY=your_api_key
- Create
- Run development server:
npm run dev
Deploy to Netlify:
- Set up environment variables in Netlify dashboard
- Push to main branch to trigger deployment