top | item 44940591

(no title)

anyg | 6 months ago

This is quite similar to what I was trying to explore with [1] & [2] yesterday. Currently, the only option I found is to use localStorage and give the user the option to manually export and import.

Hyperclay has given me some ideas. What I want is something like [3] but that the user only needs to install once. One electron app that can load our mini-apps.

[1] - https://news.ycombinator.com/item?id=44930814

[2] - https://news.ycombinator.com/item?id=44933897

[3] - https://www.electronjs.org/fiddle

discuss

order

meistertigran|6 months ago

I had the same problem, regarding localStorage synchronization. For that I made htmlsync.io, but only really worth it for people who have many local apps like that and really need the localStorage sync.

anyg|6 months ago

This is pretty cool! What kind of users are you targeting? Technical folks or those dipping their toes into dev with vibe coding?