nowfound

Alternatives

Products that do what Hermit does

Leave ChatGPT while keeping everything it learned about you

  1. 1

    Shared persistent memory across all your LLMs.

    Sep 2025

  2. 2

    Effortlessly export chat history from 10 AI platforms

    2025

  3. 3
    Dolly113

    Democratizing the magic of ChatGPT with open models

    2023

  4. 4
    GPTRecap134

    The Spotify Wrapped of ChatGPT. See your AI life.

    2025

  5. 5
    Memoriq130

    Your private AI memory for ChatGPT, Claude, Gemini and Grok

    Jun 2026

  6. 6

    One memory across OpenClaw, ChatGPT, Claude & Gemini

    Feb 2026

  7. 7

    Captures and stores your chat from various AI platforms

    Mar 2026

  8. 8

    Easiest way to manage Facebook Messenger chats

    2018

  9. 9

    See how much traffic your website gets from ChatGPT

    May 2026

  10. 10UC

    Anthropic recently released a new model called Claude. As I was unable to access this model, I noticed a lot of discussions on Twitter regarding comparisons and use cases of Claude and ChatGPT. To keep track of these conversations, I created a repository that compiles information on the following topics: * Comparisons between Claude and ChatGPT * Use cases * Limitations of Claude Check it out and please create a bug/PR if more threads can be added: https://github.com/taranjeet/awesome-claude

    2023

  11. 11CF

    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

  12. 12

    Folders & text highlights for ChatGPT, Claude, Gemini & more

    17d ago · tidyfolders.com

  13. 13OY

    Hey HN, I pay for ChatGPT, Claude, Cursor, and use Gemini through work. Four vendors, four separate conversation histories, four profiles of how I think. None of them talk to each other. Switch providers and you start over. So I built a system where the memory is mine. I run a knowledge graph in Postgres (Supabase, free tier) with pgvector for semantic search. A small MCP server reads and writes to it. That server sits behind an MCP Gateway on a $6/month VPS, along with Brave Search and a GitHub server. TypingMind connects to the gateway as a BYOK client -- any model, any device, same…

    Mar 2026 · github.com

  14. 14LS

    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

  15. 15LO

    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

  16. 16MT

    Hi, this is Tristan, CPO of XTrace. We are launching a very cool feature that is inspired by Andrey Karpathy's LLM Wiki mindmap. Let everyone who doesn't have enough sessions and markdowns made with claude code be able to visualize their own memory mindmap!

    May 2026 · github.com

  17. 17OD

    I’d like to use LLMs for remembering all kinds of things: fitness, to-do lists, contacts, bug reports, research links, whatever. But there is no way to do that now. For example, if I find a great coding tutorial in chat, or tell it how much I ran yesterday, it forgets that when I close the chat. Even if I keep the chat history, I still need to scour through lots of messages to find the data I want. Ideally, Claude would remember all this, and I’d be able to find it later with ease. This is what my team built. It is a collaborative database you add to any LLM that supports MCP. (Claude Code,…

    2025 · dry.ai

  18. 18IB

    Hi everyone, I’ve been using ChatGPT to analyze my journal entries and to reflect with. It works great, I really liked it. I’ve managed to gain some good insights about myself and made improvements. However, there are a few problems: - ChatGPT only remembers key facts about you, it has limited memories - ChatGPT couldn't recall the content of conversations you had with it - For individual ChatGPT products, your private conversations might be used to train future models (see: https://help.openai.com/en/articles/5722486-how-your-data-is...) So, I decided to build my…

    2025 · pensiv.me

  19. 19NP

    What happens when you wait months after the official release of ChatGPT, with all the media buzz, before you actually try it for the first time? What happens when your first question to ChatGPT is about its carbon footprint, including Scope 3 emissions, and whether OpenAI complies with the Paris Agreement? What happens when, back in 2013, you almost left tech to become a beekeeper, but then returned to the field driven by passion and a vision for doing things differently? What happens when you believe in extending the life of terminals and servers, recycling, and reusing hardware, instead of…

    2024 · github.com

  20. 20CE

    Claude.ai artifacts can call the Anthropic API and have persistent storage (5MB via window.storage). I used these two capabilities to build a memory system modeled on how human memory actually works — salience scoring, forgetting curves, and sleep consolidation — all running inside a single React artifact with no external dependencies. Just add artifact to your chat and paste instructions into your personal preferences setting.

    Feb 2026 · github.com

  21. 21ZL

    Zep is a long-term memory store designed for conversational AI applications built using modern LLMs. It handles the storage, summarization, embedding, indexing, and enrichment of chat histories, and offers developers a simple, low-latency API to this data. Chat history storage is an infrastructure challenge all developers and enterprises face as they look to move from prototypes to deploying conversational AI applications that provide rich and intimate experiences to users. Key features include long-term memory persistence, auto-summarization, vector search, auto-token counting, and Python…

    2023

  22. 22IA

    It has been a while since I have shared my app, that I made to be able to practice my Danish while chatting with my grilfriend - I often used GPT to write as much as I can in Danish, and I replaced the words I didn't know with {Englis words in curly braces}. While this was great, it was rather annoying to type the prompt always, so I figured a GPT wrapper would work well here. Last time when I launched, it went viral! I was super happy (and grateful!) for all the feedback and excitement — but it also meant my tokens disappeared fast, and many people ended up trying an app that no longer…

    Oct 2025 · menerdu.com

  23. 23CH

    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

  24. 24CA

    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

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