toolkit ui starts the embedded web server that powers the Toolkit React dashboard and, by default, opens it in your browser automatically. The dashboard gives you a visual alternative to the CLI — you can inspect running proxy routes, manage ports, and control the daemon without typing a single command. When you run toolkit ui, it also starts the proxy daemon in the background if it isn’t already running, so your *.localhost routes are immediately active.
Syntax
Options
Examples
Accessing the dashboard
Oncetoolkit ui is running, the dashboard is reachable at two URLs:
If you started the UI on a non-default port with
--port, replace 3100 in the direct URL with the port you chose.
toolkit ui automatically starts the background proxy daemon if it isn’t already running. You don’t need to run toolkit daemon separately before launching the UI.