Can anyone recommend a UI clone as close to the regular ChatGPT as possible, but built on the API? The API traffic is sent directly into Azure while the regular UI is sent via CloudFlare. Vastly prefer the former reading my conversations than the latter
Show HN: I built a better UI for ChatGPT
41–50 of 95 posts
Re: Show HN: I built a better UI for ChatGPT
#42It has the one most important feature ChatGPT is missing: add to homescreen/install. Not sure why they haven't added it yet. Thank you for making this!
You can add to home screen. Was there any problem when you try to add the app to homescreen?
Re: Show HN: I built a better UI for ChatGPT
#43Earlier quoted context omitted.
Ohh man I wanted to publish my own electron app today :( It's basically doing the same thing. I found that using API keys is also significantly cheaper than using the subscription with moderate usage. Congrats on the release.
Don't worry there are only about 10,000 people working on similar apps right now ;)
https://gist.github.com/cohan/7d2abfa56b2dfdaae98bf70e84c622...
All of these UIs when there's a perfectly good command line right there! The CLI is always the best way for text.
> ai what is that song with moms spaghetti
"Lose Yourself" by Eminem
Sorted.
Re: Show HN: I built a better UI for ChatGPT
#44Earlier quoted context omitted.
I'm also building a personal ChatGPT client for a similar reason as the OP, which is to address the issues of buggy and slow UX, among others. As you mentioned, many people are currently working on projects using ChatGPT API. In fact, in the past 24 hours, around 12 new apps that have been showcased on OpenAI Discord channel alone. Some of these apps are open source, which makes them a great source of learning and in…
> Some of these apps are open source, which makes them a great source of learning and inspiration for me. Do you then reference those open source apps?
Re: Show HN: I built a better UI for ChatGPT
#45I 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…
Note for anybody else wondering, it's not open source, you have to download a binary. More FAQ by clicking the Gift (?) icon at the top and scrolling down.
Re: Show HN: I built a better UI for ChatGPT
#46https://github.com/kierangilliam/chatwithme.chat
Available at: https://www.chatwithme.chat/
Re: Show HN: I built a better UI for ChatGPT
#47Earlier quoted context omitted.
Don't worry there are only about 10,000 people working on similar apps right now ;)
I whipped up a quick cli script myself haha https://gist.github.com/cohan/7d2abfa56b2dfdaae98bf70e84c622... All of these UIs when there's a perfectly good command line right there! The CLI is always the best way for text. > ai what is that song with moms spaghetti "Lose Yourself" by Eminem Sorted.
different flavours: 'fix' acts as `thefuck` replacement in 30 lines of python
Re: Show HN: I built a better UI for ChatGPT
#48Earlier quoted context omitted.
Don't worry there are only about 10,000 people working on similar apps right now ;)
I whipped up a quick cli script myself haha https://gist.github.com/cohan/7d2abfa56b2dfdaae98bf70e84c622... All of these UIs when there's a perfectly good command line right there! The CLI is always the best way for text. > ai what is that song with moms spaghetti "Lose Yourself" by Eminem Sorted.
Re: Show HN: I built a better UI for ChatGPT
#49Earlier quoted context omitted.
I whipped up a quick cli script myself haha https://gist.github.com/cohan/7d2abfa56b2dfdaae98bf70e84c622... All of these UIs when there's a perfectly good command line right there! The CLI is always the best way for text. > ai what is that song with moms spaghetti "Lose Yourself" by Eminem Sorted.
Nice, I'm curious though, does the API also remember context from earlier conversations or can it be made to?
Something like
> ai give me an index match formula to link between sheets New and Current
Then I'll tweak the output as needed to match reality. Context would probably get in the way more than it helps in this use case.
Don't expect perfection from an AI assistant, just expect it to be a little faster than tabbing to a browser or figuring it out yourself.
In Stellaris terms: https://img.imgy.org/D76l.png
Re: Show HN: I built a better UI for ChatGPT
#50I’m working on the same thing, but open source! https://github.com/kierangilliam/chatwithme.chat Available at: https://www.chatwithme.chat/