nowfound

Alternatives

Products that do what I built an LLM chat app because we shouldn't need 10 AI subscriptions does

I'm lost between ChatGPT vs Claude vs Gemini... which subscriptions to take? With Cursor and all these specific AI tools, I just wanted one simple chat app where I can use any model and pay only when I use it. Couldn't find one, so I built one. Pay only for what you use. Your prompts and docs, knowledge bases work with every model - no more copy-pasting between apps. Started as a personal project, but thought someone else might benefit from this too. https://prismharmony.com/chat What do you think?

  1. 1IB

    I spent the last few days building out a nicer ChatGPT-like interface to use Mistral 7B and Llama 3 fully within a browser (no deps and installs). I’ve used the WebLLM project by MLC AI for a while to interact with LLMs in the browser when handling sensitive data but I found their UI quite lacking for serious use so I built a much better interface around WebLLM. I’ve been using it as a therapist and coach. And it’s wonderful knowing that my personal information never leaves my local computer. Should work on Desktop with Chrome or Edge. Other browsers are adding WebGPU support as well - see…

    2024 · github.com

  2. 2

    Use ChatGPT, Claude, and Gemini Side-By-Side

    2025

  3. 3
    Chatgot214

    Chat freely, got every AI assistants here for you

    2023

  4. 4IM

    Hi Hackers, Excited to share a macOS app I've been working on: https://recurse.chat/ for chatting with local AI. While it's amazing that you can run AI models locally quite easily these days (through llama.cpp / llamafile / ollama / llm CLI etc.), I missed feature complete chat interfaces. Tools like LMStudio are super powerful, but there's a learning curve to it. I'd like to hit a middleground of simplicity and customizability for advanced users. Here's what separates RecurseChat out from similar apps: - UX designed for you to use local AI as a daily driver.…

    2024 · recurse.chat

  5. 5

    One balance. Every model. Chat, image, video & audio.

    Jun 2026 · lounge.llmgateway.io

  6. 6IB

    Hi HN, I built this out of frustration of the evergrowing list of AI models and features to try and to fit my workflow. The visual approach clicks for me so i went with it, it provides more freedom and control of the outcome, because predictable results and increased productivity is what I’m after when using conversational AI. The app is packed with features, my most used are prompt library, voice input and text search, narration is useful too. The app is local-first and works right in the browser, no sign up needed and it's absolutely free to try. BYOAK – bring your own API Keys. Let me…

    2024 · grafychat.com

  7. 7
    Baron AI332

    Use ChatGPT in any app, natively on Windows, Mac and Linux

    2023

  8. 8

    Build powerful conversational AI agents

    2024

  9. 9

    Save 80% on AI Subscriptions and prompt up to 4 models!

    2025

  10. 10

    Revolutionize LLMs chat platform with pay-as-you-go pricing

    2025

  11. 11LL

    Author here. I wanted to keep my conversation with #Gemini about code handy while discussing something creative with #ChatGPT and using #DeepSeek in another window. I think it's a waste to have Electron apps and so wanted to chat with LLMs on my own terms. When I discovered the llm CLI tool I really wanted to have convenient and pretty looking access to my conversations, and so I wrote gtk-llm-chat - a plugin for llm that provides an applet and a simple window to interact with LLM models. Make sure you've configure llm first (https://llm.datasette.io/en/stable/) I'd…

    2025 · github.com

  12. 12
    Cosmicup101

    One subscription with over 30 AI models and unlimited use

    2025

  13. 13UC
  14. 14

    Ask any AI anything

    2024

  15. 15IM

    This is another one of my automate-my-life projects - I'm constantly asking the same question to different AIs since there's always the hope of getting a better answer somewhere else. Maybe ChatGPT's answer is too short, so I ask Perplexity. But I realize that's hallucinated, so I try Gemini. That answer sounds right, but I cross-reference with Claude just to make sure. This doesn't really apply to math/coding (where o1 or Gemini can probably one-shot an excellent response), but more to online search, where information is more fluid and there's no "right" search engine + text…

    2024 · ithy.com

  16. 16CO

    I keep running in the same problem of each AI app “remembers” me in its own silo. ChatGPT knows my project details, Cursor forgets them, Claude starts from zero… so I end up re-explaining myself dozens of times a day across these apps. The deeper problem 1. Not portable – context is vendor-locked; nothing travels across tools. 2. Not relational – most memory systems store only the latest fact (“sticky notes”) with no history or provenance. 3. Not yours – your AI memory is sensitive first-party data, yet you have no control over where it lives or how it’s queried. Demo video:…

    2025 · github.com

  17. 17
    AI Chat63

    Husky, ChatGPT, Gemini, Claude, Grok & more - all in one app

    2025

  18. 18
    Scroll93

    Better navigation for ChatGPT, Claude, + Gemini

    Dec 2025

  19. 19AL

    any-llm is a library that provides unified access to multiple LLM providers. switching between providers like OpenAI, Anthropic, Google, Mistral, and even Ollama is just a string change. This demo makes it easy to look at and compare responses from different models. Interesting to see how ChatGPT, Claude, Gemini, and local models each reason through the same problems. Let us know what you think!

    2025 · github.com

  20. 20

    Hey all, During Christmas and new year I was building this app day and night, I basically built it for my own use, I've got so much headache switching between tabs of different LLMs and chatbots, and other ai chat apps were missing some features that I really really wanted: - be able to chat with multiple models at once - be able to do debate with multiple models so thats why I built it, I launched it 2 days ago, 0 users so far, I really appreciate any feedbacks. I offer free plan with 20 message / day in some cheap models (I'm indie dev with no budget) and 2 plans that gives you higher…

    12d ago · omny.chat

  21. 21LO

    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

  22. 22IB

    I’ve been playing around with local LLMs for the past couple of months and decided to build something that can run on an iPhone. It’s a universal app built with SwiftUI and the excellent ggml library. The model is an SFT fine tuned and 4 bit quantised version of the RedPajama-INCITE-Chat-3B-v1 OSS LLM. It works reasonably well on recent-ish (~3 year old) iPhones, iPads and Macs. It was launched on the App Store yesterday[1] and Product Hunt today[2]. It seems to be reasonably ok at natural language interactions, but given its size, does pretty badly at coding and reasoning. Also, it…

    2023

  23. 23

    Chat with multiple AI models at once.

    Nov 2025

  24. 24AL

Ranked by how close each launch is in meaning, then by votes. Refine with a description →