Show HN: A better UI for ChatGPT, Claude with text search, saved chats and more
Video introduction: https://www.youtube.com/watch?v=o9UwZcM62Dc
Link: https://www.teletyped.com/
Hey HN! My brother and I worked on this UI for ChatGPT, Claude, LLama 3, and Mistral models.
Our features:
- Full text search across all your chats
- Saved chats
- Switch models mid-chat
- Edit model outputs and continue generating, or save model responses for longer prompt engineering
- Temporary chats
- Edit model creativity (temperature)
- Different color themes
On our roadmap:
- Upload pdf files + photos (we know this an important one and plan to support in coming weeks)
- Web search + RAG for all models as a toggle
Really curious what you guys think!
21 comments
[ 4.5 ms ] story [ 65.5 ms ] threadI'll be more direct: it's unusable on touchscreen devices.
The location of the gradient is parametric based on where the found keyword is. So if it's at the bottom, the gradient will be brighter there by default, or if the keyword is at the top, it'll be brighter there.
If there's more than one match in a single preview, the gradient accommodates for that as well. So if your keyword is "potato" and it shows up at the top and bottom, there is no gradient (or it's very small such that there is none)
There's typically enough text to discriminate (even before hover)
When the user hovers, the area that isn't bright gets brighter.
Please watch this — there are some lessons in this that definitely apply to your homepage.
Can’t please everyone, but this is quite rare.
Might look pretty on desktop, but on mobile it’s just confusing.
We have excellent mobile pwa, voice input, tts, search, sharing, make it easy to compare models.
We also do wasm to support running ts,go,ruby.
Its basically emacs disguised as a chat app. We wrote it as a way to utilize every cool feature llms have for own productivity, eg I can trivially build an adhoc clickhouse exploring tool in it. Can post examples if people are curious of specific abilities
1. Call github api via running js code (which i generated in earlier convo..then deleted so i can have a nice template) 2. Asking llm to now summarize that 3. https://chatcraft.org/api/share/tarasglek/yxXY0wti4lbvrPP34C...
This is the feature I use most. chatcraft.org as text interface to github events and hackernews datasets hosted in clickhouse: https://chatcraft.org/c/tarasglek/pdAz4BRaYHib7jbFiYFFl
I've been using LibreChat which has all of those features and more. Self hosted, MIT license, and auth built-in.
Several other people have posted similar tools to Hackernews and I made my own personal one in about a week.
So yeah, ironically, gpts have made it way easier to make a basic gui to call some apis :)