Comment by targetbridge

3 months 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.

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.