Step 1: Install
Create a virtual environment with uv or pip- uv
- pip
You need to have uv installed on your system first, you can use to install it or go to uv install page for more information.
- macOS and Linux
- Windows
- uv
- pip
Step 2: Initialize Your Project
Run the initialization command which scaffolds a sample project:Step 3: Run the Server
Start the full‑stack server with:
Step 4: Modify and Experiment
- Use the
@nodeand@workflowdecorators with your Python functions (see Create a Custom Node for details). - Update your workflow, add new nodes and test them in the node based interface in the UI.