- Real-Time Collaboration: Work seamlessly with your team, seeing edits and updates in real time, ensuring everyone stays on the same page.
- Inline Text Generation: Leverage advanced AI to generate paragraphs with inline prompts.
- Inline Image Generation: Effortlessly add AI-generated images to your documents, perfectly complementing your content with visual aids.
- Auto-Titling: Automatically generate titles for your documents, saving time and improving organization.
- Autocomplete: Complete your sentences with intelligent AI predictions, speeding up your writing process.
- AI-Powered Chatbot: Ask questions about your document and receive instant, context-aware responses from our integrated AI chatbot.
- Modern User Interface: Enjoy a clean, intuitive, and visually appealing interface that makes document editing a pleasure.
Transform the way you create, collaborate, and communicate with Docs.AI. Whether you’re working on a team project, drafting a report, or writing a novel, our app provides the tools and support you need to succeed.
- React.js
- Node.js
- Express
- Quill.js
- socket.io (for websockets)
- OpenAI API
- Firebase (for authentication and database)
- Google OAuth (for google login)
- Google Cloud Platform (for webserver hosting)
docsAiDemoCompressed.mp4
LinkedIn Post: https://www.linkedin.com/feed/update/urn:li:activity:7214568701470101504/
-
Clone the repo
-
Navigate to the docsai folder and run
npm install
-
Change the server ip adresses as localhost
-
Navigate to the backend and run
npm install
-
setup the environment using a
.env
file and setup the OpenAI API key and replace the email for the colab link share with one of your choice -
Run the backend servers
-
Run/Build the front end using
npm start
ornpm build