awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
DevOps & Infrastructure · Awesome GitHub Repositories

216 repos

Awesome GitHub RepositoriesDevOps & Infrastructure

Tools for managing cloud infrastructure, deployment, and system operations.

Explore 216 awesome GitHub repositories matching devops & infrastructure · DevOps & Infrastructure. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure

Awesome DevOps & Infrastructure GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • abi/screenshot-to-code

    abi/screenshot-to-code

    71,707GitHubView on GitHub↗

    This project is an artificial intelligence-powered frontend generator that translates visual design inputs into functional source code. It functions as a workflow engine that interprets graphical user interfaces, mapping layout structures and styling rules to structured markup and programming language syntax. The tool

    TypeScript
  • josephmisiti/awesome-machine-learning

    josephmisiti/awesome-machine-learning

    71,702GitHubView on GitHub↗

    This project is a comprehensive, community-driven directory of machine learning resources, software libraries, and educational materials. It serves as a centralized knowledge base for developers and researchers, organizing tools and frameworks by their primary programming language and technical domain to simplify disco

    Python
  • python/cpython

    python/cpython

    71,643GitHubView on GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a com

    Python
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • PaddlePaddle/PaddleOCR

    PaddlePaddle/PaddleOCR

    70,931GitHubView on GitHub↗

    PaddleOCR is a comprehensive optical character recognition framework designed for detecting and transcribing text from images and documents into structured, machine-readable formats. It provides a modular computer vision pipeline that decouples image preprocessing, text detection, and character recognition into indepen

    Pythonai4sciencechineseocrdocument-parsing
  • vllm-project/vllm

    vllm-project/vllm

    70,745GitHubView on GitHub↗

    vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models. It functions as a production-ready distributed model server, providing standard API protocols for online serving while also supporting offline batch processing. The system is built to maximize token gen

    Pythonamdblackwellcuda
  • protocolbuffers/protobuf

    protocolbuffers/protobuf

    70,695GitHubView on GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different progra

    C++marshallingprotobufprotobuf-runtime
  • github/spec-kit

    github/spec-kit

    70,645GitHubView on GitHub↗

    Spec-kit is a specification-driven development framework designed to manage the entire software project lifecycle, from initial requirements gathering to final validation. It functions as a command-line environment that orchestrates complex development workflows by chaining shell tasks, human checkpoints, and condition

    Pythonaicopilotdevelopment
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    TypeScriptanalyticsapacheapache-superset
  • hakimel/reveal.js

    hakimel/reveal.js

    70,586GitHubView on GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation

    JavaScriptpresentationsslidesslideshow
  • obsproject/obs-studio

    obsproject/obs-studio

    70,458GitHubView on GitHub↗

    This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides

    Ccc-plus-plusdirectshow
  • caddyserver/caddy

    caddyserver/caddy

    70,190GitHubView on GitHub↗

    Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built

    Goacmeautomatic-httpscaddy
  • binary-husky/gpt_academic

    binary-husky/gpt_academic

    70,112GitHubView on GitHub↗

    This project provides a self-hosted, web-based interface designed to integrate large language models into academic and research workflows. It functions as a modular platform for document analysis, literature processing, and data handling, allowing users to maintain full control over their data and model connectivity th

    Pythonacademicchatglm-6bchatgpt
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    awesomeawesome-listc
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++
  • Eugeny/tabby

    Eugeny/tabby

    68,976GitHubView on GitHub↗

    Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The ap

    TypeScriptserialssh-clienttelnet-client
  • danielmiessler/SecLists

    danielmiessler/SecLists

    68,943GitHubView on GitHub↗

    SecLists is a comprehensive repository of security testing assets, functioning as a centralized knowledge base and collection of wordlists for professionals conducting vulnerability assessments and penetration testing. It provides a vast array of usernames, passwords, and payloads designed for brute-force and fuzzing a

    PHP
  • nektos/act

    nektos/act

    68,869GitHubView on GitHub↗

    This tool is a command-line runner that executes automation workflows locally within isolated container environments. By parsing workflow definition files and translating them into executable shell scripts, it allows developers to validate pipeline logic and configuration changes directly on their machines before commi

    Gocidevopsgithub-actions
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs
Prev1…678…11Next

Browse tags

  • API and Service Management6 sub-tagsInfrastructure for managing APIs, gateways, and microservice communication.
  • Alternative Deployment MethodsSupport for non-standard hosting configurations including custom scripts, subpaths, and manual server setups.
  • Application Execution1 sub-tagSystems and configurations that define how applications are initialized and executed in production environments.
  • Application Infrastructure4 sub-tagsCore infrastructure components for managing application lifecycles, system inputs, and request contexts.
Application Operations1 sub-tag
Operational tools that provide automated alerts and notifications for application status and events.
  • Automation & Scenes1 sub-tagConfiguration sets that define specific environmental states or scenarios for automated systems.
  • Automation HooksEvent-driven triggers that execute specific actions or scripts automatically within a larger infrastructure.
  • Automation Infrastructure4 sub-tagsFoundational services for scheduling, simulating, and managing assets required for automated processes.
  • Automation Logic1 sub-tagLogic components that define the conditional flow and execution paths of automated tasks.
  • Automation Observability1 sub-tagMonitoring tools that track and report on the execution status of automated processes.
  • Automation Orchestration8 sub-tagsFrameworks and engines that coordinate, sequence, and manage complex multi-step automated workflows.
  • Automation Protocols1 sub-tagStandardized interfaces and communication protocols for triggering and interacting with automated tools.
  • Backend Infrastructure1 sub-tagInfrastructure configurations for deploying and managing self-hosted backend services.
  • Background Processing1 sub-tagSystems for managing asynchronous tasks and monitoring the health of background worker processes.
  • Build and Deployment Tools6 sub-tagsTools for compiling, bundling, optimizing, and deploying software applications through automated pipelines.
  • CI/CD and Pipeline Automation4 sub-tagsSystems for continuous integration, delivery, and the orchestration of automated deployment workflows.
  • Cloud Computing5 sub-tagsResources and services for building, deploying, and managing applications on remote cloud-based infrastructure.
  • Cloud Deployment IntegrationsConfigurations and integration methods for connecting local services to managed cloud platforms.
  • Cloud Deployment Platforms3 sub-tagsManaged services and platforms that abstract infrastructure to facilitate application hosting and deployment.
  • Cloud Deployments1 sub-tagAutomated processes and tools for provisioning and deploying infrastructure to cloud environments.
  • Cloud Development Environments4 sub-tagsRemote development environments and cloud-based IDEs that provide hosted workspaces for software engineering.
  • Cloud Development Tools2 sub-tagsSoftware utilities that assist developers in building, testing, and managing applications specifically for cloud-based environments.
  • Cloud Emulation3 sub-tagsTools and interfaces that simulate cloud environments to facilitate local debugging, configuration testing, and runtime validation.
  • Cloud Emulation Tools1 sub-tagExecutable environments and runtimes designed to replicate cloud-native orchestration behavior on local or staging machines.
  • Cloud Infrastructure9 sub-tagsFoundational services and platforms required to provision, manage, monitor, and scale distributed computing resources in the cloud.
  • Cloud Infrastructure Integrations3 sub-tagsComponents that bridge external services and resources with cloud-based infrastructure to enable seamless connectivity and access control.
  • Cloud-Native Development2 sub-tagsProgramming frameworks and architectural patterns specifically optimized for building scalable, distributed applications within cloud environments.
  • Cluster Dependency ManagementAutomated configuration of required software packages and drivers within a cluster environment.
  • Compute Acceleration1 sub-tagSpecialized hardware and software components designed to increase the processing speed of intensive computational tasks.
  • Compute Backends1 sub-tagExecution environments that provide the underlying processing power and hardware resources for running complex software workloads.
  • Compute Kernels1 sub-tagLow-level computational routines and optimization strategies used to execute high-performance mathematical or data processing operations.
  • Compute Management1 sub-tagSystems and policies that govern how computational resources are distributed, scheduled, and utilized across an infrastructure.
  • Configuration Directives1 sub-tagMechanisms and logic that define the sequence and execution rules for applying system configurations.
  • Configuration Management30 sub-tagsTools and practices for maintaining consistent system states and managing environment parameters across multiple machines or services.
  • Configuration Management Guides1 sub-tagInstructional resources and strategic frameworks for implementing and automating configuration management processes.
  • Configuration Migration1 sub-tagTools and methodologies for safely transitioning system settings and routing logic between different environments or versions.
  • Configuration Patterns1 sub-tagReusable design approaches for structuring and applying configuration data to initialize software systems.
  • Configuration Standards1 sub-tagFormalized specifications and schema definitions that ensure consistency across configuration files and system settings.
  • Container Architecture1 sub-tagConceptual models and abstraction layers that define how containerized applications are structured and executed.
  • Container Configurations1 sub-tagSettings and configuration files used to define runtime parameters and environment requirements for containerized applications.
  • Container Deployment ToolsUtilities that automate the delivery and configuration of containerized application images to production servers.
  • Container Image Management3 sub-tagsTools for analyzing, versioning, and managing the lifecycle of container images and their filesystem layers.
  • Container Orchestration24 sub-tagsSystems for deploying and managing multi-service environments within isolated, containerized infrastructure.
  • Container Orchestration ConfigurationsConfiguration files that define environment variables and image requirements for deploying services via container orchestration.
  • Containerized Deployment ConfigurationsDeployment configurations that utilize container images to manage environment settings and service execution.
  • Containerized DeploymentsArchitectures and configurations for running applications as isolated services using container images and runtime environments.
  • Content Delivery NetworksDistributed server networks used to host and deliver application assets and scripts to end users.
  • Control Planes1 sub-tagCentralized management systems that provide administrative interfaces for overseeing and orchestrating infrastructure operations.
  • Cross-Device DeploymentStandardizing installation across various hardware models.
  • Declarative Orchestration EnginesSystems that maintain infrastructure state by reconciling current environments against desired configurations defined in YAML or similar formats.
  • Dependency Management11 sub-tagsSystems and workflows for managing, resolving, and updating external software libraries and dependencies.
  • Deployment & Server Runtimes1 sub-tagExecution environments and server-side platforms that support the hosting and runtime delivery of web applications.
  • Deployment Architectures3 sub-tagsStructural patterns and hosting models used to package and deliver applications to production environments.
  • Deployment Configuration FrameworksDeclarative systems for managing environment settings and container orchestration lifecycles.
  • Deployment Configurations4 sub-tagsSettings and orchestration logic required to prepare and deploy applications across various hardware and environment profiles.
  • Deployment Integrations1 sub-tagConnectors and plugins that facilitate the automated delivery of software to specific hosting or cloud platforms.
  • Deployment Management and Strategies8 sub-tagsPlatforms and methodologies for deploying applications and managing release cycles.
  • Deployment Models1 sub-tagOperational frameworks that define how software is hosted, accessed, and maintained within a specific environment.
  • Deployment Orchestration2 sub-tagsSystems that automate the coordination and rollout of software components across distributed servers and containers.
  • Deployment Toolkits1 sub-tagComprehensive sets of utilities and libraries designed to streamline the deployment process across multiple platforms.
  • Deployment Utilities2 sub-tagsHelper tools and scripts that assist in packaging, compiling, and distributing software for deployment.
  • DevOps9 sub-tagsTools and methodologies designed to streamline the integration, deployment, and operational management of software development lifecycles.
  • DevOps Automation1 sub-tagSoftware utilities that automate the synchronization and management of code repositories across different environments.
  • Developer Infrastructure6 sub-tagsIntegrated platforms and services that provide the essential tooling for developers to build, test, and deploy software.
  • Development Operations3 sub-tagsTools and interfaces that automate and manage the daily workflows and tasks performed by software developers.
  • Development Platforms3 sub-tagsIntegrated environments and services that provide the foundational tools for building, hosting, and managing application backends.
  • Distributed Computing FrameworksLibraries and engines designed to scale computational tasks across multiple nodes or clusters.
  • Distributed Infrastructure1 sub-tagSystems that facilitate the sharing and coordination of computational resources across multiple networked nodes.
  • Distribution and Packaging8 sub-tagsTools and methods for packaging, distributing, and installing software.
  • Domain Infrastructure1 sub-tagUtilities for managing and configuring domain name system records and related network identity settings.
  • Domain Orchestration1 sub-tagSystems that use application programming interfaces to automate the provisioning and management of network domains.
  • Domain and Network Infrastructure4 sub-tagsServices for managing DNS, routing, ingress control, and software-defined network virtualization.
  • Edge Computing1 sub-tagFrameworks and pipelines designed to deploy and execute artificial intelligence models on decentralized edge devices.
  • Email Infrastructure1 sub-tagTools that verify sender identity and ensure the integrity of outgoing electronic mail communications.
  • Enterprise Infrastructure1 sub-tagFrameworks designed to secure and manage large-scale organizational data and computing environments.
  • Enterprise Infrastructure Integrations1 sub-tagTools that automate the connection and management of private, internal organizational computing resources.
  • Execution Environments7 sub-tagsIsolated or specialized environments configured to execute code, scripts, or containerized applications securely.
  • External Service Integrations3 sub-tagsInterfaces and connectors that allow local systems to interact with external cloud services and third-party APIs.
  • External Tool Orchestration1 sub-tagSystems that coordinate and manage the execution of external tools, specifically for processing media assets.
  • Game ServersDedicated software instances designed to host and manage multiplayer gaming sessions and game state.
  • Global Configurations1 sub-tagCentralized mechanisms for defining and distributing configuration settings across an entire software ecosystem.
  • Hosting Environments1 sub-tagMinimalist hosting solutions designed for lightweight applications and simple deployment requirements.
  • Hosting Services1 sub-tagServices that provide hosting specifically tailored for showcasing professional portfolios and personal projects.
  • Hosting Strategies1 sub-tagMethodologies and workflows for deploying and serving static documentation sites efficiently.
  • Hosting and Deployment1 sub-tagPlatforms and services specifically optimized for hosting and serving static web documents and files.
  • Infrastructure11 sub-tagsFoundational software components and services that support the deployment, monitoring, and scaling of computing resources.
  • Infrastructure Automation5 sub-tagsTools that automate the provisioning, configuration, and ongoing management of computing infrastructure.
  • Infrastructure Automation EnginesPlatforms that execute declarative scripts to maintain consistent state across distributed server environments.
  • Infrastructure Clients2 sub-tagsSoftware libraries and interfaces that enable applications to programmatically interact with infrastructure services.
  • Infrastructure Components5 sub-tagsModular building blocks that provide specific functional capabilities like storage, messaging, or rate limiting.
  • Infrastructure Engines1 sub-tagCore processing engines that interpret and apply configuration logic to infrastructure systems.
  • Infrastructure Governance1 sub-tagFrameworks and tools for defining and enforcing organizational policies regarding infrastructure usage.
  • Infrastructure Integrations4 sub-tagsConnectors and plugins that integrate infrastructure components with orchestration and service discovery systems.
  • Infrastructure Management9 sub-tagsComprehensive platforms for provisioning, monitoring, and maintaining the operational health of computing infrastructure.
  • Infrastructure Orchestration Integrations1 sub-tagIntegration tools that synchronize service discovery configurations across various orchestration platforms.
  • Infrastructure Patterns1 sub-tagStandardized frameworks and methodologies for defining system states through code and configuration files.
  • Infrastructure Services3 sub-tagsCore network and data services that provide essential backend functionality for distributed systems.
  • Infrastructure Targets1 sub-tagPhysical or virtual environments where software applications and services are deployed and executed.
  • Infrastructure Tooling1 sub-tagSoftware utilities designed to assist in the management and configuration of containerized environments.
  • Infrastructure Utilities1 sub-tagSupporting components that handle background processing and asynchronous operations within an infrastructure stack.
  • Infrastructure as Code11 sub-tagsDefining and managing data center environments through version-controlled text files for repeatable provisioning.
  • Infrastructure as Code Guides2 sub-tagsInstructional resources and guides for managing the lifecycle and data sources of infrastructure as code.
  • Infrastructure as Code Learning Resources2 sub-tagsEducational materials and tutorials focused on implementing and managing infrastructure as code configurations.
  • Installation & Maintenance2 sub-tagsTools and scripts used to manage the lifecycle of software by handling installation sources and removal processes.
  • Installation Management2 sub-tagsSystems that coordinate the distribution and deployment of software packages across various environments.
  • Installation Methods3 sub-tagsSpecific technical approaches and workflows used to install software onto host systems.
  • Installation Utilities4 sub-tagsHelper tools that facilitate the secure, automated, or verified installation of software assets.
  • Kubernetes Extensions1 sub-tagAdd-ons and plugins that extend the native capabilities of Kubernetes clusters.
  • Kubernetes Integrations2 sub-tagsExternal systems and interfaces that connect with Kubernetes to provide additional routing or API functionality.
  • Local Development NetworkingNetwork configurations that enable connectivity between containerized services and local host resources.
  • Local Generative AI DeploymentsHosting pre-trained models within local application environments for text generation.
  • Local Infrastructure Orchestration1 sub-tagTools for configuring and managing infrastructure components directly on local development machines.
  • Multi-Tenancy Utilities1 sub-tagFrameworks that enable the isolation and management of multiple distinct users or tenants within a single system.
  • Native Binary DeploymentsExecution of the application as a standalone compiled binary on host operating systems.
  • Node Lifecycle1 sub-tagProcesses and tools for managing the transition of computing nodes from active service to decommissioning.
  • Operational Reliability and Monitoring4 sub-tagsTools focused on system health, capacity planning, performance tuning, and incident response.
  • Operational Support1 sub-tagDocumentation and resources designed to assist teams in resolving technical issues within the infrastructure.
  • Operational Tooling2 sub-tagsAdvanced tools used to maintain cluster health and ensure systems meet production standards.
  • Operations1 sub-tagSystems and procedures focused on maintaining service continuity and recovering from critical failures.
  • Operations & Infrastructure Management1 sub-tagPlatforms designed for the centralized administration and oversight of hardware and infrastructure assets.
  • Operations and Migration1 sub-tagStrategies and workflows for moving workloads between environments while maintaining operational stability.
  • Operations and Monitoring1 sub-tagTools for identifying, logging, and resolving errors within running infrastructure services.
  • Orchestration3 sub-tagsSystems that coordinate complex workflows across diverse data sources, models, or specialized services.
  • Orchestrator Integrations1 sub-tagIntegrations that allow external tools to communicate with and discover services within an orchestration platform.
  • Pipeline Architectures2 sub-tagsStructural designs for software delivery pipelines that prioritize modularity and extensibility.
  • Platform Deployment1 sub-tagUtilities specifically designed to automate the deployment of software onto Windows-based platforms.
  • Platform Infrastructure1 sub-tagFoundational cloud-based environments that provide managed resources for hosting applications.
  • Platform-Agnostic Deployment RuntimesBuild configurations that allow applications to run across diverse serverless, edge, and cloud environments.
  • Platforms1 sub-tagComprehensive environments that provide the necessary tools and services to build and run AI applications.
  • Production ToolingSpecialized tools that improve the performance and efficiency of software builds in production environments.
  • Queues & Background Tasks4 sub-tagsMechanisms for managing asynchronous workloads, job queues, and background task processing.
  • Release Management5 sub-tagsTools and processes for tracking version history, monitoring release updates, and managing software distribution channels.
  • Remote Access Infrastructure1 sub-tagInfrastructure components that enable secure remote access to desktop environments and internal systems.
  • Remote Execution1 sub-tagTools and frameworks that facilitate the execution of commands or code on remote computing environments.
  • Remote Execution Environments2 sub-tagsInfrastructure components that facilitate the execution of tasks or services on remote hosts or isolated containerized environments.
  • Remote Infrastructure Management2 sub-tagsSystems for overseeing and interacting with remote computing environments through command execution and session management.
  • Resource Governance1 sub-tagMechanisms for defining and enforcing limits on the consumption of computing resources by users or services.
  • Resource Management3 sub-tagsUtilities for tracking, organizing, and controlling the lifecycle and availability of digital assets and system components.
  • Resource Optimization1 sub-tagMethods and tools designed to improve the efficiency and performance of computing resource utilization.
  • Scaling1 sub-tagSystems that automatically adjust computing capacity to match fluctuating workload demands.
  • Scheduling5 sub-tagsTools for automating, monitoring, and managing the execution timing of tasks and background processes.
  • Self-Hosted DeploymentsMethods and configurations for deploying and maintaining software instances on private, user-managed infrastructure.
  • Self-Hosted Infrastructure3 sub-tagsSoftware platforms and applications designed to be hosted and maintained on private, user-controlled hardware.
  • Server & Deployment1 sub-tagComponents that manage the delivery and routing of application services to production environments.
  • Server Configuration1 sub-tagSettings and parameters used to define how servers handle incoming network traffic and connections.
  • Server Deployment Strategies1 sub-tagFrameworks and configurations that dictate how software updates and services are deployed to servers.
  • Server Infrastructure7 sub-tagsFoundational systems and utilities required to install, manage, and maintain server-side software environments.
  • Service Infrastructure1 sub-tagInfrastructure components that enable services to locate and communicate with one another within a network.
  • Service Orchestration1 sub-tagTools that coordinate the deployment, scaling, and lifecycle management of complex service architectures.
  • Software Development Automation1 sub-tagAdvanced systems that automate the end-to-end creation, testing, and delivery of software products.
  • Software Lifecycle Management3 sub-tagsTools for tracking, updating, and monitoring the entire lifespan of software projects from development to retirement.
  • Software Releases1 sub-tagSystems for managing the communication and distribution of new software versions to end users.
  • Standalone Script IntegrationsSupport for loading the library directly via script tags without a build pipeline.
  • Static Site DeploymentConfiguration for deploying pre-rendered static files including custom error page handling.
  • System Orchestration1 sub-tagPlatforms that coordinate complex workflows and processes across multiple disparate computing systems.
  • Template Systems1 sub-tagSystems that use predefined structures to generate consistent configurations or project scaffolding.
  • Update Management3 sub-tagsTools that manage the process of applying software updates, including migrations and user notifications.
  • Version Control and Management6 sub-tagsPlatforms and utilities for source code management and versioning workflows.
  • Virtualization Infrastructure1 sub-tagSoftware interfaces that allow users to manage and interact with virtualized computing environments.
  • Virtualization Utilities1 sub-tagSpecialized tools for manipulating and managing virtual storage and disk images.
  • Web Service DeploymentsAutomated workflows for deploying containerized web applications to cloud hosting environments.
  • Workflow Publishing1 sub-tagSystems for managing the creation, review, and publication of automated process workflows.