IDE Mode
Full control over your project. For developers.
01What's in IDE mode
02Running your app
Two ways:
Via terminal — run it like on any machine:
npm run dev
# or
python main.pyVia agent — tell the agent what to run, it will execute the right commands.
In both cases, when the app starts listening on a port — the Preview panel opens automatically with an HTTPS link.
03How it differs from Quick mode
Quick mode is for anyone who wants results fast without worrying about the details. IDE mode is for developers who want full control: write code by hand, manage files directly, use the terminal freely. The agent is there to help when needed, not to take over.