Skip to content

glifox/lorofs

Repository files navigation

LoroFS

Publish Web App

LoroFS is a file system for the web built using Loro, designed to be local-first and support collaborative editing. It focuses on managing the file structure and metadata, while giving the user full control over the actual file content. This approach prevents the main LoroDoc from becoming excessively large and slow.

LoroFS also provides an integrated file explorer component to efficiently interact with and visualize the file system in the DOM.

Installation

npm install @glifox/lorofs

See the sample for a complete implementation example.