top | item 43784723

(no title)

hakanshehu | 10 months ago

Hi! For now, Colanode is available only as a desktop app (Electron). The primary reason is that we wanted to implement some local-first features, which are currently more complex to achieve in the browser.

discuss

order

apitman|10 months ago

Curious which features? I'm starting a local-first project and would love to make a PWA, but I just don't think the platform is ready yet.

hakanshehu|10 months ago

Mainly using SQLite and having access to native file system for reading and writing files. We wanted to provide a full offline functionality. While it's possible to achieve that in browser as well it seemed quite complicated for now (we might consider it in the future).