{"id":15326108,"url":"https://github.com/giridharrnair/codetogether","last_synced_at":"2026-02-15T14:35:26.861Z","repository":{"id":174783095,"uuid":"652790116","full_name":"GiridharRNair/CodeTogether","owner":"GiridharRNair","description":"Online minimalistic collaborative code editor supporting multiple languages.","archived":false,"fork":false,"pushed_at":"2025-02-26T18:52:17.000Z","size":322,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T00:49:18.729Z","etag":null,"topics":["monaco-editor","vitejs","y-monaco","y-webrtc","yjs"],"latest_commit_sha":null,"homepage":"https://codetogether.tech/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GiridharRNair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-12T20:00:20.000Z","updated_at":"2025-02-26T18:52:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"15cd4f1d-7227-492a-8bca-1f4a74a50c70","html_url":"https://github.com/GiridharRNair/CodeTogether","commit_stats":{"total_commits":40,"total_committers":3,"mean_commits":"13.333333333333334","dds":0.07499999999999996,"last_synced_commit":"0d3c0880729d5ff993f9185db6b82d6c769069bb"},"previous_names":["syntaxwarrior30/codetogether","giridharrnair/codetogether"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GiridharRNair/CodeTogether","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharRNair%2FCodeTogether","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharRNair%2FCodeTogether/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharRNair%2FCodeTogether/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharRNair%2FCodeTogether/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiridharRNair","download_url":"https://codeload.github.com/GiridharRNair/CodeTogether/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiridharRNair%2FCodeTogether/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29481482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["monaco-editor","vitejs","y-monaco","y-webrtc","yjs"],"created_at":"2024-10-01T09:34:31.836Z","updated_at":"2026-02-15T14:35:26.847Z","avatar_url":"https://github.com/GiridharRNair.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CodeTogether\n\nThis minimalistic collaborative code editor is developed using React, Monaco Editor, Yjs, and Tailwind CSS. It enables real-time collaboration, allowing multiple users to work together on the same code simultaneously. Yjs ensures seamless synchronization of edits, while the Monaco Editor offers a powerful code editing experience. Additionally, Tailwind CSS enhances the user interface, providing a modern and responsive design for an enhanced user experience.\n\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to an .env file. These variables will allow you to use the [JDoodle compiler](https://rapidapi.com/judge0-official/api/judge0-ce) and sync the code to all connected users using [Y-Webrtc](https://github.com/yjs/y-webrtc).\n\n`VITE_RAPID_API_HOST`=online-code-compiler.p.rapidapi.com\n\n`VITE_RAPID_API_KEY`={Your API Compiler key from RapidAPI}\n\n`VITE_RAPID_API_URL`=https://online-code-compiler.p.rapidapi.com/v1/\n\n`VITE_BACKEND_URL`=wss://y-webrtc-signaling-eu.herokuapp.com/\n\nIf the back-end URL doesn't work, you can deploy your own [Y-Webrtc](https://github.com/yjs/y-webrtc) server. \n\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/SyntaxWarrior30/CodeTogether.git\n```\n\nGo to the project directory\n\n```bash\n  cd CodeTogether\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the development server\n\n```bash\n  npm run dev\n```\n\n\n## Credits\n\nThis project utilizes the following open-source technologies:\n\n[Yjs](https://github.com/yjs/yjs): A real-time collaboration framework that enables shared editing of documents in a distributed environment.\n\n[Y-Monaco](https://github.com/yjs/y-monaco): An integration between Yjs and the Monaco Editor, providing real-time collaboration capabilities within the Monaco Editor. It allows multiple users to work together on the same code simultaneously.\n\n[Y-Webrtc](https://github.com/yjs/y-webrtc): A backend server for Yjs that leverages WebRTC technology to enable real-time collaboration between multiple users.\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\nFeel free to contribute to this project by submitting issues or pull requests.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiridharrnair%2Fcodetogether","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiridharrnair%2Fcodetogether","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiridharrnair%2Fcodetogether/lists"}