nowfound

Alternatives

Products that do what I made a chatbot that debugs your code better than ChatGPT does

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.

  1. 1

    Generate a ChatGPT for your website In 1 minute

    2023

  2. 2

    Create a GPT chatbot for any GitHub repo in just 30 seconds

    2023

  3. 3

    Spoonfeed your entire code to Chat GPT

    2024

  4. 4
    Chatbase152

    Chatbot analytics for developers by Google

    2017

  5. 5
    showGPT148

    The ultimate guide to unlocking the power of AI and chatGPT

    2022

  6. 6

    Show others obnoxiously how to use ChatGPT

    2024

  7. 7

    Custom ChatGPT agents with your own data

    2023

  8. 8

    Talk to ChatGPT through your mic and get a voice response

    2023

  9. 9

    Find the best curated ChatGPT, chatbots, GPT4 apps & plugins

    2023

  10. 10OS

    Hi friends! I've been waiting for ChatGPT Code Interpreter access for so long that I decided to just build my own. I figured maybe some of you are in the same boat so decided to do it as an Open Source project.

    2023 · ricklamers.io

  11. 11

    ChatGPT powered customer support for your website

    2023

  12. 12CP

    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

  13. 13SA
  14. 14BY
  15. 15IM

    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

  16. 16CA

    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

  17. 17CH

    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

  18. 18IB

    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

  19. 19AL

    Hi HN! I wanted to share my freshly finished open-source project. It is similar to ChatGPT Code Interpreter, but the interpreter runs locally and it can use open-source models like Llama 2. It allows you to work with sensitive data without uploading it to the cloud. Either you use a local LLM (like Llama 2), or an API (like GPT-4). For the latter case, there is an approval mechanism in the UI, which separates your local data from the remote services. I would be very interested in your valuable feedback!

    2023 · github.com

  20. 20IO

    Hello so I finally released the new version of aidev.codes. It is extremely alpha, has not been thoroughly tested at this point. Its quite different from the previous version. The new aidev.codes: - is buggy but actually works (compared to the old version) - has a ChatGPT-style interface (and uses the chatgpt-turbo model which is actually better than the other models for code) - integrates the stability.ai API to automatically generate images - can create a simple but fully customized and interactive web page and instantly host it for you - can optionally host your page on a custom subdomain…

    2023 · aidev.codes

  21. 21SB

    Hi HN community, Here's a little project to add a chatgpt bot to slack so that you and your friends/coworkers can all interact with it together. It's pretty fun. It runs on AWS lambda to take advantage of the benefits associated with serverless infrastructure. Right now it just exposes vanilla chatgpt; however, the code is simple and extensible enough that you can add features and prompts as you want.

    2023 · github.com

  22. 22AD

    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

  23. 23CO

    We have been using GPT to write code since playground days. This UI avoids logins, gpt-4 throttling and is also cheaper to use than ChatGPT Premium. We also have various features to minimize costs and speed up iteration. Furthermore html & mermaid previews are a taste of the kind of features help-yourself opensource model enables vs official UI. For backstory see our blog posts: https://blog.humphd.org/chatcraft-org/ https://taras.glek.net/post/chatcraft.org-opensourcechatgpt-...

    2023 · chatcraft.org

  24. 24AS

    Hey HN, Since the launch of GPTs, I’ve struggled with integrating vast, up-to-date knowledge into a custom GPT and embedding it into websites and apps. After months of trial and error, we’ve developed an AI Search & Knowledge Assistant that solves this problem. Over the weekend, I built a demo assistant for Stripe that provides accurate answers, useful links, images in responses, cites sources, and keeps a thread history of your conversations. Here’s what’s included: - 3,700+ public documents full of useful info - 105+ million characters of rich knowledge - Powered by the ChatGPT-4o model…

    2024 · demo.ordemio.com

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