Skip to main content
This section documents the q-ai web UI, which is under active development. Content will be added as the web UI stabilizes.

Overview

Running qai with no subcommand starts a local FastAPI server and opens a browser. The web UI provides a visual interface for launching workflows, monitoring execution, and browsing research data. All data is shared with the CLI — findings, runs, and targets are the same regardless of which interface you use.
qai                    # Start server, open browser
qai --port 8080        # Use specific port
qai --no-browser       # Start server without opening browser