nowfound

Alternatives

Products that do what Konfig – SDKs for APIs to write and maintain less API integration does

Hi HN, We are excited to share Konfig SDKs, a collection of SDKs for public APIs that help you write and maintain less API integration code. These SDKs provide convenient types and interfaces for making API calls so you never have to read the details of how to construct your HTTP requests or what data types to pass. With SDKs you can: - reduce lines of API integration code by ~25% - instantiate ~30% less variables - develop API integrations 2x faster Here are some links to explore: - A blog post explaining the details of why we and how we built it:…

  1. 1
    Konfig87

    Generate SDKs to easily onboard external devs to your API

    2023

  2. 2
    Tiny API538

    Enabling developers to monetise their code

    2023

  3. 3

    Turn database schema into Backend API source codes

    2023

  4. 4RG

    Hi HN! We’re Yann, Edouard, and Bastien from Koyeb (https://www.koyeb.com/). We’re building a platform to let you deploy full-stack apps on high-performance hardware around the world, with zero configuration. We provide a “global serverless feeling”, without the hassle of re-writing all your apps or managing k8s complexity [1]. We built Scaleway, a cloud service provider where we designed ARM servers and provided them as cloud servers. During our time there, we saw customers struggle with the same issues while trying to deploy full-stack applications and APIs resiliently. As…

    2023 · koyeb.com

  5. 5
    Pizzly323

    Building API integrations has never been easier

    2020

  6. 6
    fastn357

    The no-code AI orchestration platform developers love

    2024

  7. 7

    Handwritten SDKs generated from OpenAPI

    2024

  8. 8HN

    Hi Hacker News! Patrick and Elias here. We built an SDK / Documentation generator for REST APIs. The link included shows the shiny output of our system: the docs! We generated 5 SDKs and docs from the Hacker News OpenAPI we found on GitHub. If you write code in Python, Typescript, Go, Ruby, or Rust, we’d love for you to try an SDK out! If you want to generate SDKs for your own API try our tool here: https://github.com/Sideko-Inc/sideko We are both software engineers, and we built this tool because we were spending too much time writing API integrations, supporting…

    2023 · hacker-news.sideko.dev

  9. 9KM
  10. 10

    A smarter workflow for Kubernetes & Cloud Native apps

    2021

  11. 11AA

    Hello HN Community, As an ex-founder of a developers-for-hire agency, I was fortunate to build for many different software organizations around the world, and partner with the most talented product teams. One of the things I learned by coding was how painful it is to build & maintain pricing in SaaS. The pricing structure and logic always end up being coupled with the core application code and the billing platform. The product catalog is typically managed in spreadsheets, by the product & monetization teams, while all the possible package types, including the legacy ones, are typically…

    2022 · docs.stigg.io

  12. 12SH

    Hi HN, I’m Patrick. Elias, Kevin, and I are building Sideko (https://sideko.dev), a new type of code generator for building and maintaining API client SDKs from OpenAPI specs. Traditional SDK generators rely on static templates that produce rigid, machine-generated code. When the API changes, these generators completely overwrite the SDK, destroying any custom modifications developers have made. The result is brittle code that looks artificial and requires constant manual rework. Our approach uses structured pattern matching queries instead of templates. These queries analyze the…

    2025 · github.com

  13. 13AD

    tl;dr we at Escape (YC W23), we scanned 5651+ public APIs on the internet with our in house feedback driven API exploration tech, and ranked them using security, performance, reliability, and design criteria. The results are public on https://apirank.dev. You can request that we index your own API to the list for free and see how it compares to others. Why we did that? During a YC meetup I spoke with a fellow founder that told me how hard it was to pick the right external APIs to use within your own projects. I realized that most of what we build relies on public APIs from external…

    2023 · apirank.dev

  14. 14

    Create beautiful powerful documentation, hassle-free.

    2018

  15. 15AO

    Hi Hacker News! My name is Sagar, I’m working on a startup called Speakeasy - we’re making all APIs self-service. The platform is currently in beta, but we’re independently launching this tool which you can use to generate language-idiomatic, statically-typed TS SDKs from any public OpenAPI schemas. We hope to continue iterating on this to give devs a way to easily generate high fidelity client SDKs for all the major languages. Inspiration for this product is from past experiences struggling with OpenAPI. I was originally optimistic about using the OpenAPI tools to build out our offering,…

    2022 · easysdk.xyz

  16. 16AN

    No gc, No goroutines, Produces small binaries while using the unmodified official go toolchain, and comes with complete Web SDK (generated from w3c/webref). We are building `pcz` to provide a reimagination of Go the language, in an effort to make it suitable for all kinds of programming tasks, and currently you can use it to build efficient web applications in Go using the generated Web SDK (as shown with the live web demo[1]). The journey is just starting, any suggestions? or any critics? [1]: https://primecitizens.github.io/livedemos/10-plat-web/

    2023 · github.com

  17. 17TO
  18. 18

    Integrate with any API

    2025

  19. 19KA

    Hey folks. I'm the author of kr8s. I’ve been working on kr8s for a while now and one of my core goals is to build a Python library for Kubernetes that is the most simple, readable and produces the most maintainable code. It should enable folks to write clean code when working with the Kubernetes API. If you're interested in how it compares with other libraries then check out [this post](https://jacobtomlinson.dev/posts/2023/comparison-of-kr8s-vs-...). Happy to answer any questions you might have in the comments here .

    2023 · github.com

  20. 20KA

    A large part of our (Real Kinetic's) business is helping organizations implement platform engineering, but we've found the existing tooling to be lacking. For IaC, Terraform state becomes a pain because TF treats infrastructure as "one-shot" commands. The Kubernetes controller model provides a nicer approach to managing infrastructure, but the tooling here is also lacking. For configuration management, Helm just doesn't really scale with complexity, nor does Kustomize. For resource orchestration, Crossplane is a step in the right direction but still has challenges and limitations. As a…

    2025 · koreo.dev

  21. 21TO

    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

  22. 22KA

    Hi friends, I'm really excited to introduce KSON, which just entered public beta! Anywhere a human is reading or editing YAML/JSON/TOML, KSON may be used as a more effective interface on that data. If you are such a human, we invite you to participate in this beta. tl;dr Check out the website [1], play with the online playground [2], install the library for your programming language [3], edit in your favorite editor [4], discuss and give feedback [5], contribute to the project [6]. (A personal note about this project: I love software. Machines made of words! Such a wonder. KSON…

    Sep 2025 · kson.org

  23. 23CT

    Hey HN! I’m Zach, from Coherence (https://www.withcoherence.com/). We’re building software that provides an integrated way to write, preview, and deploy code from one simple configuration. Check out our explainer video here: https://www.youtube.com/watch?v=V2YHVx8QsLg and a high level demo here: https://www.loom.com/share/072c2afd1099496298f69ab21fdf2820 We started Coherence because we found technology teams spent 30-40% of their time yak shaving and writing glue code, instead of building products our customers love. We don’t think every team…

    2022

  24. 24DA

    Hi All, API integration often cycles in repetitive use cases, API specs, Libraries/SDKs, developer context & tech support. We are building a desktop app that lets SaaS API sellers design their API integration flow and lets their customer integrate APIs in seconds. SaaS API companies (including our existing customers) resort to: 1. For API documentation - readme.io, Postman and Swagger (few use PDFs too.) 2. For Chat/Support/FAQ - Freshdesk/Zendesk/Calendly/Skype/Teamviewer 3. For Developer Context - IDEs for Android/iOS/JavaScript On top of these…

    2017

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