Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Slate | 26,703 | 3,499 | 923 | 3 days ago | 686 | August 23, 2022 | 579 | mit | TypeScript | |
A completely customizable framework for building rich text editors. (Currently in beta.) | ||||||||||
Etherpad Lite | 13,993 | 9 days ago | 1 | November 10, 2021 | 173 | apache-2.0 | JavaScript | |||
Etherpad: A modern really-real-time collaborative document editor. | ||||||||||
Affine | 13,890 | a day ago | 165 | mpl-2.0 | TypeScript | |||||
There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. | ||||||||||
Overleaf | 11,030 | 6 days ago | 3 | February 16, 2022 | 239 | agpl-3.0 | JavaScript | |||
A web-based collaborative LaTeX editor | ||||||||||
Kodexplorer | 5,891 | a month ago | PHP | |||||||
A web based file manager,web IDE / browser based code editor | ||||||||||
Alternative Internet | 4,809 | 2 months ago | 26 | |||||||
A collection of interesting new networks and tech aiming at decentralisation (in some form). | ||||||||||
Documentserver | 3,212 | 14 days ago | 647 | agpl-3.0 | Shell | |||||
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. | ||||||||||
Zefyr | 2,123 | 5 | 5 | 6 months ago | 19 | December 19, 2021 | 228 | Dart | ||
Soft and gentle rich text editing for Flutter applications. | ||||||||||
Desktopeditors | 1,930 | 12 days ago | 413 | other | ||||||
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents | ||||||||||
Subethaedit | 1,313 | a month ago | 75 | mit | Objective-C | |||||
General purpose plain text editor for macOS. Widely known for its live collaboration feature. |
"Decentralized Real-Time Collaborative Documents - Conflict-free editing in the browser using js-IPFS and CRDTs"
An distributed application that allows for several users to edit the same document at the same time, something similar to Google Docs, but without any coordinating server.
Check it out Live Here, Open it on few tabs or devices and start typing...
IPFS stands for Interplanetary File System, and is much more than a file system. It’s an entire network stack for the decentralised and peer-to-peer web, allowing you to build truly serverless web applications.
More about IPFS here ipfs.io.
Conflict-Free Replicated Data Types provides a conflict-free manner of replicating data across multiple nodes without ever having to elect a leader or use another type of centralized authority to reach consensus.
The project uses js-ipfs, which is a Javascript implementation of IPFS that works in Node.js and in a modern browser.
A text editor that requires no server but yet, allows several users to edit it in a collaborative fashion. We can call it “google docs without google for plain text”.
$ git clone https://github.com/vigzmv/IPFS-CRDT-shared-editing.git
$ cd IPFS-CRDT-shared-editing
$ yarn install
$ yarn build
$ yarn start
Using a modern browser that supports WebRTC, like a recent version of Chrome or Firefox, open several windows of http://localhost:1234 and start typing!!
MIT