I've been getting into / discovering local-first databases and solutions in search of something simple & powerful to build a realtime offline-capable app (built with nextjs, react, react native), and have been playing around with Triplit which I find quite capable & easy to build with.<p>Here's a bunch of other links I've run across:<p>* <a href="https://localfirstweb.dev" rel="nofollow">https://localfirstweb.dev</a> - List that aggregates many products<p>* <a href="https://www.localfirst.fm" rel="nofollow">https://www.localfirst.fm</a> - A podcast about local-first software development.<p>* <a href="https://www.localfirstconf.com/" rel="nofollow">https://www.localfirstconf.com/</a> - local-first conference - many interesting talks on their youtube: <a href="https://www.youtube.com/@localfirstconf" rel="nofollow">https://www.youtube.com/@localfirstconf</a><p>Another promising, similar product I found is Instant: <a href="https://www.instantdb.com/">https://www.instantdb.com/</a>, though their schema/relations/permissions are not quite as straightforward as Triplit's. However, they have written up a great article here: <a href="https://www.instantdb.com/essays/next_firebase">https://www.instantdb.com/essays/next_firebase</a>