Software Alternatives, Accelerators & Startups

Helm.sh VS ts-rest

Compare Helm.sh VS ts-rest and see what are their differences

Helm.sh logo Helm.sh

The Kubernetes Package Manager

ts-rest logo ts-rest

Simplify E2E type-safety for your Typescript REST APIs
  • Helm.sh Landing page
    Landing page //
    2021-07-30
  • ts-rest Landing page
    Landing page //
    2023-05-06

Helm.sh videos

Review: Helm's Zind Is My Favorite Black Boot (Discount Available)

More videos:

  • Review - Helm Free VST/AU Synth Review
  • Review - Another Khracker From Helm - Khuraburi Review

ts-rest videos

No ts-rest videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Helm.sh and ts-rest)
Developer Tools
90 90%
10% 10
Cloud Computing
100 100%
0% 0
API Tools
0 0%
100% 100
DevOps Tools
100 100%
0% 0

User comments

Share your experience with using Helm.sh and ts-rest. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Helm.sh seems to be a lot more popular than ts-rest. While we know about 140 links to Helm.sh, we've tracked only 7 mentions of ts-rest. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Helm.sh mentions (140)

  • Show HN: Glasskube – open-source Kubernetes Package Manager, alternative to Helm
    Isn't Helm typically described as a package manager for Kubernetes?[0][1][2] [0] "The package manager for Kubernetes" https://helm.sh/ [1] "Get up to speed with Helm, the preeminent package manager for the Kubernetes container orchestration system." https://www.oreilly.com/library/view/learning-helm/9781492083641/ [2] "Helm is a package manager for Kubernetes." https://en.wikipedia.org/wiki/Helm_(package_manager). - Source: Hacker News / 4 days ago
  • Fastly and the Linux kernel
    The open source projects Fastly uses and the foundations we partner with are vital to Fastly’s mission and success. Here's an unscientific list of projects and organizations supported by the Linux Foundation that we use and love include: The Linux Kernel, Kubernetes, containerd, eBPF, Falco, OpenAPI Initiative, ESLint, Express, Fastify, Lodash, Mocha, Node.js, Prometheus, Jenkins, OpenTelemetry, Envoy, etcd, Helm,... - Source: dev.to / 11 days ago
  • 26 Top Kubernetes Tools
    Helm is a Kubernetes package management solution. It allows you to bundle your Kubernetes manifests as reusable units called charts. You can then install charts in your clusters to easily manage versioned releases and ensure that app dependencies are available. - Source: dev.to / 18 days ago
  • From Whispers to Wildfire: Celebrating a Decade of Kubernetes
    The fire continued to blaze onward. We created SIGs - Special Interest Groups - to gather people weekly or bi-weekly to discuss specific areas of interest. I co-created and co-led SIG-Apps. My interest was figuring out how to make it easy to build, install and manage applications in Kubernetes and the tools we needed on top of Kubernetes. I contributed to Helm and Draft in particular around this time as there was... - Source: dev.to / 22 days ago
  • Deploy Postgres on any Kubernetes using CloudNativePG
    Step-1:  Install CloudNativePG operator on your running Kubernetes, best way to deploy using Helm. - Source: dev.to / 23 days ago
View more

ts-rest mentions (7)

  • Popular Libraries For Building Type-safe Web Application APIs
    Ts-rest is an open-source project, and it has a fast-growing community. You can check out their documentation here. - Source: dev.to / 3 months ago
  • The Many Ways Not to Build an API
    Surprisingly, thanks to the power of TypeScript, new Node.js RPC frameworks like tRPC and ts-rest now provide extremely pleasant and snappy developer experiences. - Source: dev.to / 3 months ago
  • Show HN: Build type-safe web APIs with JavaScript, instantly
    It is worth noting there are also options to get both compile time type safety and runtime validation using TypeScript. Personally I’m a fan of ts-rest: https://ts-rest.com/ Write a specification of your endpoints in TypeScript, and from that one spec you get: - Server side validation of requests/responses - A TypeScript API client - Auto-generated docs (OAS) - TypeScript types for requests and responses to use in... - Source: Hacker News / 8 months ago
  • Show HN: REST Alternative to GraphQL and tRPC
    Strong disagree. The barrier you presume is that OpenAPI specs are hard to write. Raw oAPI in yaml is indeed a pain, but there are good DSL's out there. I personally love Zod->OpenAPI, via https://ts-rest.com which uses https://www.npmjs.com/package/@anatine/zod-openapi. https://github.com/asteasolutions/zod-to-openapi is another alternative for Zod.... - Source: Hacker News / 9 months ago
  • Will you, and when will you, use trpc in your code?
    I’ve recently been exploring https://ts-rest.com/ and it seems like a pretty solid project that can solve issues in my codebase. Source: about 1 year ago
View more

What are some alternatives?

When comparing Helm.sh and ts-rest, you can also consider the following products

Kubernetes - Kubernetes is an open source orchestration system for Docker containers

Fern - Describe your API endpoints, types, errors, and examples. Generate SDKs, documentation, and server boilerplate.

Rancher - Open Source Platform for Running a Private Container Service

goa - A design driven approach for building microservices in Go

Docker Compose - Define and run multi-container applications with Docker

tapir - Tapir provides a programmer-friendly, reasonably type-safe API to expose, consume and document HTTP endpoints, using the Scala language.