A collaborative document editing web application inspired by Google Docs. With NoogleDocs, users can create, edit, and collaborate on documents in real time with seamless sharing and commenting features.
- Document Creation & Editing: Create and edit documents with a rich text editor powered by React Lexical.
- Real-Time Collaboration: Collaborate on documents in real-time with Liveblocks integration.
- User Authentication: Secure user login and account management using Clerk.
- Live Notifications & Commenting: Stay updated with live notifications and leave comments directly on documents.
- Responsive UI: Built with Tailwind CSS for a modern, responsive design.
- Frontend: React, Next.js
- Backend: Liveblocks, Clerk
- Styling: Tailwind CSS
- Editor: React Lexical
- Deployment: Vercel
-
Clone the repository:
git clone https://github.com/shahin-r71/noogleDocs.git cd noogleDocs
-
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env
file in the root directory with the following content:CLERK_SECRET_KEY=<your-clerk-secret-key> NEXT_PUBLIC_CLERK_SIGN_IN_URL=<clerk-sign-in-url> NEXT_PUBLIC_CLERK_SIGN_UP_URL=<clerk-sign-up-url> LIVEBLOCKS_SECRET=<your-liveblocks-secret-key>
-
Run database migrations:
npm run dev
-
Open the app in your browser at http://localhost:3000.