awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 रिपॉजिटरी

Awesome GitHub RepositoriesCollaborative Editing Frameworks

Libraries and tools for implementing real-time multi-user text editing and synchronization in web applications.

Distinguishing note: Focuses on the infrastructure for shared state and conflict resolution in text editors, distinct from general-purpose web communication.

Explore 17 awesome GitHub repositories matching web development · Collaborative Editing Frameworks. Refine with filters or upvote what's useful.

Awesome Collaborative Editing Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted का अवतार

    awesome-selfhosted/awesome-selfhosted

    299,516GitHub पर देखें↗

    यह प्रोजेक्ट निजी सर्वर वातावरण और होम लैब में डिप्लॉयमेंट के लिए डिज़ाइन किए गए ओपन-सोर्स सॉफ्टवेयर की एक समुदाय-क्यूरेटेड निर्देशिका है। यह मुख्यधारा की क्लाउड सेवाओं के स्वतंत्र, स्व-होस्ट किए गए विकल्पों को खोजने के लिए एक व्यापक संसाधन के रूप में कार्य करता है, जिससे उपयोगकर्ता अपने डिजिटल इंफ्रास्ट्रक्चर पर पूर्ण डेटा स्वामित्व और नियंत्रण बनाए रख सकते हैं। निर्देशिका को एक पदानुक्रमित वर्गीकरण के माध्यम से संरचित किया गया है जो अनुप्रयोगों के एक विशाल संग्रह को तार्किक श्रेणियों में व्यवस्थित करता है, जो मीडिया प्रबंधन और डेटा एनालिटिक्स से लेकर निजी संचार और टीम उत्पादकता टूल तक फैला हुआ है। यह एक सहयोगात्मक पीयर-रिव्यू प्रक्रिया के माध्यम से खुद को अलग करती है, जहाँ समुदाय के सदस्य निर्देशिका को सटीक और विश्वसनीय सुनिश्चित करने के लिए प्रत्येक सबमिशन की गुणवत्ता और प्रासंगिकता को मान्य करते हैं। प्रोजेक्ट इंफ्रास्ट्रक्चर ऑटोमेशन, कंटेनर-आधारित सर्विस डिप्लॉयमेंट और घोषणात्मक कॉन्फ़िगरेशन प्रबंधन सहित क्षमताओं के एक व्यापक क्षेत्र को कवर करता है। ये टूल उपयोगकर्ताओं को पुनरुत्पादनीय सर्वर वातावरण बनाए रखने और निजी हार्डवेयर पर जटिल सर्विस निर्भरताओं को प्रबंधित करने में सहायता करते हैं। निर्देशिका को एक वर्ज़न-कंट्रोल रिपॉजिटरी के रूप में बनाए रखा जाता है, यह सुनिश्चित करते हुए कि सभी अपडेट और समुदाय-संचालित परिवर्तन ट्रैक किए जाते हैं और पारदर्शी हैं।

    Offers a web-based interface for collaborative document creation using LaTeX formatting.

    awesomeawesome-listcloud
    GitHub पर देखें↗299,516
  • ueberdosis/tiptapueberdosis का अवतार

    ueberdosis/tiptap

    37,341GitHub पर देखें↗

    Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial

    Enables real-time collaboration using CRDT technology.

    TypeScripteditorjavascriptjs
    GitHub पर देखें↗37,341
  • heyscrumpy/tiptapheyscrumpy का अवतार

    heyscrumpy/tiptap

    37,270GitHub पर देखें↗

    Tiptap is a headless rich text editor framework and extensible WYSIWYG framework designed for building custom text editors. It functions as a high-level wrapper around the ProseMirror toolkit, separating core editing logic and state management from the user interface. The framework enables real-time collaborative editing through a synchronization system using conflict-free replicated data types. It also supports the integration of AI content generation to provide automated suggestions and content refinement directly within the editor. The system utilizes a plugin-based extension architecture

    Allowing multiple users to edit the same document simultaneously with synchronized changes and conflict resolution.

    TypeScript
    GitHub पर देखें↗37,270
  • ianstormtaylor/slateianstormtaylor का अवतार

    ianstormtaylor/slate

    31,698GitHub पर देखें↗

    Slate is a customizable rich text editor framework that treats documents as a recursive tree of nodes. It functions as a schema-based, state-driven system designed to enforce structural constraints and manage nested components within a structured document model. The framework utilizes a plugin-based architecture to extend editor functionality, allowing for the injection of custom logic into the rendering and transformation pipeline. It supports real-time collaborative editing by synchronizing document operations across multiple users. The system covers a broad range of capabilities, includin

    Allows multiple users to edit the same document in real time by syncing operations across clients.

    TypeScriptbrowsereditorframework
    GitHub पर देखें↗31,698
  • pubkey/rxdbpubkey का अवतार

    pubkey/rxdb

    23,048GitHub पर देखें↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Supports real-time collaborative editing by synchronizing data updates across connected clients and browser tabs.

    TypeScriptangularbrowser-databasecouchdb
    GitHub पर देखें↗23,048
  • yjs/yjsyjs का अवतार

    yjs/yjs

    22,069GitHub पर देखें↗

    Yjs is a CRDT framework and real-time state synchronization engine providing shared data types for collaborative software. It functions as a shared data type library of collaborative maps, arrays, and text structures that converge automatically across distributed clients, serving as a local-first data store and a collaborative editor backend. The system distinguishes itself through a synchronization engine that encodes document changes into commutative binary updates. It employs state-vector based differencing to transmit only missing incremental updates between peers and uses relative-positi

    Provides the infrastructure for real-time multi-user text editing with instant synchronization and conflict resolution.

    JavaScriptcollaborationcollaborative-editingcrdt
    GitHub पर देखें↗22,069
  • xi-editor/xi-editorxi-editor का अवतार

    xi-editor/xi-editor

    19,816GitHub पर देखें↗

    xi-editor is a high-performance text editor core written in Rust. It employs a client-server architecture that separates the backend editor logic from the user interface, allowing diverse frontends to communicate with the core via a standardized protocol. The project is distinguished by its use of rope-based text buffers for efficient manipulation of large documents and a collaborative engine powered by conflict-free replicated data types to synchronize concurrent edits. It further features an extensible plugin system that integrates external binaries and third-party tools through JSON-based

    Uses conflict-free replicated data types to synchronize concurrent edits across multiple users or processes.

    Rust
    GitHub पर देखें↗19,816
  • frdel/agent-zerofrdel का अवतार

    frdel/agent-zero

    18,223GitHub पर देखें↗

    Agent Zero is an LLM agent framework and multi-agent orchestrator that provides an AI-powered interface for operating system tasks. It functions as a containerized AI workspace, allowing large language models to interact with a filesystem and terminal within an isolated Linux environment. The system distinguishes itself through a hierarchical orchestration model that decomposes complex goals by spawning specialized sub-agents to collaborate and consolidate results. It features a plugin-based architecture for extending capabilities via a community plugin hub, a custom skills system, and extern

    Enables simultaneous editing of project plans and artifacts in a shared rich-text editor.

    Python
    GitHub पर देखें↗18,223
  • overleaf/overleafoverleaf का अवतार

    overleaf/overleaf

    17,853GitHub पर देखें↗

    This project is a web-based collaborative editor and scientific document management system designed for LaTeX. It provides a centralized environment for writing, editing, and compiling academic manuscripts, enabling multiple users to work on the same project simultaneously through real-time synchronization. The platform distinguishes itself by treating documents as version-controlled repositories, allowing for granular history tracking and bidirectional synchronization with external version control systems. It features a secure, containerized compilation pipeline that isolates build processes

    Serves as a web-based collaborative editor specifically designed for LaTeX scientific document creation.

    JavaScript
    GitHub पर देखें↗17,853
  • wanglin2/mind-mapwanglin2 का अवतार

    wanglin2/mind-map

    12,363GitHub पर देखें↗

    This project is a comprehensive diagramming ecosystem that functions as both a standalone cross-platform desktop application and a modular JavaScript library for web-based mind mapping. It provides a visual workspace for structuring hierarchical information, allowing users to create, organize, and manipulate complex node trees through an interactive canvas interface. The platform distinguishes itself through deep integration with artificial intelligence, enabling users to automatically generate, expand, and refine diagram content directly within their workspace. It supports real-time collabor

    Synchronizes node operations across multiple clients in real-time to support simultaneous multi-user diagram editing.

    JavaScriptgraphjsmindmind-map
    GitHub पर देखें↗12,363
  • james-yu/latex-workshopJames-Yu का अवतार

    James-Yu/LaTeX-Workshop

    12,156GitHub पर देखें↗

    LaTeX Workshop is a comprehensive integrated development environment extension designed for authoring and typesetting complex documents. It functions as a complete workflow tool that automates the compilation process, manages multi-file project structures, and provides real-time feedback through bidirectional synchronization between source code and generated output. The project distinguishes itself by offering deep integration with the typesetting lifecycle, including containerized build environments and automated orchestration of external toolchains. It provides advanced visual feedback mech

    Provides a comprehensive authoring environment for LaTeX with intelligent autocompletion, structure navigation, and real-time previewing.

    TypeScript
    GitHub पर देखें↗12,156
  • electric-sql/electricelectric-sql का अवतार

    electric-sql/electric

    9,909GitHub पर देखें↗

    Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t

    Combines real-time synchronization with conflict-resolution frameworks to enable multi-user collaborative editing.

    Elixircrdtcrdtselixir
    GitHub पर देखें↗9,909
  • typecellos/blocknoteTypeCellOS का अवतार

    TypeCellOS/BlockNote

    9,141GitHub पर देखें↗

    BlockNote is a block-based rich text editor and a real-time collaborative workspace. It uses a JSON-based data model to organize content into draggable, nestable blocks rather than a single flat document. The system functions as a high-level interface built on ProseMirror that abstracts document state into discrete, manipulatable content blocks. The project serves as a framework for integrating large language models into document editors, enabling context-aware text generation and AI-driven workflows. It also acts as a document export engine capable of converting structured block data into fo

    Provides the synchronization infrastructure and conflict resolution required for simultaneous multi-user editing.

    TypeScriptblock-basededitorjavascript
    GitHub पर देखें↗9,141
  • codemirror/devcodemirror का अवतार

    codemirror/dev

    7,820GitHub पर देखें↗

    CodeMirror is a browser-based code editor framework and modular extension system used to embed full-featured text editors into web pages. It functions as a syntax tree parsing engine and a language server protocol client, enabling structural language analysis and deep integration with external programming language services. The project is distinguished by its modular architecture, which uses a system of extensions and compartments for dynamic reconfiguration at runtime. It supports real-time collaborative editing and state synchronization through an operational transformation framework, allow

    Provides a framework for implementing real-time multi-user text editing with synchronization and conflict resolution.

    JavaScript
    GitHub पर देखें↗7,820
  • codimd/servercodimd का अवतार

    codimd/server

    7,249GitHub पर देखें↗

    This project is a self-hosted note-taking platform and collaborative markdown wiki. It functions as a real-time markdown collaborative editor, allowing multiple users to create, organize, and share documents simultaneously. The platform is designed for self-hosted knowledge management and collaborative markdown documentation, providing a private environment for teams to maintain shared technical notes.

    Ships a collaborative editing framework to synchronize multi-user text edits in the web-based markdown editor.

    TypeScript
    GitHub पर देखें↗7,249
  • firebase/quickstart-jsfirebase का अवतार

    firebase/quickstart-js

    5,367GitHub पर देखें↗

    This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.

    Includes samples for implementing real-time multi-user text editing and synchronization in web applications.

    TypeScript
    GitHub पर देखें↗5,367
  • streamich/json-joystreamich का अवतार

    streamich/json-joy

    1,079GitHub पर देखें↗

    json-joy is a comprehensive library for building real-time collaborative applications and distributed systems. It provides a robust framework for managing shared JSON-like data structures that automatically merge concurrent edits from multiple users, ensuring consistent state across all replicas without requiring a central coordination server. The project distinguishes itself through a high-performance approach to data handling, utilizing conflict-free replicated data types and logical clock-based synchronization to maintain data integrity. It includes a specialized engine for navigating and

    Provides a set of reactive tools and hooks for binding shared data models to user interface components.

    TypeScriptcborcollaborationcollaborative
    GitHub पर देखें↗1,079
  1. Home
  2. Web Development
  3. Collaborative Editing Frameworks

सब-टैग एक्सप्लोर करें

  • LaTeX Editors1 सब-टैगWeb-based interfaces for collaborative typesetting and editing of LaTeX documents. **Distinct from Collaborative Editing Frameworks:** Distinct from Collaborative Editing Frameworks: focuses on the end-user editor interface for LaTeX specifically, rather than the underlying synchronization engine.