Skip to main content

PipeCraft Configuration Builder

Create your CI/CD pipeline configuration with an interactive form and real-time visual feedback.

How to Use

  1. Fill out the form on the left to configure your CI/CD pipeline settings
  2. Watch the diagram update in real-time as you make changes
  3. See the YAML configuration generate live on the right
  4. Click "Copy Configuration" to copy the YAML to your clipboard
  5. Paste into a .pipecraftrc file in your project root
  6. Run pipecraft generate to create your workflows
Loading configuration builder...

Next Steps

After copying your configuration:

  1. Save the configuration to .pipecraftrc in your project root
  2. Validate your configuration: pipecraft validate
  3. Generate GitHub Actions workflows: pipecraft generate
  4. Set up your branch structure: pipecraft setup
  5. Configure GitHub permissions: pipecraft setup-github