ploglabs/molly-terminal — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a terminal based Discord chat app called molly that feels clean and fast, so I can open it from my command line, log in with Discord in the browser on first run, and start chatting without setting up a config file.

It should show realtime messages in a nice text UI with a channel sidebar, optional users panel, message input, scrolling history, and keyboard shortcuts for quitting, switching channels, jumping to the bottom, clearing input, deleting words, and tab completing user and channel mentions. Add simple slash commands like help, join channel, load older history, search local history, clear the chat view, and quit.

Please make it configurable with a TOML config in the user config folder, but keep sensible defaults so it works out of the box. Support themes, history limits, env var overrides, and connecting to a hosted or self hosted Discord relay. Use Go, and look up current terminal UI and Discord auth docs online if you need to.

Want more depth? Deep Reverse