Prepare Your Canvas
Instead of `print()`, use the Rig's visual nodes. Drag a "Graph Node" or "Table Node" onto your canvas and connect it to your Python script's output.
The 'UI' nodes act as the frontend for your code.
configure_layout.json
Click the "App Settings" gear icon. Here you can define the window title, default theme (Dark/Light), and which inputs are user-editable.
"title": "Sales Dashboard Q3",
"allow_user_input": true,
"theme": "CYBER_DARK"
}
Launch "Headless Mode"
Hit the "Compile to App" button. The Rig strips away the node editor and leaves only your UI elements, packaging it into a standalone `.exe` or dashboard view.
Pro Tip: Hotkeys
Press CTRL + P inside the editor to instantly preview what your App Player view will look like without compiling.
Start building Apps
The App Player engine is included in the core DATAFLOW-Rig download.
Initialize System