Web Dashboard

Start the local web UI for sprint monitoring and task seeding.

Table of contents

  1. Start the Web UI
  2. Run API-Only
  3. Upload Requirements

Start the Web UI

yolo web start

The dashboard is available at http://127.0.0.1:3000.

Web Dashboard Preview


Run API-Only

yolo web start --api-only

Upload Requirements

Use the API upload endpoint for requirements documents:

curl -F "file=@requirements.md" http://127.0.0.1:3000/api/v1/uploads

Back to top

Copyright © 2024-2026 YOLO Developer. Distributed under the MIT License.