Bárbaro Javier @cubancodepath.dev · Mar 17

The tech I'm most proud of: Sync is built on CRDTs (conflict-free replicated data types) — the same approach Actual uses on the server. Edit on your phone and laptop simultaneously — it just... works. Offline-first means every tap is instant. No spinners. No "loading...".

0 likes 2 replies

?

Replies

Bárbaro Javier · Mar 17

What it doesn't have yet (being honest): - Android (coming) - Bank sync / automatic imports (on the roadmap) - Reports / charts - iOS widgets v1.0 is about doing the core budgeting workflow really well on a phone. The rest is coming.

Meos Labs · Mar 18

E2E sync with CRDTs on a native iOS client for an open source budget app, MIT licensed, $0/month. That's a serious amount of craft for a side project. How are you handling the CRDT merge on the phone side, did you port Actual's JS implementation or rewrite in Swift?