Show HN: I built a better UI for ChatGPT
typingmind.com
Show HN: I built a better UI for ChatGPT
1–10 of 95 posts
Re: Show HN: I built a better UI for ChatGPT
#2It's a static web app, you can host it yourself, data is stored locally on your browser, API requests are made directly to OpenAI API without any middle server.
It has some more convenient features that make your that experience way better. Like search chat history, prompt library, integrations, etc.
Would love to hear all the feedback!
Re: Show HN: I built a better UI for ChatGPT
#3I was annoyed by the default OpenAI ChatGPT slow-typing animation and logging me out every day, so I built a new UI client on top of its API. It's a static web app, you can host it yourself, data is stored locally on your browser, API requests are made directly to OpenAI API without any middle server. It has some more convenient features that make your that experience way better. Like search chat history, prompt libr…
Can already see the whisper model makings its way through the product :)
Re: Show HN: I built a better UI for ChatGPT
#4Re: Show HN: I built a better UI for ChatGPT
#5Re: Show HN: I built a better UI for ChatGPT
#6Re: Show HN: I built a better UI for ChatGPT
#7I was annoyed by the default OpenAI ChatGPT slow-typing animation and logging me out every day, so I built a new UI client on top of its API. It's a static web app, you can host it yourself, data is stored locally on your browser, API requests are made directly to OpenAI API without any middle server. It has some more convenient features that make your that experience way better. Like search chat history, prompt libr…
Agree on both issues, specially the one logging you out daily. Congrats on the quick launch! Can already see the whisper model makings its way through the product :)
Re: Show HN: I built a better UI for ChatGPT
#8Nice, just add from Safari to HomeScreen and you get full screen view
Re: Show HN: I built a better UI for ChatGPT
#9Also would be great to see which messages are included in the computation, since chat gpt limits total characters per request to 4K? so inevitably some past messages will be rendered useless.
Overall well done!