I’m building out a ThinkorSwim automation and now need a web-based portal so traders—my primary users—can see exactly what the system is doing and step in when needed. Core objectives • Connect to ThinkorSwim (or the underlying TD Ameritrade API) so live account data, open positions, and strategy status appear in real time. • Give each trader a secure login and a clean dashboard that works just as well on a phone as it does on a widescreen monitor. • Let users pause-resume automation, adjust key parameters, and download trade logs without touching the underlying code. • Surface basic metrics—P/L, trade count, error messages—so a trader can decide at a glance whether to intervene. • Keep the back end modular; I want to expand later into deeper analytics or multi-account routing. Deliverables 1. Source code (front-end and back-end) with a brief README covering setup and environment variables. 2. Deployed staging instance for acceptance testing. 3. Short loom-style video walk-through highlighting the main workflows for a trader. Clean, well-commented code in Python/Flask or Node/Express is preferred, but I’m open to alternatives if you lay out the benefits.