Skip to main content

Modular Pipelines

Build your pipelines in C#!

Easy to Use

Familiar

If you can write your app in .NET, why not your pipelines too? Use language and libraries your already know. Set up follows the conventional .NET host setup you're used to, with `IConfiguration` and `IServiceProvider` at its core.

Focus on What Matters

Automatic Orchestration

Modular Pipelines handles parallelization and depdendency management for you. Simply tell it if something depends on something else and Modular Pipelines will run it in parallel, or wait for its dependencies, automatically.

Powered by React

Agnostic

Modular Pipelines doesn't care what build agent or system you use. You just need the .NET SDK installed and just run your .NET pipeline with a simple `dotnet run`