Welcome to the ChatGPT Clone, a powerful chat application built with TypeScript, Next.js (React), Firebase, Firestore, Tailwind CSS, and ChatGPT's Open AI API.
-
Frontend:
- Next.js (React)
- TypeScript
- Tailwind CSS
- useSWR for data fetching
- NextAuth for Firebase authentication
-
Backend:
- Firebase
- Firestore for real-time database
-
AI Integration:
- ChatGPT's AI for intelligent conversations
Explore the live demo of the ChatGPT Clone: ChatGPT Clone Live
-
Clone the repository:
git clone [email protected]:darinetag/chatgpt-clone.git cd chatgpt-clone
-
Install dependencies:
npm install
- Create a Firebase project: Firebase Console
- Add your Firebase config in
src/firebase/firebaseConfig.ts
npm run dev
Navigate to http://localhost:3000 in your web browser.
- Real-time chat with intelligent responses powered by ChatGPT.
- Secure authentication with Firebase Auth through NextAuth.
- Persistent chat history stored in Firestore.
- Modern and fully responsive UI using Tailwind CSS.
Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request.
PS:
You will can't add a new chat because firebase was in test mode and the openai api key is revoked, however the code is entirely correct and can work just fine.