Open Source Projects
This section collects public projects I am building and sharing. The goal is not to publish many things quickly, but to make useful software with clear documentation, readable architecture, and enough explanation for others to understand why it exists.
Projects
Smara Account
A local-first accounting app for household and small-business books. It keeps data on the user's device, records corrections without rewriting history, and uses signed history to detect hidden changes to old records.
Feature Requests
Ideas are welcome. If you want a new feature, open an issue in the project repository and describe the real problem you are trying to solve: what you were doing, what felt missing, and what outcome would help. You can use AI tools to refine the request before submitting it — for example, to turn a rough idea into a clearer problem statement, workflow, and examples — but that is optional.
I will pick up issues as time permits. There is no support SLA, but clear requests are much easier to understand, discuss, and eventually implement.
Contributions
Contributors are welcome. If you want to help, start with an issue or discussion before investing a lot of time in a change. Smara Account uses a spec-first workflow, so larger changes should be described as behavior first and code second.
More later
Smara Account is the first project here. I plan to add more open source work when it reaches the same standard: useful enough to explain, and documented enough to review.