kmanus88/GRVTBot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a self hosted web app for running grid trading bots on the GRVT perpetual futures exchange.

I want users to be able to create an account, securely save their own GRVT API credentials, create and manage multiple grid bots, and watch everything from a real time dashboard. The bot should place buy and sell limit orders across a chosen price range, replace filled orders automatically, support wider virtual grids around the current price, and include settings like stop loss, take profit, compounding, range updates, safety pauses, auto shift, and backtesting.

The dashboard should show equity, bot stats, fills, positions, PnL, and alerts without needing refreshes. Add optional Telegram alerts for fills, drawdown warnings, liquidation risk, and daily summaries.

Make it production ready enough to self host, with encrypted credentials, hashed passwords, isolated user data, SQLite storage, env based setup, and clear install docs. Use TypeScript and a simple React dashboard.

Want more depth? Deep Reverse