backChat With AI

Chat With AI

Made with: Next.js, TypeScript, Prisma, MySQL
Chat With AI is a web application that allows users to chat with an Artificial Intelligence. The idea for this project started when we discovered the capabilities of OpenAI's GPT-3.5 language model, which is capable of carrying on natural, human-like conversations and responding to queries in real-time. We wanted to create a web application that could bring the magic of conversing with an intelligent machine to anyone with an internet connection.

To build this project, we chose Next.js as our web framework, as it provides server-side rendering, automatic code splitting, and excellent developer experience. We used TypeScript to add static typing to our codebase, which helps catch errors early in development and improves code readability. For the backend, we used Prisma as our ORM to handle database queries and MySQL as our database of choice.

Our goal was to create a user-friendly and scalable web application that could handle a large number of users and requests simultaneously. With Chat With AI, users can have an engaging and fun experience, whether they want to chat with a friendly chatbot or test the limits of the AI's capabilities. Overall, we are proud of what we have accomplished with this project and hope to continue improving it in the future.