{"id":35320440,"url":"https://github.com/anujkv123/editorx.pro","last_synced_at":"2026-04-04T20:32:11.795Z","repository":{"id":305934215,"uuid":"838533090","full_name":"AnujKV123/editorx.pro","owner":"AnujKV123","description":" Real-time collaborative text editor that allows multiple users to seamlessly collaborate on a  single document.","archived":false,"fork":false,"pushed_at":"2025-10-05T10:43:20.000Z","size":1149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T12:24:27.558Z","etag":null,"topics":["css","frontend","javascript","jwt","reactjs","shadcn-ui","socket-io","tailwind-css","tiptap-editor"],"latest_commit_sha":null,"homepage":"https://editorx.pro","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnujKV123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-05T20:51:27.000Z","updated_at":"2025-10-05T10:43:24.000Z","dependencies_parsed_at":"2025-10-05T12:14:40.594Z","dependency_job_id":"b56fb8d7-59fb-43bb-af23-b20cc1a14f6f","html_url":"https://github.com/AnujKV123/editorx.pro","commit_stats":null,"previous_names":["anujkv123/editorx.pro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnujKV123/editorx.pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnujKV123%2Feditorx.pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnujKV123%2Feditorx.pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnujKV123%2Feditorx.pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnujKV123%2Feditorx.pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnujKV123","download_url":"https://codeload.github.com/AnujKV123/editorx.pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnujKV123%2Feditorx.pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","frontend","javascript","jwt","reactjs","shadcn-ui","socket-io","tailwind-css","tiptap-editor"],"created_at":"2025-12-30T21:48:56.448Z","updated_at":"2026-04-04T20:32:11.787Z","avatar_url":"https://github.com/AnujKV123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 editorX.pro\n\nA full-stack real-time collaborative text editor built for teams and individuals to co-author documents simultaneously with live presence indicators, secure user management, and invitation workflows.\n\nBuilt with ❤️ using React.js, Node.js, Express.js, Yjs, and Firebase.\n\n## 🚀 Features\n- ✅ Google \u0026 Email/Password Authentication\n- ✅ Secure Firebase Token Verification (Frontend + Backend)\n- ✅ Real-time Collaborative Text Editing with Cursor Presence\n- ✅ Invite Collaborators by Email\n- ✅ Join/Accept Invitation Flow\n- ✅ Conflict-free Document Syncing via Yjs\n- ✅ Persistent Sessions and Token Handling\n- ✅ Scalable Backend APIs with Express.js\n- ✅ Responsive and Clean UI\n- ✅ Secure real-time chat with end-to-end encryption\n\n## 🧠 Tech Stack\n\n| Layer        | Technology                                                 |\n| ------------ | ---------------------------------------------------------- |\n| **Frontend** | React.js, Firebase Auth SDK                                |\n| **Backend**  | Node.js, Express.js, Firebase Admin SDK                    |\n| **Authentication** | Firebase Authentication (Google + Email/Password)    |\n| **Realtime Sync** | Yjs + y-websocket for CRDT-based collaboration        |\n| **Editor**   | Tiptap Editor (Built on ProseMirror) + Yjs                 |\n| **Deployment** |  Netlify (Frontend), Render (Backend + WebSocket)          |\n\n## 📽️ Demo\n- 🌐 Live Demo: https://editorx.pro\n- 🎥 Demo Video: Coming Soon\n\n## ⚙️ Setup Instructions\n\n### Frontend Setup\n\n#### Prerequisites\n- Node.js (version 16 or higher)\n- npm or yarn package manager\n\n#### Installation\n\n1. *Clone the repository*\n   ```bash\n   git clone https://github.com/AnujKV123/editorx.pro.git\n   cd editorx.pro\n   ```\n\n2. *Install dependencies*\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. *Create a .env file with below details:*\n   ```bash\n    REACT_APP_API_KEY=\n    REACT_APP_AUTH_DOMAIN=\n    REACT_APP_PROJECT_ID=\n    REACT_APP_STORAGE_BUCKET=\n    REACT_APP_MESSAGE_SENDER_ID=\n    REACT_APP_APP_ID=\n    REACT_APP_MEASUREMENT_ID=\n    REACT_APP_SOCKET_URL=ws://localhost:1234\n    REACT_APP_BACKEND_URL=http://localhost:5000\n    REACT_APP_MESSAGE_SECRET_KEY=\n   ```\n\n4. *Start the development server*\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. *Open your browser*\n   Navigate to `http://localhost:4200` to view the application.\n\n#### Build for Production\n\n```bash\nnpm run build\n# or\nyarn build\n```\n\nThe built files will be available in the `dist` directory.\n\n\n### Backend Setup\n\n#### Prerequisites\n- Node.js (version 16 or higher)\n- npm or yarn package manager\n\n#### Installation\n\n1. *Clone the repository*\n   ```bash\n   git clone https://github.com/AnujKV123/real-time-text-editor-backed.git\n   cd real-time-text-editor-backed\n   ```\n\n2. *Install dependencies*\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. *Create a .env file with below details:*\n   ```bash\n    PORT=5000\n    MONGODB_URI=\n    CORS_ORIGIN=\n    CLOUDINARY_CLOUD_NAME=\n    CLOUDINARY_API_KEY=\n    CLOUDINARY_API_SECRET=\n    FIREBASE_TYPE=\n    FIREBASE_PROJECT_ID=\n    FIREBASE_PRIVATE_KEY_ID=\n    FIREBASE_PRIVATE_KEY=\n    FIREBASE_CLIENT_EMAIL=\n    FIREBASE_CLIENT_ID=\n    FIREBASE_AUTH_URI=\n    FIREBASE_TOKEN_URI=\n    FIREBASE_AUTH_PROVIDER_CERT_URL=\n    FIREBASE_CLIENT_CERT_URL=\n    FIREBASE_UNIVERSE_DOMAIN=\n   ```\n\n4. *Start the development server*\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Navigate to `http://localhost:5000` to use as Backend API.\n\n#### Build for Production\n\n```bash\nnpm run build\n# or\nyarn build\n```\n\n### y-websocket setup\n\n#### Prerequisites\n- Node.js (version 16 or higher)\n- npm or yarn package manager\n\n#### Installation\n\n1. *Clone the repository*\n   ```bash\n   git clone https://github.com/AnujKV123/edirorx.pro-socket-server.git\n   cd edirorx.pro-socket-server\n   ```\n\n2. *Install dependencies*\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. *Create a .env file with below details:*\n   ```bash\n    PORT=1235\n    BACKEND_URL=http://localhost:5000\n   ```\n\n4. *Start the development server*\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Navigate to `WebSocket → ws://localhost:1235` to use as y-websocket API.\n\n#### Build for Production\n\n```bash\nnpm run build\n# or\nyarn build\n```\n\n## 📌 Future Enhancements\n\n- Collaborative Code Editor with Live Sharing\n\n- Document Versioning and History\n\n- Commenting and Chat Feature\n\n- Export/Import in DOCX and PDF formats\n\n- Notification System for Invitations\n\n## 👨‍💻 Built By\nAnuj Verma – [GitHub](https://github.com/AnujKV123) | [LinkedIn](https://www.linkedin.com/in/anujverma11)\n\n## 🪪 License\n- This project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanujkv123%2Feditorx.pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanujkv123%2Feditorx.pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanujkv123%2Feditorx.pro/lists"}