Skip to content

TypingKitty/Collabdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollabDoc

CollabDoc is a real-time collaborative document editor built using React, Tiptap editor, and WebRTC for peer-to-peer communication. It allows users to collaboratively edit documents with minimal server load by utilizing a decentralized architecture.

Features

  • Real-time document collaboration
  • Peer-to-peer communication using WebRTC
  • Rich text editing with Tiptap editor
  • Lightweight and fast with minimal server overhead

Tech Stack

  • Frontend: React, Tiptap Editor
  • Backend: Node.js (Optional for handling other logic)
  • Real-time Collaboration: WebRTC and Yjs
  • Database: Supabase (for document storage)

Installation and Setup

To run CollabDoc locally, follow these steps:

git clone https://github.com/TypingKitty/Collabdoc.git
cd Collabdoc
npm install
npm run dev 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published