Hacker News new | ask | show | jobs
by targetbridge 31 days ago
As a web developer, the local web server UI idea sounds like the natural next step. Since you're already using Ink/React for the TUI, the component model should map well to a browser-based UI. The git-as-database approach is elegant — curious to see how it evolves.
1 comments

Thank you! I too am excited about next steps. There are a lot of interesting paths to explore still, and I do agree that the web interface would be a natural evolvement.
I know of a few projects that have used Git as a database to parse ETF flow data after extracting it and saving it in JSON or CSV format.