A terminal-based messaging application written in Python. Chat in real time with friends and communities, all from your command line, through a TUI made with textual.
[from README.md]
AI mainly used in specific cases where I was stuck and needed some help:
Live message updates
AI was consulted when implementing live chat refresh. The main issue was updating messages without showing the wrong content or forcing the full reload during conversations.
Light theme stylesheet
AI helped generate the initial version of the light theme stylesheet, which I later modified and adjusted as new UI elements were added.
Styling and CSS
Textual CSS caused several layout issues, so AI was occasionally used to help debug styling problems, especially around the servers/channels UI and profile panels.
General Bug fixes
AI was used for some bugs I could not resolve alone, including message ordering, widget state issues, terminal rendering problems, and other issues.
Documentation
The README was partially generated with AI and then edited for accuracy.
Used ChatGPT, Gemini and Github Copilot (for inline suggestions)

