Skip to content
forked from Waishnav/Doc-AI

Real Time collaboration Document editor with OpenAI integrations

Notifications You must be signed in to change notification settings

Priyansh61/Doc-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocAI - Real-time Document Editor with OpenAI integration

image

This project is a real-time document editor built using React and Quill.js. It allows multiple users to collaborate on a document in real-time, similar to Google Docs. Also we have integrated the OpenAI so that user can give prompt to AI and get the results to write a documents.

Features

  • User authentication and authorization using JWT
  • Create and edit documents in real-time
  • Live collaboration
  • Store documents on MongoDB

Getting Started

  1. Clone the repository
git clone https://github.com/Waishnav/Doc-AI
  1. Install the dependencies
npm install
  1. Start the development server
npm start

The application will be available at http://localhost:3000 Backend will be at http://localhost:3001

Technologies Used

  • React
  • Quill.js
  • MongoDB
  • Socket.io
  • JWT
  • OpenAI API

Contributors

  • Priyansh61
  • Waishnav
  • tushitshukla03
  • thejaysharma

Wokrking Demo :

can.you.hack.it.mp4

License

This project is licensed under the MIT License.

Acknowledgements

  • Quill.js for providing a powerful rich text editor for React
  • MongoDB for providing easy-to-use real-time database and authentication services

This project is built as part of Can You Hack It? Hackathon and it is still in development phase and contributions are welcomed.

About

Real Time collaboration Document editor with OpenAI integrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • SCSS 11.5%
  • CSS 5.1%
  • HTML 0.9%