KubernetesJS – Fully-Typed, Zero-Dependency Client for Kubernetes
I built KubernetesJS because I was frustrated with the state of Kubernetes tooling for TypeScript developers. Most existing clients, like kubernetes-client, were last updated five years ago and rely on generating clients at runtime from Swagger specs. That approach works, but it lacks strong typing, good auto-complete, and tends to feel brittle in larger projects. KubernetesJS also uses the Kubernetes Swagger schema, but instead of generating clients at runtime, it generates fully-typed static TypeScript code at build time. That means you get excellent TypeScript support, predictable APIs,…
What it does
In the maker’s words, at launch
I built KubernetesJS because I was frustrated with the state of Kubernetes tooling for TypeScript developers. Most existing clients, like kubernetes-client, were last updated five years ago and rely on generating clients at runtime from Swagger specs. That approach works, but it lacks strong typing, good auto-complete, and tends to feel brittle in larger projects. KubernetesJS also uses the Kubernetes Swagger schema, but instead of generating clients at runtime, it generates fully-typed static TypeScript code at build time. That means you get excellent TypeScript support, predictable APIs, and no runtime dependencies. It works in both Node.js and browser environments, and you can install it with npm install kubernetesjs. By default, the generated client is over 15,000 lines of code—that’s because it’s fully comprehensive, covering the entire Kubernetes API surface with rich TypeScript types. The tradeoff is verbosity, but in exchange you get clarity, safety, and first-class DX. If you prefer something leaner, you can generate a custom client and cherry-pick only the capabilities you want to expose using our schema-sdk module you can see it's use in the KubernetesJS monorepo. This is useful for building a smaller surface area or tailoring the API to a specific use case. My broader goal is to move past Helm and YAML templating. Just like JSX replaced traditional templating in frontend development, I think Kubernetes needs a shift toward programmatic infrastructure—code that’s more composable, testable, and easier to reason about. As a bonus, we also publish a React client with hooks powered by TanStack Query. This gives frontend developers a way to build dynamic apps and dashboards directly on top of Kubernetes. You can install that with npm install @kubernetesjs/react. Still early, but it’s ready to use, and I’d love your feedback :) Main package: https://www.npmjs.com/package/kubernetesjs React hooks: https://www.npmjs.com/package/@kubernetesjs/react GitHub: https://github.com/hyperweb-io/kubernetesjs
Does the same job
all alternatives →




- KBKretes – Build full-stack applications in TypeScript and PostgreSQL2020 · kretes.dev · ▲81
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, June 2025
the whole month →- IM
Hey HN! Pilots everywhere are required to keep a logbook of all their flying hours, aircraft, airports, and so on. Since I track everything digitally (some people still just use paper logbooks!), I put together some data visualizations and a few 3D globes to show my flying history. This globe is probably my favourite so far: https://jameshard.ing/pilot/globes/all If you’ve got ideas for other graphs or ways to show this kind of data, I’d love to hear them!
Life & fun · 2025 · jameshard.ing

Stunning presentations with AI. No design skills required.
AI · 2025 · chroniclehq.com

Build native mobile apps for iOS and Android without code.
Dev tools · 2025 · bble.io

All your connections, across all your socials.
AI · 2025 · pally.com
- WC
I was the main contributor to workout.lol, an open-source fitness app to easily build a workout routine. The project had traction (1.4k GitHub stars, 95 forks, ~20K visits/month), but was eventually sold due to video licensing hurdles. The new owner stopped maintaining it, and the repo went abandoned. Over the next 9 months, I sent 15 emails to try to save it : no replies. Feature requests & issues were ignored. The community was left with a "broken" tool let's say. I couldn't just let it die So I built the new version from scratch with the same open-source spirit, but a better…
Dev tools · 2025 · github.com