|
|
|
|
|
by YousefED
991 days ago
|
|
Thanks, great feedback! Although it's entirely architected on a local-first stack, I indeed haven't shipped the main benefit of this, a locally installable app. There's a WIP PR here that adds PWA support: https://github.com/TypeCellOS/TypeCell/pull/352. I'll highlight this more when this is merged. Nevertheless, some of the benefits are already noticeable and come "out of the box" with building on a local first architecture, even if not shipping an executable yet:
- multiplayer sync
- speed: documents are loaded from local storage initially if they have been loaded before, and changes sync in after that In the future (when there's an installable app), I also want to enable saving / loading from the file system, so that it's completely transparent where your data is. |
|