What it is
BetterChat is a small ChatGPT client. I built it because I wanted a chat window without the extra panels and sidebars that show up in the official app. It is mostly about keeping the conversation front and center.
How it works
- 1
You open a plain chat screen and talk to the model.
- 2
The TypeScript frontend stays small so the reply is the main thing on the page.
- 3
I used it as a quick experiment in cutting down UI noise.