Alternatives
Products that do what A Better LLM UI in Emacs does
All LLM user interfaces I've seen so far are somewhat frustrating: * ChatGPT web requires a lot of copy-paste, it rewrites whole document even if you need to update a part of it, etc. * Github Copilot completions are rather unreliable and do not leave an option to specify what you want; Copilot's chat sidebar is little more than ChatGPT integrated into the IDE * Google Docs have right UI for non-code text, but they use really dumb model (not Gemini 1.5 Pro). Also won't work for code. So... I wrote a Emacs Lisp function which calls LLM with contents of the buffer to generate text according to…
- 1

- 2

- 3IB
After fine-tuning GPT for a personal project, I realized how tedious it is to write plain text in a massive JSON file. That's why I built this app for my own use, and I want to see if others could benefit from a tool like this as well ;)
2024 · finetuna-ui.com
- 4LS
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
- 5LO
Hi HN! I built LLM OneStop (https://www.llmonestop.com), a unified interface for accessing multiple AI language models in one place. The main problem I wanted to solve: constantly switching between different AI platforms, managing multiple subscriptions, and losing conversation context when comparing outputs across models. Key features: Switch between GPT-4, Claude, Gemini, Llama, and other models mid-conversation Compare responses side-by-side Single interface instead of juggling multiple tabs/subscriptions Free tier available to try it out (no credit card needed) "Connect"…
Nov 2025 · llmonestop.com
- 6CA
This is far from complete, and I am far from an elisp genius, but this is an Emacs package to help you write code or text or whatever in your favourite operating system slash text editor. It's got a couple of useful functions like inserting at point with local code context, querying about something and putting the output in a temporary buffer, passing the current major mode to ChatGPT, contextual system prompts, and so on. Some small demos in the readme. Some of you may enjoy the deep magic this might unleash, so I'm posting it here. And feel free to add pull requests if you are a better…
2023 · github.com
- 7II
Ask Steve unlocks the power of LLMs like ChatGPT and Gemini in every web page. It's like Github Copilot but for everyday work in the browser. - Create reusable prompts (“Skills”) that can be used on any web page or text selection. Over 100 are included. - Right click on any page or text-selection to run a Skill on it - Chat with any page to quickly get summaries, extract key information or run a Skill on it - Get help writing, rewriting and editing in any text field with Skills for content creation & editing - Add AI buttons to any web page that enable you to trigger a Skill with 1-click.…
2024 · chromewebstore.google.com
- 8AL
Hi HN! I wanted to share my freshly finished open-source project. It is similar to ChatGPT Code Interpreter, but the interpreter runs locally and it can use open-source models like Llama 2. It allows you to work with sensitive data without uploading it to the cloud. Either you use a local LLM (like Llama 2), or an API (like GPT-4). For the latter case, there is an approval mechanism in the UI, which separates your local data from the remote services. I would be very interested in your valuable feedback!
2023 · github.com
- 9EL
Hey HN! I built Experiment to solve a common frustration in LLM development: the lack of proper tools for prompt engineering experimentation. Here's what makes it different: Key Features: - Load and edit chat completion logs from CSV files - Fork and modify specific conversation entries - Run inference via Anthropic, Mistral, and OpenAI - Define custom tools using JSONSchema format - Visual tool usage analysis with collapsible, sorted key-value pairs - Full mobile support and available as installable PWA Technical Highlights: - Built with React using custom isomorphic architecture -…
2025 · github.com
- 10IM
Was getting annoyed copy-pasting stuff from websites into ChatGPT all the time, basically wished Cursor's CMD+K worked everywhere. So I built a little Chrome extension, InPageAI, that tries to do just that: https://inpageai.com Hit a shortcut on any page, it grabs the context automatically, and you can ask AI to summarize, explain, etc. You can also use it to write directly into input fields/text boxes. It's pretty early days, but give it a try? Would love to hear what you think, or if you find places it breaks!
2025 · inpageai.com
- 11AB
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
- 12GV
Hey HN, I just updated my project that compares some LLMs. It uses your prompt for all the models and runs at the same time. You can see the results being generated in real-time and decide what's the best for your use case. I'm open to any suggestions and feedback. Thanks!
2024 · geminivsgpt.com
- 13TL
Little tool that I made to understand how (un)reasonable my prompts are.
Jan 2026 · github.com
- 14ID
Hey HN! I develop browser extensions, I suck at web design, and I've been exploring AI/LLMs. With my new found free-time since dropping work hours, I've developed a Design Copilot browser extension [0]. It does what it says on the tin - you choose a part of your website and the tool gives you instant expert design feedback - "change this font to that, add this much whitespace, use brighter colours .... etc" The tool is completely 100% free to use, its powered by bringing your own AI API Key, and the current LLM it uses is Google Gemini 1.5 Pro. I've yet to hit the free rate-limit and I…
2024 · old.reddit.com
- 15CA
Just finished the first draft of my weekend project. Sadly my industry is far away from all the exciting machine learning developments happening right now, so I wrote this project as my first exploration into the world of LLMs. It's not perfect, but I'm excited to see where the project goes from here! https://github.com/clarkmcc/chitchat My main motivations were: - Easy-of-use: Many models are supported out-of-the-box so users don't have to figure out how to download, where to save, etc. - Intuitive: A clean interface - Cross platform: The project is written in Rust and…
2023 · clarkmccauley.com
- 16CF
Over this past month I had the idea to build a 100% open-source MIT-licensed tool to simplify sharing code with LLMs, without the vendor lock-in you get from most SDKs. Right now, it’s way too hard to export your data or work freely with models like o1 PRO or Grok 3, especially since they don’t even have API access. So I built OpenRepoPrompt, an open-source tool from wildberry-source that serializes files and folders into XML for LLMs. I coded/designed from 12PM -> 11PM on Saturday and 8AM -> 11PM on Sunday. There are still tons of features missing (I'm working on better file filtering…
2025 · github.com
- 17AD
Hi all, I threw together a small prototype I am calling “Notepad.ai”. A new take on UIs for interacting with LLMs. While I enjoy using LLM’s in the chat format I wanted to see what it would be like to do it in a more long form style. It let’s you write in a pretty free form, much like Window’s Notepad, but you can choose to hit ctrl+[ to analyze the text with a preset prompt of your choosing. It has a few other small features. It’s WIP and very experimental. I would appreciate any feedback or thoughts. Video: https://youtu.be/ntdlgFmSxQY Live Demo:…
2024 · github.com
- 18LC
Hey, folks here is a peek into Jujutsu. We at Poozle are working with hundreds of APIs and it has been always frustrating to 1. Search the API in the documentation or ask ChatGPT 2. Then copy it to the postman and understand/test the API 3. Generate code to integrate into the codebase We thought how about having all of this at one place. We currently fine-tuned LLM on public REST APIs to reduce hallucination and then combined it with ChatGPT and Postman. I look forward to feedback, feature requests and discussions!
2023 · loom.com
- 19IM
I’ve been using this for my own workflow and friends suggested I share it with them so I quickly threw together my first chrome extension! As an ex-editor, I think chatGPT is overlooked as an editor with everyone jumping straight into writing. Editing is essentially giving it as comprehensive a writing prompt as possible. Playing with the actual prompt also gets you a wide range of different results that grammarly/other apps cant really do. The x% has been changed tool was the first thing I built to see how intrusive chatGPT's editing was at a glance. My biggest struggle was trying to…
2023 · editgpt.app
- 20LU
I was constantly switching between my terminal and ChatGPT/Claude/Gemini for code help. Built llmswap 4.1.1 to fix this. Now I just type: llmswap generate "command I need" Real examples that save hours: Site emergency - needed to debug compressed logs: llmswap generate "grep through gzipped nginx logs for errors" Got: zgrep -i "error\|fail" /var/log/nginx/*.gz | head -50 That regex everyone googles: llmswap generate "extract all IP addresses from log file" Got: grep -oE '([0-9]{1,3}\.){3}[0-9]{1,3}' access.log | sort | uniq -c Complex configs? No problem:…
Sep 2025 · sreenathmenon.com
- 21IF
I used chatgpt to implement interactive fuzzy search over emacs buffers. It's not perfect but you can see how powerful the automation is with curation. I spent less than five minutes on this. I am a beginner in emacs lisp. I am familiar with emacs and with search engine design but I am not an expert in either. I would not be able to write this code on my own without consulting a manual and fiddling with it for hours.
2022 · gist.github.com
- 22CO
We have been using GPT to write code since playground days. This UI avoids logins, gpt-4 throttling and is also cheaper to use than ChatGPT Premium. We also have various features to minimize costs and speed up iteration. Furthermore html & mermaid previews are a taste of the kind of features help-yourself opensource model enables vs official UI. For backstory see our blog posts: https://blog.humphd.org/chatcraft-org/ https://taras.glek.net/post/chatcraft.org-opensourcechatgpt-...
2023 · chatcraft.org
- 23OS
800M people use ChatGPT and Claude weekly. Right now they get text responses. Soon they'll get real interfaces: product cards, blog posts, booking flows, payment screens rendered directly in the conversation. We built an open-source component library for this. Install any block with one command and customize it to your brand. If you're building MCP servers or experimenting with AI-native apps, this might save you time. Are you building apps for AI assistants? Would love to hear what's missing in your workflow.
Dec 2025 · ui.manifest.build
Ranked by how close each launch is in meaning, then by votes. Refine with a description →