After 3 Years, I Failed. Here's All My Startup's Code

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

    There's a huge number of them https://openapi.tools/#sdk

    Including the semi official tools https://github.com/OpenAPITools/openapi-generator

    Now if you want multi language generation and especially high quality you may have to spend a lot of time evaluating different choices. I decided that the official java client didn't generate very nice python code and went with https://github.com/openapi-generators/openapi-python-client even though it's a small personal project with a primary developer+random contributions from users. It just seemed nicer to use for python. Finding which generator to use especially for JavaScript seems difficult

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. konfig

    SDK & API Docs Generator. Sunset as of December 2024 (by konfig-dev)

    Which this product seems to build off: https://github.com/konfig-dev/konfig/tree/main/generator

  4. maybe

    The OS for your personal finances

    This isn't exactly what you mentioned, but Josh Pigford gave up on his startup Maybe, shut down the company and open sourced it. It got incredibly popular on Github, so he started it up again. (https://maybefinance.com/)

  5. openapi-python-client

    Generate modern Python clients from OpenAPI

    There's a huge number of them https://openapi.tools/#sdk

    Including the semi official tools https://github.com/OpenAPITools/openapi-generator

    Now if you want multi language generation and especially high quality you may have to spend a lot of time evaluating different choices. I decided that the official java client didn't generate very nice python code and went with https://github.com/openapi-generators/openapi-python-client even though it's a small personal project with a primary developer+random contributions from users. It just seemed nicer to use for python. Finding which generator to use especially for JavaScript seems difficult

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Generate API specifications for any API locally with no effort

    1 project | news.ycombinator.com | 13 Mar 2025
  • What makes a good REST API?

    4 projects | dev.to | 15 May 2024
  • How to Automatically Consume RESTful APIs in Your Frontend

    13 projects | dev.to | 25 Jan 2024
  • The Three Steps of Building Design-First APIs in Kubernetes

    4 projects | dev.to | 12 Dec 2022
  • What is OpenAPI?

    10 projects | dev.to | 18 Jan 2022

Did you know that Java is
the 8th most popular programming language
based on number of references?