Skip to content

Commit 4680406

Browse files
committed
Update README
1 parent c869556 commit 4680406

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 Chatzy – Real-Time Chat Application
22

3-
Chatzy is a **real-time chat platform** that enables users to **send messages, share images, and engage with an AI-powered chatbot**. Built with the **MERN stack, Socket.io, and Docker**, it offers **secure OTP authentication, user search, online status filtering, and customizable themes (32+ options)** for a seamless experience.
3+
Chatzy is a **real-time chat platform** that enables users to **send messages, share images & PDFs, and engage with an AI-powered chatbot**. Built with the **MERN stack, Socket.io, and Docker**, it offers **secure OTP authentication, user search, online status filtering, and customizable themes (32+ options)** for a seamless experience.
44

55
🔗 **Live Demo:** [Chatzy](https://chatzy-mxp8.onrender.com/)
66
📂 **Source Code:** [GitHub](https://github.com/EcstaticFly/Chatzy.git)
@@ -34,7 +34,7 @@ Choose one of the following methods based on your needs:
3434
- **Node.js** (v18 or higher) - Required for Method 1
3535
- **Docker & Docker Compose** - Required for Methods 2 & 3
3636
- **MongoDB** - Local installation or MongoDB Atlas account
37-
- **Cloudinary Account** - For image uploads
37+
- **Cloudinary Account** - For image & PDF uploads
3838
- **Brevo Account** - For OTP email delivery
3939
- **Google Gemini API Key** - For AI chatbot
4040

client/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ createRoot(document.getElementById("root")).render(
3636
// 5. Group chats.
3737
// 6. Voice messaging capabilities.
3838
// 7. Message editing and deletion options for users(under certain time frame).
39-
// 8. File sharing capabilities (documents, PDFs, etc.) in addition to images.
39+
// 8. File sharing capabilities (PDFs) in addition to images. (cloudinary only supports images and pdfs)
4040
// 9. {Have no idea of this field, that's why i won't call it ultimate, rather optional} AI-powered chatbots for automated responses and assistance.
4141
// ULTIMATE: Implement end-to-end encryption for messages to enhance privacy and security.

0 commit comments

Comments
 (0)