Welcome to SynkPad, the ultimate platform for seamless real-time collaboration. Whether you're working on team projects, brainstorming ideas, or managing shared documents, SynkPad empowers you with intuitive tools and a user-friendly interface. This built with Next.js to handle the user interface, Liveblocks for real-time collaboration, and styled with TailwindCSS. It’s a feature-rich Google Docs clone designed to showcase skills in building real-time collaborative environments.
-
Next.js
-
TypeScript
-
Liveblocks
-
Lexical Editor
-
ShadCN
-
Tailwind CSS
Authentication:
- Secure user authentication using Clerk.
Collaborative Text Editor:
- Real-time text editing with multiple users.
Document Management:
- Create Documents: Easily create new documents.
- Delete Documents: Remove unwanted documents.
- Share Documents: Share via email or link with customizable permissions (view/edit).
- List Documents: Display owned/shared documents with search and sorting capabilities.
Comments:
- Add inline and general comments with threaded discussions.
Active Collaborators:
- Real-time presence indicators for collaborators in the editor.
Notifications:
- Alerts for shared documents, new comments, and collaborator activities.
Responsive Design:
- Optimized for all devices.
And much more, including clean code architecture and reusable components.
- Clone the Repository
git clone https://github.com/ToseebNadaf/SynkPad.git cd SynkPad
- Set Up Environment Variables
#Clerk NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY= NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up #Liveblocks NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY= LIVEBLOCKS_SECRET_KEY=
- Install the project dependencies using npm:
npm install
- Running the Project:
Open http://localhost:3000 in your browser to view the project.
npm run dev