Skip to content

Getting Started

Install Stepyard, scaffold a project, and run your first flow in under five minutes:

pip install stepyard
stepyard init my-project && cd my-project
stepyard run hello

Step-by-step path

  1. Installation - install with pip or uv, initialise a project directory, and run your first flow.
  2. Tutorial: Build a CI Pipeline - write a multi-step flow from scratch, using expressions, conditionals, loops, retries, and the scheduler.
  3. Tutorial: Your First Plugin - extend Stepyard with a custom Python node and learn the full plugin lifecycle.

Already know the basics?

Jump to what you need: