Getting started
Ship your first release
What Munchii is
Munchii is release orchestration for engineering teams. It helps teams build predictable release processes by defining release paths, coordinating deployments, and keeping every release visible from start to finish.
A space organizes related pipelines. A pipeline describes the path a release follows, and targets are the deployment, testing, publishing, or bake steps along that path.
Create an account
Open the app and sign in with your GitHub account. If this is your first visit, signing in automatically creates your Munchii account.
Create your accountCreate your first space
From Home, select Create space. Give the space a short, descriptive name for the application, product, or service you'll be releasing.
Create a pipeline
Open the space, select Create pipeline, and name it after the service or component you plan to release.
Add a target
Select Add target in the pipeline editor. Name the target Deploy, choose the
munchii:noop@1executor, and save it. The no-op executor lets you build and run your first pipeline without configuring any external systems.Start with one target. You can add groups, dependencies, and additional targets after the basic flow works.
Enable the target
Return to the pipeline view and enable the Deploy target. A release cannot progress through a disabled target, so enable it before creating your first release.
Create your first release
From the pipeline view, select Create releaseā¦. Choose Start with empty artifacts and select Create release. The release appears in the pipeline as soon as it starts.
Watch it run
The pipeline updates live as targets queue, start, and complete.
View release history
Browse previous releases and inspect their changes and execution history.
What's next?
Expand your pipeline, connect deployment targets, or automate releases from GitHub or your build system.