nowfound

Alternatives

Products that do what I built a tool to save and version-control my thinking from ChatGPT does

I was frustrated with how I share ideas online. LinkedIn/X forces you to compress everything into hot takes. Research papers require months of work. And posting on social media increasingly feels like trying on outfits in ChatGPT until you find one that "fits" – performance over genuine thinking. I wanted something in between. A place where: - Half-formed ideas are okay - Thinking evolves over time (with revision history) - Garbage gets pruned naturally through format itself and status tracking (exploring → resolved → abandoned) So I built Kwegg. How it works: 1. You're in ChatGPT or…

  1. 1
    Noah 142

    ChatGPT with your Google Drive and Notion documents

    2023

  2. 2

    Convert your texts into high-quality videos using ChatGPT

    2023

  3. 3IB

    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

  4. 4

    Explore the full potential of ChatGPT

    2023

  5. 5

    1 click ChatGPT advanced prompts to speed up your process

    2023

  6. 6IM

    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

  7. 7IB

    Hey HN, Like many of you, I’ve been using ChatGPT to brainstorm, debug code, and even plan projects. But as the number of conversations grew, I found myself scrolling endlessly trying to find old chats. It was frustrating and unproductive. So, I built PinFold – a Chrome extension to help manage and organize ChatGPT conversations. With PinFold, you can: Pin important chats for quick access. Organize conversations into folders (e.g., personal vs. work-related). Declutter your ChatGPT history and boost productivity. It's privacy-focused: no data is sent to external servers – everything is…

    2024 · pinfold.me

  8. 8CH

    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

  9. 9WU
  10. 10IF

    Hello there! I hope you're doing well today! I wanted to share something with you. Recently I was on the hunt for the best way to journal daily. Well, I had this idea - what if I could feed all my daily entries to an AI (ChatGPT), and create a friendly, supportive character like Socrates or Simon Sinek? This way, I could ask any questions about my life and mental health, and get some amazing advice on how to improve myself! The results have been absolutely mind-blowing ! I even made a short GIF to show you how it works - check it out! - https://gifyu.com/image/SdHLH I've…

    2023

  11. 11IB

    So I've been obsessed with a weird question for the past 6 months, what happens to SEO when everyone starts asking ChatGPT for recommendations instead of Googling? The answer, apparently, is chaos. And maybe opportunity? I built FirstClick because I noticed something strange. My previous startup was getting zero traffic from AI assistants, but our competitor (objectively worse product, sorry not sorry) was getting mentioned by Claude and Perplexity constantly. It drove me crazy. So I reverse engineered why. Turns out there's a whole new game being played and most founders don't even know it…

    Dec 2025 · firstclick.so

  12. 12IM

    I built this using semantic search and the ChatGPT API, which was just released the other day. What makes it special is it not only understands the code you're debugging, but also pulls in additional context like relevant documentation to help answer your questions and suggest code changes. Ultimately, my goal is to take the hassle out of pasting error messages into Google, finding a vaguely related StackOverflow post, and manually integrating the solution into your code.

    2023 · useadrenaline.com

  13. 13IB
  14. 14CA

    I’ve created two sets of ”ChatGPT Custom Instructions” for folks using ChatGPT’s web interface (i.e. not via API). They aim to dramatically improve the quality, depth, nuance, and utility of all ChatGPT responses. Both of them instruct ChatGPT to begin its completion with a preamble designed to take advantage of how the attention mechanism attends to recent tokens. They relieve the user of having to determine a task-specific prompt, and turn even the simplest questions into high quality context for ChatGPT to attend to. The first (“Standard Edition”) is for both free and paid ChatGPT…

    2023 · github.com

  15. 15IM

    I really struggle to keep my notes organised, and often can't make any sense of hand written notes after meetings. I did some experiments with Claude and ChatGPT where I blast random thoughts at them during a meeting or brainstorming session and then have them output a nice document that pulls it all together at the end. It worked incredibly well but it was a bit cumbersome to keep sending messages to the chat and telling the ai each time what to do. So I took the idea and built a tool, it makes it easy to throw random notes and voice recordings (images and document support on the way) and…

    2025 · scatternote.com

  16. 16HN

    I recently received access to develop and use ChatGPT plugins, and embarked on a project to build a Hacker News integration as a learning exercise. My goal was to enable retrieval of content from HN to answer questions and produce insights in conversations with ChatGPT. I documented my journey in this blog post, which will hopefully be helpful to other plugin developers or anyone looking to learn more about embeddings. You can try the experience even if you don't have plugin access on ChatGPT through the demo on hn.kix.in - it's a loose approximation but should give you a sense of what's…

    2023 · kix.in

  17. 17SY

    I created this tool, RantGPT, to let you share ideas with gpt-4o and connet with others who have similar thoughts. I made it to help us find cofounders and soul mates more easily, but you can share anything and see if anyone else has thought something similar. Please let me know what you think!?

    2024 · rantgpt.com

  18. 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

  19. 19OY

    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

  20. 20TC

    Hey HN! I'm Karthik & have been working on Typemagic (https://typemagic.com): a ChatGPT client that saves your prompts, and applies them when needed based on your chat. The Problem: Since it came out, I've been using ChatGPT for various tasks, such as coding, generating database queries, reviewing my writing, and learning new things. Initially, I found myself constantly managing useful prompts in a Notion doc. I'd either paste a prompt from Notion to provide the right context or sift through my chat history to locate that context. Some examples of snippets I frequently used…

    2023 · typemagic.com

  21. 21PG

    Hey everyone, ChatGPT recently added a very small but powerful feature - the ability to share your chats! I think it’s a great way to create prototypes and share them, here are a couple of examples: First, [a small talk simulator](https://chat.openai.com/share/1329d8ec-5141-45f9-a2c2-842d4bad7bcc) a game to help you improve your social skills. Second, [a shark tank simulator](https://chat.openai.com/share/48155efe-101b-4662-b41e-c13aa909f017), see if your idea and pitch can get a deal on ABCs hit show! [Here’s my…

    2023

  22. 22CP

    I'm building an AI platform, FlowChai and found a neat use case for it today that I thought would be useful to HN readers. I use GPT4 heavily for writing / editing code, but a major downside is that it doesn't know about new projects. I made the connection today that I could upload the zip file of a Github repo to FlowChai and then write prompts just like with ChatGPT with code questions. While the original intent for this platform is more around natural language, it's neat how this works so well. It's powered underneath by pgvector and OpenAI embeddings.

    2023 · flowch.ai

  23. 23IU

    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

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