https://github.com/salvadorpoeta/live-docs-sm
This is a Google Docs-like software that manages collaborators in real time.
https://github.com/salvadorpoeta/live-docs-sm
clerk html lexical liveblocks nextjs reactjs sentry shadcn tailwindcss typescript
Last synced: 4 months ago
JSON representation
This is a Google Docs-like software that manages collaborators in real time.
- Host: GitHub
- URL: https://github.com/salvadorpoeta/live-docs-sm
- Owner: SALVADORPOETA
- Created: 2024-10-30T02:22:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:58:37.000Z (11 months ago)
- Last Synced: 2025-03-13T12:33:50.838Z (7 months ago)
- Topics: clerk, html, lexical, liveblocks, nextjs, reactjs, sentry, shadcn, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://live-docs-sm.vercel.app
- Size: 657 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveDocs
This project is from a YouTube tutorial (JavaScript Mastery) about a Google Docs-like software that manages collaborators in real time, featuring an authentication flow, a full markdown editor, complete document management to create, edit, save, and delete documents, real-time nested comments with tagging, emojis, and complete CRUD functionalities for discussions, floating comments, live cursors showing collaborators' locations, instant notifications, flexible sharing options like inviting or revoking editors/viewers, and a fully responsive native-like design.
I used NextJS with server-side rendering, nested layouts, server actions, and revalidation; TypeScript for type-safe code; Lexical, a powerful editor developed by Meta; ShadCN and TailwindCSS for the UI; Clerk for authentication; and Sentry for performance analysis. It's deployed on Vercel.
