lorenzofratini1998/moneyverse — reverse-engineered prompt
Reverse engineered prompt
Build me a personal finance web app called Moneyverse. I want users to log in securely, see a clean dashboard, manage their bank accounts and balances, add income, expenses, transfers, tags, and recurring subscriptions, then create budgets by category and track how much they have spent.
It should support multiple currencies and show useful analytics with charts, like spending over time, account trends, category breakdowns, and budget progress. Account balances should update live when something changes.
Please make it feel like a serious full stack app, with an Angular frontend and a Java Spring backend split into sensible services for users, accounts, transactions, budgets, currencies, and analytics. Use a gateway as the main entry point, secure login with Keycloak, and store normal app data separately from analytics data. Include Docker and Kubernetes setup so I can run a demo locally with sample data and a demo user. Look up current docs online if you need to.
Want more depth? Deep Reverse