Add real-time collaboration to Spreadsheet using Supabase with PostgreSQL persistence
The @rowsncolumns/supabase package provides real-time collaboration with PostgreSQL persistence and Operational Transformation (OT) for conflict resolution.
Features
PostgreSQL Persistence: All spreadsheet data stored in Supabase
Real-time Collaboration: Live updates via Supabase Realtime
Operational Transformation: Conflict resolution for concurrent edits
Presence Tracking: See active collaborators and their cursors
# Copy the edge function to your supabase project
cp -r node_modules/@rowsncolumns/supabase/edge-functions/spreadsheet-ot supabase/functions/
# Deploy
supabase functions deploy spreadsheet-ot