Skip to main content
The product is CLI-first, but the dashboard gives you a visual overview of everything running on your account.

What you can see

  • Apps list — All your deployed apps with status indicators (live, building, failed, stopped)
  • App detail — URL, runtime, last deployed, environment variables
  • Deploy history — Every deploy with status and build logs
  • Logs — Real-time log viewer with search and severity filters
  • Domains — Custom domains and their DNS status

Access

The dashboard is available at app.getfloo.com. Log in with the same credentials you use for floo auth login.

CLI vs Dashboard

The CLI is the primary interface. Everything you can do in the dashboard, you can do from the terminal — and more. The dashboard is for when you want a visual overview.
ActionCLIDashboard
Deployfloo deployView deploys
Set env varsfloo env setView env vars
View logsfloo logsLog viewer
Add domainsfloo domains addView domains
Rollbackfloo deploy rollbackView deploy history
Budget controlsfloo billing spend-capView spend
Delete appfloo apps deleteDelete button
For agents, the CLI is always the right choice. The dashboard is for humans who want to glance at their infrastructure.