docs/user_guide/en/web_ui_guide.md
This guide helps users quickly get started with the DevAll Web UI, covering main functional pages and operation workflows.
After starting frontend and backend services, visit http://localhost:5173 to access the Web UI.
System homepage providing quick navigation links.
View and manage all available workflow YAML files.
Features:
yaml_instance/ directoryThe main interface for workflow execution, the most commonly used page.
Operation Flow:
During Execution:
Human Input:
human node, the interface displays an input promptVisual workflow editor.
Features:
Built-in tutorial to help new users understand system features.
After execution completes:
When workflow contains human nodes:
| Shortcut | Function |
|---|---|
Ctrl/Cmd + Enter | Submit input |
Esc | Close popup/panel |
| Issue | Solution |
|---|---|
| Page won't load | Confirm frontend npm run dev is running |
| Cannot connect to backend | Confirm backend uv run python server_main.py is running |
| Empty workflow list | Check yaml_instance/ directory for YAML files |
| Execution unresponsive | Check browser DevTools Network/Console logs |
| WebSocket disconnected | Refresh page to re-establish connection |