{"id":24941888,"url":"https://github.com/davanesh/google_docs_clone","last_synced_at":"2025-04-15T09:35:36.682Z","repository":{"id":266110927,"uuid":"897422806","full_name":"Davanesh/Google_Docs_Clone","owner":"Davanesh","description":"SyncDocs is a real-time collaborative document editing application built with Next.js 15 and Tailwind CSS for the frontend, Clerk for authentication, Liveblocks for seamless real-time collaboration, and Convex for the backend. It offers a modern, responsive, and intuitive interface for creating, editing, and managing documents collaboratively. 🚀","archived":false,"fork":false,"pushed_at":"2024-12-14T21:06:37.000Z","size":1014,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T18:51:51.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://syncdocs.vercel.app","language":"TypeScript","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/Davanesh.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}},"created_at":"2024-12-02T15:52:06.000Z","updated_at":"2025-01-30T12:59:39.000Z","dependencies_parsed_at":"2024-12-02T16:52:19.179Z","dependency_job_id":"6aded9bc-ad43-4f50-8545-778b1b10454b","html_url":"https://github.com/Davanesh/Google_Docs_Clone","commit_stats":null,"previous_names":["davanesh/google_docs_clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davanesh%2FGoogle_Docs_Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davanesh%2FGoogle_Docs_Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davanesh%2FGoogle_Docs_Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davanesh%2FGoogle_Docs_Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Davanesh","download_url":"https://codeload.github.com/Davanesh/Google_Docs_Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249043475,"owners_count":21203467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-02T18:57:07.709Z","updated_at":"2025-04-15T09:35:36.661Z","avatar_url":"https://github.com/Davanesh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"SyncDocs\n\nSyncDocs is a powerful, real-time collaborative document editing application inspired by Google Docs. With cutting-edge technology and a sleek, modern design, SyncDocs allows users to create, edit, and collaborate seamlessly.\n\n🌟 Features\n\n🔒 Authentication: Secure and user-friendly authentication powered by Clerk.\n\n🌐 Real-Time Collaboration: Collaborate in real-time using Liveblocks for a smooth user experience.\n\n🗄️ Backend: Scalable and efficient backend powered by Convex.\n\n🎨 Modern Frontend: Built with Next.js 15 and styled using Tailwind CSS for a responsive and intuitive interface.\n\n📄 Document Management: Create, edit, and save documents effortlessly.\n\n🚀 Tech Stack\n\nFrontend:\n\nNext.js 15\n\nTailwind CSS\n\nBackend:\n\nConvex\n\nAuthentication:\n\nClerk\n\nReal-Time Collaboration:\n\nLiveblocks\n\n🛠️ Installation\n\nFollow these steps to run SyncDocs locally:\n\nClone the repository:\n\ngit clone https://github.com/your-username/syncdocs.git\ncd syncdocs\n\nInstall dependencies:\n\nnpm install --legacy-peer-deps\n\nSet up environment variables:\nCreate a .env.local file in the root directory and add the following:\n\n# Deployment used by `npx convex dev`\n\nCONVEX_DEPLOYMENT=\nNEXT_PUBLIC_CONVEX_URL=\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nLIVEBLOCK_SECRET_KEY=\nRun the development server:\n\nnpm run dev\n\nOpen http://localhost:3000 in your browser to see the application in action.\n\n📂 Project Structure\n\napp/ - Main application folder for Next.js 15 with the following structure:\n\n(home)/ - Contains components for the home page such as documents-table.tsx, navbar.tsx, page.tsx, search-input.tsx, and templates-gallery.tsx.\n\napi/ - Contains backend-related files powered by Convex.\n\ndocuments/ - Contains the [documentId]/ folder with all the components of the editor, including:\n\nactions.ts\n\navatars.tsx\n\ndocument-input.tsx\n\ndocument.tsx\n\neditor.tsx\n\ninbox.tsx\n\nloading.tsx\n\nnavbar.tsx\n\npage.tsx\n\nroom.tsx\n\nruler.tsx\n\nthreads.tsx\n\ntoolbar.tsx\n\nfonts/ - Manages custom fonts for the application.\n\nerror.tsx - Error page.\n\nfavicon.ico - App favicon.\n\nglobals.css - Global styles.\n\nlayout.tsx - Application layout.\n\ncomponents/ - Reusable React components, including:\n\nui/ - UI components like fullscreen-loader.tsx, remove-dialog.tsx, and rename-dialog.tsx.\n\nconvex-client-provider.tsx - Provides Convex client integration.\n\nconstants/ - Holds application constants.\n\nextensions/ - Additional functionalities or extensions.\n\nhooks/ - Custom React hooks.\n\nlib/ - Utility libraries.\n\nstore/ - State management logic.\n\n\n🌐 Live Demo\n\nCheck out the live version here: https://syncdocs.vercel.app\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavanesh%2Fgoogle_docs_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavanesh%2Fgoogle_docs_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavanesh%2Fgoogle_docs_clone/lists"}