remoteStorage
p/remotestorage
Easily persist data across browsers and devices.
Val

remoteStorage — Easily persist data across browsers and devices.

1
•
remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, and any Javascript stack.
Replies
Best
Val
Hunter
📌
Super stoked to be adding remote.storage to the PH community though I'm not the maker. But I always love an open source project that packages a series of steps that we software devs take for granted and implement from scratch with every new product we build. Why are we like this? Just use remote.storage instead of rolling your own localStorage solution. Also they are running a free community dev server to get you started if you really don't want to run your own sync server. They do have a Docker image to make it easy to run your own. (Maybe I'll get around to writing a Rust lambda for the sync server instead.. 🤔)