←back to thread

Local-first software (2019)

(www.inkandswitch.com)
863 points gasull | 1 comments | | HN request time: 0.211s | source
Show context
davepeck ◴[] No.44473558[source]
In theory, I love the local-first mode of building. It aligns well with “small tech” philosophy where privacy and data ownership are fundamental.

In practice, it’s hard! You’re effectively responsible for building a sync engine, handling conflict resolution, managing schema migration, etc.

This said, tools for local-first software development seem to have improved in the past couple years. I keep my eye on jazz.tools, electric-sql, and Rocicorp’s Zero. Are there others?

replies(10): >>44473650 #>>44473701 #>>44473707 #>>44473755 #>>44474114 #>>44474213 #>>44474468 #>>44475913 #>>44476540 #>>44491158 #
1. 3036e4 ◴[] No.44473755[source]
I use local software and sync files using git or sometimes fossil (both work fine in Android with termux for instance, for stuff In want to access on my phone). I don't host servers or use any special software that requires syncing data in special ways.