nowfound

Alternatives

Products that do what We added ChatGPT to our documentation to make them fully portable does

TLDR: Check out our documentation search here: https://xata.io/docs/overview Hello HN. I'm a designer over at Xata. We build a serverless database platform on top of Postgres and Elastic-like search that provides goodies like a native TypeScript client for type support in your IDE. Long story short, we're trying to bundle all the normal stuff you need out of a database along with branching, so you don't have to glue everything together. Today we added a new /ask/ endpoint to our search product that bundles in ChatGPT support into any stored data. Why would you…

  1. 1

    Use ChatGPT & GPT-4 on any website without copy-pasting

    2023

  2. 2

    Get fast, timely answers with links to relevant web sources

    2024 · openai.com

  3. 3

    Query Search Console in Claude & ChatGPT

    Jan 2026

  4. 4

    A new generation of apps you can chat with

    Oct 2025

  5. 5CA

    integrate chatGPT into your scripts or terminal work. Supports piping text, saving prompts, estimating costs, and some basic json/yaml extraction. I've added some elaborate examples on the readme of how to use it with pictures, that may provide a better overview.

    2023 · github.com

  6. 6NM

    Introducing the Code ChatGPT Plugin - a new era of seamless interaction between ChatGPT and your codebase. This TypeScript Code Analyzer furnishes a suite of utilities to analyze TypeScript code, enabling ChatGPT to "talk" with YOUR code. Fetch a list of all the files in your project, list of every function in a TypeScript or JavaScript file, or even get the content of a specific function, all while staying in your conversation with ChatGPT. With accessible API endpoints, you can effortlessly navigate your codebase and ask ChatGPT anything you can think of about it. Say goodbye to the days…

    2023 · github.com

  7. 7WG

    2022 · github.com

  8. 8CG

    ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB! It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue. See it here:…

    2023 · github.com

  9. 9

    Postgres, powered up

    2024

  10. 10

    Connect your database and start chatting with your data

    2023

  11. 11

    A powerful client-side JavaScript library for ChatGPT

    2023

  12. 12OC

    Hi HN! Two weeks ago at their Dev Days, OpenAI unveiled ChatGPT apps, interactive widgets that render inside ChatGPT using the Apps SDK and MCP. Building them using their template repository was surprisingly painful: every time you make a change on your React widget, you need to rerun the entire build pipeline to get fresh JS and CSS assets. The dev feedback loop was pretty terrible. That’s why I built a TypeScript starter that gets you up and running in under a minute. Clone, npm install, npm run dev, paste your ngrok URL into ChatGPT, and you're iterating on widgets with Hot Module Reload…

    Oct 2025 · github.com

  13. 13

    ChatGPT-based local scraper for easy scraping

    2023

  14. 14

    Find and reuse files across all your ChatGPT conversations

    Mar 2026 · chatgpt.com

  15. 15XS

    Hi! Xata was on HackerNews once before (https://news.ycombinator.com/item?id=28590816) a bit over a year ago, when we were at the beginning of our development. We've promised we're going to do a Show HN page when we come out of Private Beta, and this just happened today. Xata is a product in the serverless database space. We know that the space is fairly crowded now, with lots of great companies started recently. We're happy to see a fresh wave of database products, that are focused more on the developer experience, rather than a race to the bottom on performance and cost. We…

    2022 · xata.io

  16. 16DQ

    Hello fellow hackers, we made a site that gets GPT to answer your question using the info on a webpage you specify or document you upload (e.g., a large textbook .pdf file). Background: When ChatGPT came out, I had the idea of having it pull answers from my stereo receiver's annoyingly dense 32 page manual. My weekend project prototype proceeded to surprise with great answers—just like what we've all experienced by now. My co-founder thought we should productize it, and make it easy to use online. So here we are with a very early beta! (Try it on a HN thread...)

    2023 · klavier.ai

  17. 17CP

    I've built this PWA to use ChatGPT by API. My main motivation was to use the API since it is much cheaper than the premium plan and I only pay for usage. The main inspiration was ChatGPT-web by Niek [1], but I was lacking time to dig into the code base to make changes. Hence I went for a lightweight approach with Alpine.js and Open Props. There is no build step, the dependencies are fetched via CDN. In general it was much fun to work with Alpine.js - being a parent means having very little time. So it was great to not have to invest 20h into learning a new framework. My main ask was…

    2023 · github.com

  18. 18YA

    What I thought would take me weeks in development, took me months, but it's finally out. When ChatGPT API came out in March, my first idea of what to build with it was a spotlight-like app for my mac. The product was ready in a matter of days, but making it useful and sellable to people via some kind of distribution platform was another challenge. Coming from web development, learning how to ship a native app was a trip, but here it is, ready to share with the world. Try it out with the free trial, and I'd appreciate any kind of feedback.

    2023 · letsflyai.com

  19. 19CA

    I've always wanted to just upload a whole book to ChatGPT and ask questions. Obviously with the char limit that's impossible... So some buddies and I built Ghost. We have it limited to 5 pages for uploads for now, but plan on expanding the limit soon. Let me know what you guys think!

    2023 · ghostextension.com

  20. 20CI

    I noticed there wasn't any and wrote a small wrapper around ChatGPT. I found myself using ChatGPT to code and generate documentation, but copy and paste is a bit difficult. Emacs integration makes it extensible with custom prompts and all, based on region selected.

    2022

  21. 21CF

    what it can do for you lately: let's say you work at uber. uber probably has a database with a bunch of rides data in it. it probably has a rides_fulfilled table, a users table, a drivers table, and a whole lot more tables but just imagine it was that simple for now. let's say you are in charge of the Atlanta geo and you want to summarize the drivers / riders / financial performance of your city on Superbowl Sunday. before chat ur data, you'd probably login to the corporate bi tool, change some filters on a dashboard, take some screenshots, go to the next dashboard, take some more…

    2024 · chaturdata.com

  22. 22CH

    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

  23. 23SC

    Hey HN, If you're like me you probably have hundreds of ChatGPT chats for each idea or project you have. And each one keeps it's unique context and details that are lost in the long list of chats in the sidebar. Since there is no way to search old chats in ChatGPT Web UI, I built this feature myself as a browser extension. In February, I released it and tried to apply freemium model and see how it works. I was ecstatic when I had a first sale in less than a week! That was first time anyone bought my product ever. Since then I got into top3 in Chrome Web Store for "search chatgpt history" and…

    2024 · chromewebstore.google.com

  24. 24CP

    Built a small free widget that is a ChatGPT-powered search bar for your site. You can use it on your blog, guides, docs, and resources pages. It crawls and indexes your site and then answers search queries with questions using your site content as a source. It even references the source material so visitors can dig deeper. It also has memory so you can have repeat searches just like ChatGPT. Built with Langchain, Pinecone, and OpenAI.

    2023 · letterdrop.com

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