Excited to announce a new side project, a power user terminal UI for your personal finances:
https://moneyflow.dev/ I've been an avid user of personal finance platforms like Mint, Quicken Simplifi, and more recently Monarch Money. While useful, I always found refining the data (normalizing merchant names and categories) to be tedious and frustrating.
So, armed with my pal Claude Code I started building an "ultimate power tool" for drilling-down, subgrouping, refining, renaming, and categorizing. It's already saving me a lot of time. It currently works with the Monarch Money GraphQL API and as a bonus as an "Amazon Mode" that allows you to import your lifetime Amazon order history to refine and categorize. It runs in the terminal and uses Textual for its terminal UI and Polars for the slicing and dicing. Test drive it with `uvx moneyflow --demo`
Still a new project so please report bugs and issues, and PRs welcome!