An AI web-based chat applications powered by Next.js, leveragings AI capabilities to provide interactive and responsives conversations. Features a modern UI built with Tailwind CSS and Shadcn UI components, offering a seamless and engaging user experience.
- Interactive and responsive chat experience powered by AI
- Modern and sleek UI built with Tailwind CSS and Shadcn UI
- Fast and efficient server-side rendering with Next.js
- Easy integration with OpenAI for intelligent conversation handling
- User-friendly design principles for an engaging experience
- Next.js 13.0.0 for front-end development
- Tailwind CSS for styling and responsive design
- OpenAI for AI-driven conversation capabilities
- Shadcn UI for modern UI components
-
Clone the repository
git clone https://github.com/Mochrks/web-chat-ai cd web-chat-ai -
Install dependencies
npm install
-
Run the development server
npm run dev
-
The application will be running on http://localhost:3000.