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 forfloo 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.| Action | CLI | Dashboard |
|---|---|---|
| Deploy | floo deploy | View deploys |
| Set env vars | floo env set | View env vars |
| View logs | floo logs | Log viewer |
| Add domains | floo domains add | View domains |
| Rollback | floo deploy rollback | View deploy history |
| Budget controls | floo billing spend-cap | View spend |
| Delete app | floo apps delete | Delete button |