←back to thread

439 points david927 | 2 comments | | HN request time: 0.437s | source

What are you working on? Any new ideas which you're thinking about?
Show context
ciju ◴[] No.44420818[source]
I’m working on https://finbodhi.com — a double-entry personal finance tool where you own your data. It’s local-first, syncs across devices, and everything’s encrypted in transit.

It helps you track, understand, and plan your personal finances — with a proper accounting foundation.

It's interesting in many way. Using double-entry (it's a perspective shift), the technical challenges of building local-first app, UI/UX & visualizations, privacy and more.

replies(4): >>44421191 #>>44427137 #>>44427859 #>>44427880 #
1. mind_heist ◴[] No.44427859[source]
This looks supercool- Do you mind if I ask what your tech stack is ?
replies(1): >>44431422 #
2. ciju ◴[] No.44431422[source]
Much of it is usual stack. React, TypeScript, tailwind, d3 for viz, vite for packaging, sqlite for storage, Evolu for schema & sync, firebase for auth, and may react libraries. There is a small sync server (which handles synching of encrypted data), but apart from that, rest of it is front-end code.