fileverse/poc/dsheet-embed
Jeff Emmett f0b1096404 Initial research and POC scaffolding for Fileverse + rStack integration
Research docs covering crypto comparison (@fileverse/crypto vs MIT primitives vs
rSpace DocCrypto), Y.js vs Automerge architecture decision, and phased integration
plan. POC scaffolding includes MIT crypto primitives library with ECIES key exchange,
benchmark suite, collab-server Docker Compose for Netcup deployment, and placeholder
structures for IPFS storage and dSheet embed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 16:20:11 -07:00
..
README.md Initial research and POC scaffolding for Fileverse + rStack integration 2026-03-31 16:20:11 -07:00

README.md

dSheet Embed POC

Prototype for embedding @fileverse-dev/dsheet as a new rStack module (rSheet).

Goal

Wrap Fileverse's decentralized spreadsheet component in a LitElement web component compatible with rSpace's module system.

Key Integration Points

  • Auth: EncryptID → isAuthorized prop
  • Collaboration: WebRTC via self-hosted collab-server
  • Persistence: IndexedDB (enableIndexeddbSync)
  • Metadata: Stored in Automerge documents

Use Cases

  • DAO treasury tracking
  • Token allocation spreadsheets
  • Budget planning with E2E encryption
  • Research data tables alongside rNotes

Status

Not started — depends on Phase 3 (collab server deployment).