Alternatives
Products that do what HelloGPT does
HelloGPT is your friend on browser. You speak to him and he will speak back. YouTube “Released HelloGPT and Memberships”: https://youtu.be/DlAYAn-QSqk
- 1YA
Greetings! YakGPT is a simple, frontend-only, ChatGPT UI you can use to either chat normally, or, more excitingly, use your mic + OpenAI's Whisper API to chat hands-free. Some features: * A few fun characters pre-installed * No tracking or analytics, OpenAI is the only thing it calls out to * Optimized for mobile use via hands-free mode and cross-platform compressed audio recording * Your API key and chat history are stored in browser local storage only * Open-source, you can either use the deployed version at Vercel, or run it locally Planned features: * Integrate Eleven Labs & other TTS…
2023 · yakgpt.vercel.app
- 2

- 3

- 4

- 5

- 6

- 7

- 8

- 9FI
This is something fun I’ve been hacking on recently: ridiculously simple group chat. Go to http://faces.io and then get your friends to do the same. That’s it! :-D Currently works best in Chrome. It’s definitely beta status at best. Audio can get weird—be ready to mute. ;-) Let me know what you think!
2014
- 10SY
Hi HN, I built Lengpal, a simple language exchange platform where two people get instantly matched on video to practice their native and target languages. There’s a timer built in so both sides get equal time to speak. I created this because I wanted something beyond passive apps like Duolingo. Something to actually speak with real people without the hassle of scheduling or chat fatigue. Right now we are testing the concept with a waitlist. We’ve collected 77 emails so far from Reddit and IndieHackers. I would love your feedback before launching the MVP. Site:…
2025
- 11

- 12AC
I made this tool for myself back in October after GPT-4 Vision came out. Being able to press Option+C, write a quick question, and hit Enter, with only the screenshot of the current tab as the context was a quick flow that I found very useful. I know there are most certainly more polished solutions out there now, but as we wait for the ChatGPT desktop app with builtin vision support I figured I'd release this now under an MIT license for whoever might find it useful. Plus this just automates your browser, meaning there's no need to put in API tokens or the like (you do have to be logged into…
2024 · github.com
- 13WA
TLDR: Check out our documentation search here: https://xata.io/docs/overview Hello HN. I'm a designer over at Xata. We build a serverless database platform on top of Postgres and Elastic-like search that provides goodies like a native TypeScript client for type support in your IDE. Long story short, we're trying to bundle all the normal stuff you need out of a database along with branching, so you don't have to glue everything together. Today we added a new /ask/ endpoint to our search product that bundles in ChatGPT support into any stored data. Why would you…
2023 · xata.io
- 14CP
Built a small free widget that is a ChatGPT-powered search bar for your site. You can use it on your blog, guides, docs, and resources pages. It crawls and indexes your site and then answers search queries with questions using your site content as a source. It even references the source material so visitors can dig deeper. It also has memory so you can have repeat searches just like ChatGPT. Built with Langchain, Pinecone, and OpenAI.
2023 · letterdrop.com
- 15AB
Hey! Alexis and Tobi here. We built a native macOS client for ChatGPT API that is free to use (macOS Ventura). https://www.jamgpt.app/ We built and fine-tuned it to scratch our own specific text-processing itches, so we just wanted to share this with the community. If you work with a lot of text or code like we do, check it out. Its core features include: - Instantly talk to ChatGPT from anywhere on your Mac by pressing a keyboard shortcut. - Avoid typing out repetitive prompts by saving prompts and accessing them quickly. - Just download and start typing as you would with…
2023
- 16IU
You can use ChatGPT and chat histories to have a chat with your former selves. Run the code in the repo to try it yourself!
2023 · youtube.com
- 17LS
I kept running into this annoying problem: I’d remember a really useful answer, but not where it was. ChatGPT? Claude? Gemini? No idea. So I’d end up digging through all of them or just rewriting the prompt. Built this to fix that. It’s a Chrome extension that indexes chats locally and lets you search across them all in one place. Once it’s indexed, search is basically instant. Still early. UIs change and break things sometimes, so it’s a bit fragile in places. Curious if other people have the same issue or if it’s just me jumping between tools too much.
Apr 2026 · chromewebstore.google.com
- 18SN
Just for fun I decided to see if I could use chatGPT to solve NYT Connections word puzzles. It uses a pretty straightforward BFS search in which the LLM is first prompted to generate several possible groupings of four related words, and then a different prompt is used to evaluate the soundness of each of those groupings. This approach seems to be able to produce the correct solution somewhat less than half the time. Some observations: * For whatever reason, chatGPT-4 seems to be a bit worse than 3.5 at generating Connections groupings. I haven’t tested systematically so maybe this is just…
2023 · github.com
- 19OS
Hi friends! I've been waiting for ChatGPT Code Interpreter access for so long that I decided to just build my own. I figured maybe some of you are in the same boat so decided to do it as an Open Source project.
2023 · ricklamers.io
- 20IM
orignally shared this on startup school... i thought id' share it here. i'm using a `nocode communication tool` (a web-based interface... a single browser tab!) for all of these things: 1. landing page — the landing page is the product and i wanted for folks to feel "transported" right into the app without having to walk through a shitty b2b marketing-style content. this is akin to my experience back in the `BBS` days of the mid-90's where you were immediately into the app, community, and tool. no terms of service, no privacy policy. just pure, immediate value. 2. building community — we…
2021
- 21CH
Hey HN, As a heavy ChatGPT user, I often want to explore my chat history, look for things I've already asked, keep favorite chats, and much more. ChatGPT doesn't even offer search capability (except in mobile version). So I decided to build one myself. It runs locally, so no sensitive data leaks. You only need to export your ChatGPT conversations, and put it in the `data` folder. Optionally setup OpenAI API key and it will create embeddings for semantic search. *Important* - it's not a desktop app (at least, not yet) - it's a python code with a browser interface that I've only tested on…
2023 · github.com
- 22IM
Hi HN! In the last couple of weeks I've been working on Cranki: Cranki = Crosswords + Anki. (It's a stupid name tbh, haha) I like doing crosswords in Spanish (to learn vocab) but none of the apps out there allowed me to use my own list of words that I come across. So I built one instead. It's entirely client-side. No server, no database, no accounts, etc. Your words and stats are stored in local storage. I built this for myself but let me know if you like it!
Apr 2026 · cranki.app
- 23CU
2023 · github.com
- 24SB
Hi HN community, Here's a little project to add a chatgpt bot to slack so that you and your friends/coworkers can all interact with it together. It's pretty fun. It runs on AWS lambda to take advantage of the benefits associated with serverless infrastructure. Right now it just exposes vanilla chatgpt; however, the code is simple and extensible enough that you can add features and prompts as you want.
2023 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →