AdamKuzniarski/money-manager-2.0 — reverse-engineered prompt
Reverse engineered prompt
Build me a personal finance dashboard called Money Manager 2.0. I want users to be able to sign up, log in, and stay authenticated with JWT, then manage income and expense transactions in a clean app. The main dashboard should show recent transactions, totals, helpful summary stats, and simple charts so someone can quickly understand where their money is going.
Please include full create, edit, and delete flows for transactions, along with a summary analytics endpoint and basic health endpoints for the app and database. Use a separate web app and backend API with a Postgres database, and keep everything in TypeScript. The UI should feel simple, modern, and easy to use.
I also want it to run locally with Docker, and be set up in a way that is reasonably ready to deploy behind a reverse proxy on a small VPS. If you need anything, look up current docs online and make sensible choices.
Want more depth? Deep Reverse