Learning level
100/100
Learning level
100/100
Product version
1.0.1
Guide status
Advanced
Sections
4
Understand the production VauSheet split between browser checkpoints, Supabase control metadata and AWS S3 workbook documents.
What this guide covers
Quick facts
The browser holds the interactive workbook state and a local synchronization checkpoint so editing remains responsive and recoverable without writing to the network after every keystroke.
Supabase handles authentication and workbook metadata/control state such as ownership, versioning, synchronization locks and realtime version-change signaling.
The full workbook document is stored as compressed JSON in object storage rather than expanding every spreadsheet cell into a relational database row.
The architecture keeps metadata/queryable control state small in Postgres while allowing the workbook document to scale as an object. Synchronization coordinates both layers so a successful save advances the workbook version together with the stored document.