Web UI¶
The Stardag Web UI provides a dashboard for monitoring builds and managing your workspace.
Accessing the UI¶
| Environment | URL |
|---|---|
| SaaS | app.stardag.com |
Local dev (docker compose) |
localhost:3000 |
| Self-hosted | Your configured domain |
Features¶
Build Monitoring¶
- Real-time build status
- Task execution timeline
- Dependency visualization
DAG Visualization¶
Interactive graph showing:
- Task dependencies
- Execution status (pending, running, completed, failed)
- Click tasks for details
Task Details¶
- Task parameters
- Input/output paths
- Execution history
- Error logs (for failed tasks)
Workspace Management¶
- Member management
- Role assignments (owner, admin, member)
- Invite and remove members
Environment Settings¶
- Target root configuration
- Environment-scoped API keys
- Access control
Authentication¶
The UI uses OAuth for authentication:
- Click "Sign In"
- Authenticate with GitHub (or other configured IdP)
- Select workspace and environment
Quick Actions¶
View Recent Builds¶
Navigate to Builds to see recent executions.
Inspect Task¶
- Find task in build view or DAG
- Click to expand details
- View parameters, output path, status
Generate API Key¶
- Go to Workspace Settings
- Navigate to API Keys
- Click "Create API Key"
- Copy and store securely