Setup your CI/CD in seconds

Begin crafting your CI pipeline on your local machine and seamlessly transition it to any CI Provider when ready.

$ deno install -A -r -g https://cli.fluentci.io -n fluentci

FluentCI Studio

The easiest way to explore and manipulate your CI Pipelines in all of your FluentCI projects.

$ deno run -A https://cli.fluentci.io studio

Write your own Plugin

Use a real programming language to write your CI/CD Plugin .
Benefit from features such as auto-completion, immediate type validation, and interactive documentation in your integrated development environment, right from the start.

deploy.gleam
logo
import fluentci.{dag, pipeline} import fluentci/pipeline.{pkgx} import fluentci/pkgx.{stdout, with_exec} import gleam/io import gleam/javascript/array.{from_list} import gleam/javascript/promise.{await, resolve} pub fn main() { dag() |> pipeline("deploy") |> pkgx() |> with_exec(from_list(["pkgx", "bun", "install"])) |> with_exec(from_list(["pkgx", "+node", "bunx", "wrangler", "deploy"])) |> stdout |> await(fn(output) { io.println(output) resolve(output) }) }
+170 Extensions Available
Integrate with your existing CI Providers
Fluent CI - CI/CD pipeline as code | Product Hunt

© 2025 Fluent CI
Made with in Antananarivo, Madagascar