Learn how to build any collaborative application by building LiveDocs, an improved Google Docs that manages millions of collaborators in real-time.
LiveDocs is a clone of Google Docs built with Next.js, Liveblocks, and styled with TailwindCSS. The project aims to showcase real-time collaboration features while demonstrating the developer’s skills. With features like user authentication, collaborative text editing, document management, comments, and notifications, LiveDocs offers a comprehensive environment for working on documents with multiple users simultaneously.
git clone <repository-url>
cd <repository-folder>
npm install
Create a .env file in the project root and add:
CLERK_KEY=your-clerk-key
LIVEBLOCKS_KEY=your-liveblocks-key
npm start
Open http://localhost:3000 in your browser.
LiveDocs is a project showcasing real-time collaboration functionalities similar to Google Docs, built with Next.js, Liveblocks, and TailwindCSS. With features like authentication, collaborative editing, document management, and notifications, LiveDocs provides a robust environment for multiple users to work on documents concurrently. The easy setup process allows developers to quickly explore and utilize the project for their own real-time collaborative applications.