Reverse engineered prompt

GitHub

Build me a Windows desktop app for managing SSH servers in one place. I want a simple left sidebar with my saved servers, and a main area where I can keep multiple terminal tabs open for the selected server, browse files over SFTP, run saved favorite commands, and collect logs. When I switch between servers, the existing SSH and file sessions should stay alive instead of reconnecting every time.

For login, the default flow should ask for a password or private key only the first time I connect to each server during that app session, then keep it only in memory, not saved in plain text. If possible, also support an optional Infisical based secret lookup for servers. I also want server add, edit, delete, double click or right click actions, local folder opening, drag and drop file transfers, remote text file viewing, and log collection that can tail multiple files and save them into a timestamped folder.

Also include the small SQL bind tool for turning MyBatis style logs with question mark parameters into runnable SQL. Please use the repo docs and current docs online if needed.

Have a live product UI? Try website reverse