Skip to main content
toolkit run is the primary workflow command for local development. It launches your dev server process and simultaneously registers a *.localhost proxy route for it — so your app is immediately available at a clean, memorable URL like http://my-app.localhost without you ever touching a port number in the browser. When you stop the process, the proxy route is automatically cleaned up. Under the hood, toolkit run starts the proxy daemon if it is not already running, detects (or assigns) an internal port for your process, spawns the command you provide, and maps the chosen subdomain to that port in a single step. Syntax
Arguments Options Examples
When you stop the process (Ctrl+C), the proxy route is automatically removed. You do not need to run toolkit proxy remove manually after each session.