nowfound

Alternatives

Products that do what Ask Naval Ravikant does

I'm currently reading the almanack of Naval Ravikant. So I built a QA bot using GPT to ask questions as I review its content. Stack used: * LangChain (framework + QA agent) * Steamship (AI Infra) * Vercel (Front-end)

  1. 1

    Life and business advice from Naval Ravikant using ChatGPT

    2023

  2. 2

    Notion templates for mental models by Naval Ravikant

    2023

  3. 3

    Naval Ravikant's wisdom, quotes and thoughts.

    2020

  4. 4
    Naval 25151

    The internet has chosen Naval's 25 best quotes

    2023

  5. 5OS
  6. 6AD

    Hi HN! I built this bot that allows you to chat with your technical documentation! It’s been pretty nifty so far on our Discord help forums, and it’s open-source so I figured I would share! Cheers.

    2024

  7. 7BX
  8. 8IQ

    2023 · summ.readthedocs.io

  9. 9TA

    2020 · navalmanack.com

  10. 10IB

    I haven't seen anything like this so I decided to build it in a weekend. How it works: You see a bunch of things pulled from Wikipedia displayed on cards. You ask yes or no questions to figure out which card is the secret article. The AI model has access to the image and wiki text and it's own knowledge to answer your question. Happy to have my credits burned for the day but I'll probably have to make this paid at some point so enjoy. I found it's not easy to get cheap+fast+good responses but the tech is getting there. Most of the prompts are running through Groq infra or hitting a cache…

    Apr 2026 · sleuththetruth.com

  11. 11CS

    Tired of copy-pasting the same question across ChatGPT, Claude, Gemini, and Grok to find the best answer? I built ChatHawk to solve this exact problem: Ask once and get responses from all top AI models simultaneously, plus an AI-generated combined answer that pulls the best insights from each. Perfect for when you need accurate answers (verified across models), strategic decisions, or multiple AI perspectives. Stop the tedious switching between platforms – get comprehensive AI insights in one place. What questions would you want to run through all models at once?

    Oct 2025 · chathawk.co

  12. 12IB

    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

  13. 13VE

    I'm building a Telegram bot to practice Dutch. GPT-4o-mini kept picking vocabulary words I already knew, so I built a classical NLP pipeline to do it instead. It takes a short text + learner level (A0–B1) and returns the best words to study, using Stanza for parsing and corpus frequency ranks (SUBTLEX-NL, srLex, SUBTLEX-US) for scoring. Wins at A1/A2, loses at A0 where the LLM picks more obvious words. I also tried adding multi-word phrases (ADJ+NOUN, VERB+NOUN, phrasal verbs) backed by NPMI-scored collocation whitelists. Couldn't beat GPT there because it just "knows" which phrases…

    Mar 2026 · huggingface.co

  14. 14TN

    I’ve been hacking on a project called Bookshelf (https://www.bookshelf.diy/). It lets you take an archive — say, your Substack export, a bunch of PDFs, or even saved HTML files — and turn that into a retrieval-backed GPT that your readers can query. The idea is: instead of scrolling archives, they just ask questions. Answers are pulled only from your original content, with citations. It’s aimed at writers and researchers who want their work to be more discoverable — but without spinning up vector infra or fiddling with RAG pipelines. For context: I’ve always gone back to Paul…

    2025 · bookshelf.diy

  15. 15BG

    Hi HN, My name is Othmane and I’ve been in the ML field (building and shipping models) for the last ~5years. Today, as many people out there, I come across new AI tools every week. However I was a bit surprised to see little to no mention of established AI vendors that existed before chatGPT and how most use cases are heavily biased toward content generation (text/image) or conversational AI (chatbots). I built a tool that helps you find the right AI solution/provider based on your use case. It uses a curated database of 100+ solutions from established vendors. It covers things…

    2023 · preview.steerlab.ai

  16. 16UG

    Want to think about the Roman Empire Daily? Ever read a book and forgot everything about it? We have got you covered! Coming soon: Upload PDFs; Download APKG

    2024 · anki-generator.vercel.app

  17. 17WT

    I've been lurking on HN for years. You know the drill: interesting headline, 200+ comments, you dive in thinking "I'll just skim for 5 minutes"... and an hour later you're 36 chambers deep in a thread about memory allocation patterns in Postgres and you've completely forgotten what the original article was about. I don't just want a "summary" (which usually just shortens the noise). I want the meta-consensus: "What is the actual trade-off being debated? Who is winning the argument? Why does this matter?" So I built HNSignals. Think of it less like a "summarizer" and more like a Chief of…

    Jan 2026 · hnsignals.com

  18. 18WM

    https://github.com/dioptra-ai/katiml

    2023 · loom.com

  19. 19DG

    I tend to use AI to brainstorm domain names, but I kept wasting time pasting each idea into Namecheap to see if they were available. So I built DotComBuddy - it generates ideas (using DeepSeek V3 - switched from GPT-4o after realizing quality was just as good) and checks availability in real time via Name.com’s API. Built with Next.js and Vercel’s AI SDK, the app gives you a table of available domains with their price. 10 free searches to try it out, then $9/year (what I’d pay to never do this manually again). Sharing this for anyone else tired of switching tabs to check domains. Happy…

    2025 · dotcombuddy.com

  20. 20IM

    Hi guys, For my startup at www.mithrin.ai which is about create AI Chatbot Agents for websites, I wanted to create some free tools to attract traffic to the site and decided to create specialized chatbots powered by LLMs, similar to OpenAI's Custom GPTs. I realized that by using gpt-4o-mini, I could create quite powerful alternatives to GPTs that are free to the public for a very small cost (given how cheap the model api cost is). I've employed some throttling to prevent abuse and to avoid being charged too much. Then I integrated this with my main service and allowed users to use the…

    2024 · mithrin.ai

  21. 21CP

    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

  22. 22WB

    Hey HN, After GPT-3 created waves in the tech industry, a lot of AI tools were emerging and with that, some AI website builders But the results seemed way too generic to us. It felt like the developers were rushing to catch the wave instead of building a proper tool We took our time, did months of RnD and finally came up with something better than what others in the market are doing. It’s got better design output. While it’s still in beta, I wanted to show HN what we did. Will appreciate the feedback when you guys try it out. Here is the link to signup for the beta:…

    2024 · dorik.com

  23. 23IB

    Hi HN I built a fun little tool: It uses Groq’s LLaMA 3.3 + Puppeteer to analyze a website Then it roasts the design/content/UX with humor And finishes with 3–5 genuinely helpful improvement tips You can try it here: https://ai-roast-vert.vercel.app I wanted to: Practice fast idea-to-launch cycle (built in 2 days) Experiment with a viral-friendly product Monetize with a $0.55 pro version that gives a detailed roast + download Would love your feedback — on the idea, the tone, the usefulness — anything! Thanks in advance

    Sep 2025 · ai-roast-vert.vercel.app

  24. 24SA

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