Skip to main content
This assumes you have already installed Pipeline‑UI. If not, see the quickstart guide.
Follow these steps to create a new Pipeline‑UI project from scratch:
  1. Initialize the Project Use our CLI command to generate the project structure:
    pui init
    
    This will create folders for workflows, nodes, and an optional pack.
  2. Develop and Test Edit your node and workflow files. Run the project locally:
    pui start
    
    The server will hot-reload as you make changes to the code
    The UI will be available at http://localhost:8114 Interface