livestub
The HTTP server stub you always wanted! (by softwaremill)
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) (by OpenAPITools)
livestub | openapi-generator | |
---|---|---|
1 | 249 | |
55 | 23,103 | |
- | 2.3% | |
6.8 | 9.9 | |
6 days ago | 7 days ago | |
Scala | Java | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
livestub
Posts with mentions or reviews of livestub.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-08.
-
Turn openApi specs into running http server stub
Recently, inspired by Paul Daniels I added functionality to bootstrap sttp-livestub using openApi specification. More on it here: https://github.com/softwaremill/livestub/blob/master/README.md#openapi-integration
openapi-generator
Posts with mentions or reviews of openapi-generator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-22.
-
Show HN: FastOpenAPI – automated docs for many Python frameworks
I'm also really happy with spec first. We're using openapi-generator[1] to generate types from a yaml schema (inverting the more standard approach of generating the yaml) in our Typescript (mostly Nest.js) backends, and export those types as packages for use in our frontends.
[1] https://github.com/OpenAPITools/openapi-generator
-
openapi-generator VS lapidary-render - a user suggested alternative
2 projects | 16 Mar 2025
-
Using OpenAPI to Automate API Integration With Rapyd's Payment Gateway
Manually writing API clients can be time-consuming and result in errors. This is where the OpenAPI specification and tools like OpenAPI Generator are helpful.
-
Define, Generate, and Implement: An API-First Approach with OpenAPI Generator and FlightPHP
With your API defined, use the OpenAPI Generator to generate your code automatically. The PHP Flight generator — documented here — was provided by the author and, although its status is still marked as "experimental", it has been my production workhorse for over a year.
-
Redefining our SDKs Developer Experience
Until now, we relied on an open-source OpenAPI generator to build our SDKs. While it served us well, the maintenance and scalability challenges became apparent as we expanded our platform. Key pain points included:
-
7 SDK Generator Tools for APIs in 2025
OpenAPI Generator
-
Generating OpenAPI API clients for Angular
Let’s learn how to generate an API client for an Angular project using the open-source OpenAPI Generator program. The OpenAPI Generator project offers a CLI for generating API client modules for multiple language targets by importing a YAML/JSON API specification file.
-
After 3 Years, I Failed. Here's All My Startup's Code
Did you try to use https://github.com/OpenAPITools/openapi-generator directly?
-
Top 8 Swagger Codegen Alternatives
OpenAPI Generator is a versatile tool that emerged as a fork of Swagger Codegen, offering enhanced support and features. It allows developers to generate API client libraries, server stubs, and documentation for over 30 programming languages.
- OpenAPI Generator: Generate clients, servers from OpenAPI 2.0/3.x documents
What are some alternatives?
When comparing livestub and openapi-generator you can also consider the following projects:
typed-schema - Typelevel http service definition DSL
NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Akka HTTP - The Streaming-first HTTP server/module of Akka
kiota - OpenAPI based HTTP Client code generator
Http4s - A minimal, idiomatic Scala interface for HTTP
oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications