Readit News logoReadit News
steida commented on Ask HN: What are you working on? (May 2025)    · Posted by u/david927
steida · 3 months ago
I work on the local-first that scales.

https://www.evolu.dev/blog/scaling-local-first-software

steida commented on Automerge: A library of data structures for building collaborative applications   automerge.org/... · Posted by u/surprisetalk
conaclos · a year ago
> I’d love to have a “SQLite of local first software”

We have recently published a new research paper on replicating SQLite [1] in a local-first manner. We think it goes a step closer to that goal.

[1] https://inria.hal.science/hal-04580135/document

steida · a year ago
It looks very similar to Evolu (https://github.com/evoluhq/evolu)
steida commented on Show HN: Triplit – Open-source syncing database that runs on server and client   github.com/aspen-cloud/tr... · Posted by u/matlin
thanhnguyen2187 · a year ago
Hi Triplit's team,

Congrats on the launch and thanks for the awesome product! I've been using Triplit in one of my projects [1], and it do work as expected. In my self-promotion on Reddit [2], I posted about Triplit as well:

> I think Triplit is a nice database and works as expected. It's data model fits well with what I have in mind (more decentralized/P2P instead of having a single centralized database as the source of truth), but there are 2 areas I find lacking:

> - Server side/self-hosted: Triplit server requires a token for authentication. Triplit's documentation has a section about how to start the server without explicitly showing how to generate the token, which is mildly inconvenient. Therefore, on self-hosting the server, I opted for using their CLI command dev since the command has the token generation that I needed. I know it is not a good security practice as when the command is used as a system service, the token will be logged in plain text, but I have a bigger problem when someone can access that anyway.

> - Query language: I find their custom query DSL not as expressive as a full-fledged query language (lacking UNIQUE and COUNT like SQL is on the top of my mind). You'll have to do a bit of data aggregating yourself.

Recently, I found Evolu [3], which is quite similar to your project in terms of scope and functionalities as well. From a quick skim of their documentation, I think the differences are:

- Triplit have `.subscribe()`, while Evolu don't

- Evolu's querying is more familiar/advanced (typed SQL via Kysely)

- In the browser, Evolu seems to use SQLite on top of OPFS, while Triplit uses IndexedDB

I think there are more intricacies on the way Triplit differs from Evolu, so can you enlighten me on that?

Really appreciate your comment! Thanks!

- [1]: https://github.com/thanhnguyen2187/cryptaa

- [2]: https://www.reddit.com/r/sveltejs/comments/1dndpj8/cryptaa_a...

- [3]: https://www.evolu.dev/docs

steida · a year ago
Evolu has subscribe with useQuery or separated.
steida commented on Effect 3.0: Production-Grade TypeScript   effect.website/blog/effec... · Posted by u/MichaelArnaldi
steida · a year ago
Evolu (a local-first platform designed for privacy, ease of use, and no vendor lock-in) has been using Effect for many months, and I'm close to releasing a refactoring that will embrace Effect even more (some modules didn't exist when Evolu switched from fp-ts to the Effect).

Effect is a great library, but it has one probably unresolvable issue. Once you use it, you will never want to write TypeScript code without it.

steida commented on Local-first software: You own your data, in spite of the cloud (2019)   inkandswitch.com/local-fi... · Posted by u/Jtsummers
steida · 2 years ago
I made a local-first platform designed for privacy, ease of use, and no vendor lock-in to sync and backup precious data using SQLite and CRDT.

https://github.com/evoluhq/evolu

Dead Comment

Dead Comment

steida commented on SQLite in the browser with WASM/JS   sqlite.org/wasm/doc/tip/a... · Posted by u/hochmartinez
steida · 3 years ago
React Hooks library for local-first software with end-to-end encrypted backup and sync using SQLite and CRDT

https://github.com/evoluhq/evolu

u/steida

KarmaCake day4June 2, 2014View Original