dev-arkboat/rconsole ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app that feels like a real Linux console in the browser.
I want a login screen, then a terminal interface with tabs so each session keeps running when I switch away and comes back later. In the console, basic commands like help, clear, cd, history, whoami, logout, and some admin commands should work natively, while anything else should pass through to a real host shell so things like bash, python, vim, git, and top actually work. The terminal should be interactive enough for full screen programs and resize properly when the browser changes size.
I also want a way to host web apps from inside the console, so if I run a command like serve or gunicorn, it can publish the current folder through the same site under a path based address. Add simple user management with admin and normal users, session timeout, and a factory reset option. If you need current docs for any terminal or proxy details, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit