TypeScript DevOps

Open-source TypeScript projects categorized as DevOps

Top 23 TypeScript DevOps Projects

  • lens

    Lens - The way the world runs Kubernetes

  • Project mention: Mirantis K8s Lens closed its source | news.ycombinator.com | 2024-03-24
  • unleash

    Open-source feature management solution built for developers.

  • Project mention: How to Implement Feature Flags in Node.js using Unleash | dev.to | 2024-01-01

    Unleash (Feature Flags)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ThreatMapper

    Open Source Cloud Native Application Protection Platform (CNAPP)

  • Project mention: ThreatMapper: Open-source cloud native security observability platform | news.ycombinator.com | 2023-09-10
  • oneuptime

    OneUptime is the complete open-source observability platform.

  • Project mention: Show HN: OneUptime (New Update) – Open-Source Datadog Alternative | news.ycombinator.com | 2024-05-07

    ABOUT ONEUPTIME: OneUptime (https://github.com/oneuptime/oneuptime) is the open-source alternative to DataDog + StausPage.io + UptimeRobot + Loggly + PagerDuty. It's 100% free and you can self-host it on your VM / server.

    OneUptime has Uptime Monitoring, Logs Management, Status Pages, Tracing, On Call Software, Incident Management and more all under one platform.

    Updates:

    Several new monitor options launched - You can now monitor your SSL Certificates and Servers (Processes running, Mem, CPU, Dick, etc) Evaluate monitor metrics over time. You can set up alerts for things like - "Create an incident when my website response time is >5 seconds for 5 minutes". This wasn't possible before.

    Added Logs ingestion with fluentd and OpenTelemetry. Traces and Metrics ingestion with OpenTelemetry.

    Roadmap to end of Q2:

    New Monitors: We will be working on new monitors options, specifically "Log Monitor", "Traces Monitor", "Metrics Monitor" where you can set up alerts for things like - if there are logs of error logs, create an incident and alert the team.

    Datadog like Dashboards coming soon.

    Roadmap to end of Q3:

    We're working on a reliability co-pilot. All you need to do is run a GitHub actions job / CI job where it scans your codebase, queries OneUptime API to get all the error's your software has seen in production. We then try to fix those errors and create PR's automatically. Making your software reliable and better every since day. None of your code will be sent to us. It'll stay on GitHub action runner. We will do this via a local LLM on the runner. Needless to say this will be beta and will getb better over time.

    REQUEST FOR FEEDBACK & FEATURES: This community has been kind to us. Thank you so much for all the feedback you've given us. This has helped make the software better. We're looking for more feedback as always. If you do have something in mind, please feel free to comment, talk to us, contribute. All of this goes a long way to make this software better for all of us to use.

    OPEN SOURCE COMMITMENT: OneUptime is open source and free under Apache 2 license and always will be. We're 100% open-source, and not open-core (like others in our industry)

  • BoostNote-App

    Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.

  • Project mention: Created a versus list for Note Taking Apps (last tab). What do you guys think? Did I miss anything? | /r/UpNote_App | 2023-07-04
  • dokploy

    Open Source Alternative to Vercel, Netlify and Heroku.

  • Project mention: FLaNK-AIM Weekly 13 May 2024 | dev.to | 2024-05-13
  • preevy

    Quickly deploy preview environments to the cloud!

  • Project mention: How to Get Preview Environments for Every Pull Request | dev.to | 2023-12-13

    Feel free to star the Preevy repo here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • headlamp

    A Kubernetes web UI that is fully-featured, user-friendly and extensible

  • Project mention: Kubernetes and Docker Desktop for Fast Local Development | dev.to | 2024-05-08

    For monitoring the local Kubernetes cluster, I have been using Headlamp which is available as a Docker Desktop extension.

  • Monokle

    Monokle is a set of OSS tools designed to help create and maintain high-quality Kubernetes configurations throughout the application lifecycle

  • Project mention: Another YAML/Helm-Loving Monokle release | /r/kubernetes | 2023-07-11

    Download from GitHub - https://github.com/kubeshop/monokle

  • FeatureProbe

    FeatureProbe is an open source feature management service. 开源的高效可视化『特性』管理平台,提供特性开关、灰度发布、AB实验全功能。

  • Project mention: FeatureProbe: An open-source feature management for developers. | /r/github | 2023-09-23
  • org-formation-cli

    Better than landingzones!

  • Project mention: Show HN: An Infrastructure as Code (IaC) Tool for AWS Organizations | news.ycombinator.com | 2024-01-08
  • plural

    Deploy open source software on Kubernetes in record time. 🚀

  • CloudGraph cli

    The universal GraphQL API and CSPM tool for AWS, Azure, GCP, K8s, and tencent. (by cloudgraphdev)

  • cdk-constructs

    A collection of higher-level reusable cdk constructs

  • Project mention: CDK CodeChecker v2: Breaking Free from Third-Party Dependencies | dev.to | 2024-05-08

    Contributing to the Cloud Components github repository. Unfortunately, this option was doomed for failure as the project isn't maintained and a lot of open pull requests from other developers are still pending. Also solutions to the current problem were already submitted but not merged at all.

  • envkey

    Simple, end-to-end encrypted configuration and secrets management

  • Project mention: Show HN: Envkey-VSCode – Autocomplete/type-checking for env vars in 46 languages | news.ycombinator.com | 2023-06-21

    envkey-vscode is a VSCode extension that provides autocomplete, type checking, and peek-on-hover for environment variables in 46 different programming languages. Instead of a typeless, error-prone blob, the environment now acts like a strongly-typed object in every language you work in.

    I’ve been using this extension myself for a couple weeks now and it feels like a pretty significant upgrade to my development workflow, especially when working on integrations across multiple languages, so I thought it was worth showing you all.

    envkey-vscode relies on EnvKey, an open-source, end-to-end encrypted configuration and secrets manager that is focused on security and ease-of-use. It’s cross-platform, can integrate with any language or host, and can be cloud-hosted or self-hosted. Getting a project integrated normally takes a couple minutes.

    More on EnvKey: https://www.envkey.com

    Building and testing it has been an interesting process, as I relied quite heavily on ChatGPT/GPT-4 to cover languages that I’m not very familiar with. It helped me to develop regexes to cover the common forms of environment access in each language, as well as to produce small test cases and Dockerfiles that can run them. While it took a lot of passes and tweaking to root out hallucinations and get each language right, I don’t think there’s any way I could have built a tool like this in a reasonable amount of time. Having a single `test` command that runs examples in dozens of languages is pretty amazing—sort of like a rudimentary version of Replit that runs locally.

    All the code for the extension lives in EnvKey’s monorepo here: https://github.com/envkey/envkey/tree/main/public/sdks/tools...

    I’m planning to write up a blog post on this process and what I’ve learned about how to get the most out of GPT on a polyglot coding project like this. If you’re interested, you can sign up to get notified here when this post is live: https://envkey.us15.list-manage.com/subscribe?u=623039cd8518...

  • cyclops

    customizable UI for Kubernetes workloads 👁️ (by cyclops-ui)

  • Project mention: Debunking Common Kubernetes Myths | dev.to | 2024-05-17

    For example, deploying applications requires configuration files in which you describe declaratively what you want Kubernetes to do with your application. Tools like Cyclops help manage these configurations by providing a user-friendly interface.

  • traceo

    Traceo is a self-hosted bug tracking and performance monitoring system.

  • Project mention: Traceo - observability tool for your software | /r/opensource | 2023-08-24
  • faros-community-edition

    BI, API and Automation layer for your Engineering Operations data

  • workflow-dispatch

    A GitHub Action for triggering workflows, using the `workflow_dispatch` event

  • console

    End-to-End encrypted application secrets and configuration management for developers. (by phasehq)

  • Project mention: Phase: HashiCorp Vault and AWS Secrets Manager Alternative for Developers | news.ycombinator.com | 2024-03-24
  • vscode-terraform-live-graph

    The Terraform Live Graph Extension for Visual Studio Code is a plugin that allows you to generate a live Terraform graph as you code.

  • globalping

    A global network of probes to run network tests like ping, traceroute and DNS resolve

  • Project mention: GlobalPing | news.ycombinator.com | 2024-01-25
  • homelab-kube-cluster

    Dan's Homelab Kubernetes Cluster - Operated through Kustomize & ArgoCD

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript DevOps related posts

  • MTTR Deep Dive: A Technical Guide for Engineering Managers & Leaders

    1 project | dev.to | 24 May 2024
  • Middleware: OSS Engineering Analytics Platform

    1 project | news.ycombinator.com | 14 May 2024
  • Show HN: OneUptime (New Update) – Open-Source Datadog Alternative

    1 project | news.ycombinator.com | 7 May 2024
  • Open-source alternative to Heroku, Vercel, and Netlify

    10 projects | news.ycombinator.com | 29 Apr 2024
  • Show HN: OneUptime – open-source Incident.io,StatusPage.io,PagerDuty alternative

    1 project | news.ycombinator.com | 20 Dec 2023
  • How to Get Preview Environments for Every Pull Request

    5 projects | dev.to | 13 Dec 2023
  • Imagine the best Kubernetes Dashboard. What does it have?

    3 projects | /r/devops | 10 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source DevOps projects in TypeScript? This list will help you:

Project Stars
1 lens 22,220
2 unleash 10,433
3 ThreatMapper 4,664
4 oneuptime 4,409
5 BoostNote-App 3,701
6 dokploy 3,528
7 preevy 2,004
8 headlamp 1,669
9 Monokle 1,567
10 FeatureProbe 1,467
11 org-formation-cli 1,353
12 plural 1,324
13 CloudGraph cli 872
14 cdk-constructs 617
15 envkey 602
16 cyclops 496
17 traceo 462
18 faros-community-edition 405
19 workflow-dispatch 307
20 console 267
21 vscode-terraform-live-graph 233
22 globalping 216
23 homelab-kube-cluster 195

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com