EasyDocs

EasyDocs Used AI

8 devlogs
10h 45m
Created by SM

EasyDocs is an application similar to Google Docs, offering real-time collaboration and conflict management.

Features include the following:

1. Real-time collaboration using WebSockets
2. Admin Panel
3. Print capabilities
4. Unique font styles, with more coming soon

AI was used minimally, primarily to assist with frontend styling.

NOTE: I used some of the code from my previous projects.

Timeline

Ship 1

0 payouts of shell 0 shells

SM

about 1 month ago

SM Covers 8 devlogs and 10h 45m

Fix a few bugs, and thats it.

Update attachment

Completed the application & tested it. Styling is all that I got left.

Update attachment
  1. Fixed bugs
  2. Implemented dark/light mode toggle
Update attachment

Added functionality to invite people to the document with roles (owner, editor, viewer)

The invitation feature now supports assigning roles for editing and viewing.
The core functionality for editing and viewing works as expected.

However, there are still a few issues remaining. - Some of these issues have been fixed, but not all.

Update attachment
  1. Added password attempt limits to improve security
  2. Implemented document-saving (contents + title)
  3. Enhanced UI [AI was used for idea-generation of how the contents were going to be shown, not to do the work.]
Update attachment
  1. Implemented document-creation with title-only saving (will implement content saving soon)
  2. Implemented non-functional (yet, will be functional soon) collaboration invitations (so just made the UI)
Update attachment
  1. Enhanced login system security.

  2. Text editor page is nearly complete, integration with login and document creation is still in progress.

Update attachment

Added a working & secure login system.

Update attachment