#collaboration
4 items tagged "collaboration".
AFFiNE
AFFiNE is an open-source knowledge base that combines documents, whiteboards, and databases in a local-first workspace, suitable for team collaboration.
Penpot
Penpot is an open-source design platform that facilitates collaboration among design and development teams for digital product creation.
AppFlowy
AppFlowy is a collaborative workspace that allows teams to manage projects while keeping control of their data.
build real-time collaboration
Add a real-time collaborative layer to an app: live cursors plus click-to-drop comment pins, like Figma. Use WebSocket (Socket.io or native ws). Requirements: other users' cursors shown live, comments appear for everyone instantly, graceful reconnect with no ghost cursors, debounced cursor updates. Build it end to end, then prove sync works with two simulated clients before calling it done.