docs/commands/web.md
Open the Flow web UI for the current project.
f web
.ai/web UI for the current project./api/projects for project metadata and top-level .ai entries./api/ai for the full .ai tree (paths + kinds)./api/sessions for Claude/Codex session summaries and transcripts./api/openapi when an OpenAPI spec is detected.--host <host> Host to bind (default: 127.0.0.1)
--port <port> Port to serve the UI on (default: 9310)
f web serves .ai/web/dist when it exists (Vite default output)..ai/web..ai/web is gitignored by default so AI can freely rewrite it.f web shows a minimal placeholder.vite build from .ai/web.f web now runs bun install (once) and bun run build automatically when a Vite app is present.