Alternatives
Products that do what Open sourcing Restly – GPT-4 powered tutorials from your OpenAPI spec does
Hi HN - Marius (mbuleandra) and I built Restly as a side project. Restly generates a user-friendly tutorial against any OpenAPI spec. While building public-facing APIs, we found that writing these guides by hand took a lot of work. Many OpenAPI specs were too large to send to GPT-4 / Claude directly, and even when we could send them, we experienced lost-in-the-middle and hallucination issues. The project is very alpha but works against the Vocode API when we specify well-defined goals. Let us know your thoughts; we would love your contribution to the project! [1]…
- 1

- 2WM
Try it out! https://glhf.chat/ Hey HN! We’ve been working for the past few months on a website to let you easily run (almost) any open-source LLM on autoscaling GPU clusters. It’s free for now while we figure out how to price it, but we expect to be cheaper than most GPU offerings since we can run the models multi-tenant. Unlike Together AI, Fireworks, etc, we’ll run any model that the open-source vLLM project supports: we don’t have a hardcoded list. If you want a specific model or finetune, you don’t have to ask us for it: you can just paste the Hugging Face link in and…
2024 · glhf.chat
- 3

- 4
- 5

- 6

Instantly generate openapi (OAS) 3.0.0 REST + GraphQL APIs
2019
- 7

- 8GR
2012 · emergentone.com
- 9AG
Hey HN, We just shipped a new AI-powered feature... BUT the "AI" piece is largely in the background. Instead of relying on a chatbot, we've integrated AI (with strict input & output guardrails) into a workflow to handle two specific tasks that would be difficult for traditional programming: 1. Identifying the most relevant base URL from HAR files, since it would be tedious to cover every edge case or scenario to omit analytics, tracking, and other network noise. 2. Generating synthetic data for API requests by passing the API context and faker-js functions to GPT-4. The steps are broken down…
2024 · docs.multiple.dev
- 10

- 11TO
Hi HN! We’re excited to share our new code generator that lets you ship high-quality TypeScript SDKs, that your users will love, from your OpenAPI documents. Our ongoing goal is to help you build one SDK that runs anywhere modern JavaScript runs. This includes new runtimes like Deno and Bun in addition to the ever-popular Node.js. Additionally, the popularity of AI has meant server-sent events and file streaming are also commonplace - we wanted to cover these use cases too. This explosion in new runtimes and ways of interacting with APIs shifts cognitive burden on API developers often having…
2024 · speakeasyapi.dev
- 12YC
Easily collect all transcriptions from a YouTube channel to create your own custom GPT (via OpenAI) or querying a large context window (Claude 2.1) The example is “CY GPT” your very own Sichael Miebel and Calton Daldwell in your pocket. I have a backlog of open-source projects, hope this helps!! This is counter intuitive (as I’m posting this) but please respect the creators copyright and use for research purposes only
2023 · github.com
- 13OS
We built an open-source tool that scans your codebase and generates OpenAPI docs in minutes. Right now it supports Rails, Go, Python, and NodeJS frameworks, and we will keep adding more. It picks up routes, params, request bodies, and models directly from the code and outputs a clean OpenAPI spec you can drop into your workflow.
Nov 2025 · github.com
- 14

- 15OC
Hi HN, I'm excited to finally launch this project. While existing tools like Postman excel at API discovery and testing, they often require us to navigate complex interfaces, manually construct requests, etc. That's why I created OpenAstra. The core idea is to combine the visual richness of traditional API tools with the simplicity of a chat interface. Think of it as "Postman meets ChatGPT" - allowing us to interact with APIs through natural conversation while retaining core essential features of traditional API tools. If you want to test an endpoint or understand what it does? Just ask. The…
2025 · github.com
- 16AO
Hi It's Logan (op) and David, we are launching our first open source Python SDK generator with other languages to come :) We built this because we believe that the OpenAPI Generator project is a mess and simply doesn't work for most users (us included). Additionally, proprietary generators miss the mark for complex use cases, and restrict developers from doing what they do best: writing code. On top of all that they force you into proprietary configuration layers for many desirable features which increases vendor lock in and pulls you further away from your API spec as the source of truth.…
2025 · github.com
- 17AL
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
- 18IM
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
- 19PT
Hi HN, My name is Ravi Sojitra and i'm working on a Dev Tool product named DhiWise, that let you generate production ready source code(For Node.js,Laravel,Flutter,Kotlin,Swift) in few mins with ready to get synced in your GitHub/GitLab or Download. Let me explain like you're five. Imagine you want to bake a cake and you have all the raw materials you need such as flour, baking powder, eggs. Now, you give us those materials and we will bake you the ready-to-serve cake of your choice. With this product's context, with just minimal technology specific inputs, this builder is going to…
2021
- 20LC
Hey, folks here is a peek into Jujutsu. We at Poozle are working with hundreds of APIs and it has been always frustrating to 1. Search the API in the documentation or ask ChatGPT 2. Then copy it to the postman and understand/test the API 3. Generate code to integrate into the codebase We thought how about having all of this at one place. We currently fine-tuned LLM on public REST APIs to reduce hallucination and then combined it with ChatGPT and Postman. I look forward to feedback, feature requests and discussions!
2023 · loom.com
- 21CF
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
- 22AP
Hi hn! I wanted to share a simple JS script I built that uses Anthropic's Claude AI to auto-generate OpenAPI specs from code. Keeping OpenAPI specs in sync is tedious and error-prone. I was wasting too much time manually updating YAMLs. To fix this, I created a script that leverages Claude to parse source code and produce OpenAPI specs, no annotations needed. It's a gist you can copy/paste into your project: https://gist.github.com/hotkartoffel/2d2ca5a5a4ace98ca7fe87f... Feed it your code and Claude handles inferring the OpenAPI objects. I've tested it on JavaScript…
2023 · gist.github.com
- 23IV
Hi HN,<p>In my spare time (evenings and weekends) I've built 3 products which have been relatively successful even with little advertising (only google ads budgeted at $30 per day). The latest one is WcfStorm.Rest; which is a REST service test client. I built it because I found that the current tools did not have the features I wanted such as, intellisense when working with HTTP headers, syntax highlighting for JSON messages, etc.<p>I'm continually trying to improve these products and would very much love get your feedback. Every suggestion is welcome!<p>(My apologies…
2012 · wcfstorm.com
- 24HA
Demo starts at 50m into the video. This was a bit terrifying to record because 2am the previous night everything was totally broken after a major refactor (so that we could add external LLM support as well as local GPUs). But pressure can be a useful force :-D We start with a stack deployed on my laptop without a GPU, pointing to together.ai so we can run open source LLMs easily without having to have access to a GPU. We show simple inference through the ChatGPT-like web interface (with users, sessions etc) and then simple drag'n'drop RAG. Then we show some helix apps defined as yaml: Marvin…
2024 · youtube.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →