TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Triplit: An open-source, local-first database with built-in realtime sync

6 pointsby _august9 months ago

1 comment

_august9 months ago
I&#x27;ve been getting into &#x2F; discovering local-first databases and solutions in search of something simple &amp; 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 &amp; easy to build with.<p>Here&#x27;s a bunch of other links I&#x27;ve run across:<p>* <a href="https:&#x2F;&#x2F;localfirstweb.dev" rel="nofollow">https:&#x2F;&#x2F;localfirstweb.dev</a> - List that aggregates many products<p>* <a href="https:&#x2F;&#x2F;www.localfirst.fm" rel="nofollow">https:&#x2F;&#x2F;www.localfirst.fm</a> - A podcast about local-first software development.<p>* <a href="https:&#x2F;&#x2F;www.localfirstconf.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.localfirstconf.com&#x2F;</a> - local-first conference - many interesting talks on their youtube: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@localfirstconf" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@localfirstconf</a><p>Another promising, similar product I found is Instant: <a href="https:&#x2F;&#x2F;www.instantdb.com&#x2F;">https:&#x2F;&#x2F;www.instantdb.com&#x2F;</a>, though their schema&#x2F;relations&#x2F;permissions are not quite as straightforward as Triplit&#x27;s. However, they have written up a great article here: <a href="https:&#x2F;&#x2F;www.instantdb.com&#x2F;essays&#x2F;next_firebase">https:&#x2F;&#x2F;www.instantdb.com&#x2F;essays&#x2F;next_firebase</a>