IDE Mode

Full control over your project. For developers.

01What's in IDE mode

  • File tree — browse and manage files and folders
  • Code editor — syntax highlighting, autocomplete, multiple cursors
  • Terminal — direct access to the Docker container. Full root access: install packages, run processes, do anything
  • AI agent — always available to write or fix code on request
  • 02Running your app

    Two ways:


    Via terminal — run it like on any machine:

    npm run dev
    # or
    python main.py

    Via 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.