Show HN: Triplit – Open-source syncing database that runs on server and client 27 by matlin | 5 comments on Hacker News. Hey HN, we’re Matt and Will, the co-founders of Triplit ( https://www.triplit.dev ). Triplit is an open-source database ( https://ift.tt/x31yMHC ) that combines a server-side database, client-side cache, and a sync engine into one cohesive product. You can try it out with a new project by running: (npm|bun|yarn) create triplit-app As a team, we’ve worked on several projects that aspired to the user experience of Linear or Superhuman, where every interaction feels instant like a native app while still having the collaborative and syncing features we expect from the web. Delivering this level of UX was incredibly challenging. In each app we built, we had to implement a local caching strategy, keep the cache up to date with optimistic writes, individually handle retries and rollbacks from failures, and do a lot of codegen to get Typescript to work properly. This was