saiompatro/NiveshSutra ? reverse-engineered prompt
Reverse engineered prompt
Build me a working local app called NiveshSutra for Indian stock market insights, focused on Nifty 50 names. I want a clean web dashboard where I can see live or recent prices, charts, technical indicators like RSI and MACD, news sentiment, and a simple combined buy, sell, or hold signal for each stock.
Please wire up the full flow so it actually pulls market data, computes the indicators, analyzes sentiment from financial news, stores the results, and shows everything in the dashboard. I also want a portfolio section where I can add holdings, see suggested allocation ideas, and run risk analysis with Monte Carlo style outcomes in a way that feels easy to understand.
Use the backend and frontend structure already in the repo, make the API routes work, seed the Nifty 50 data, and make the daily pipeline runnable so the data can refresh. If anything is missing, fill in the gaps sensibly and make it easy to run locally. Look up current docs online if you need to.
Have a live product UI? Try website reverse