Kiwi Code Docs

Web App

Chat with AI from your browser while the runtime executes on your local machine.

Web App

The web app at kiwicode.ai lets you use Kiwi Code from your browser. Chat with AI, manage runs, connect to your local CLI runtime, and monitor agent activity — all without the terminal.

Web App — Autocode Web App — Autocode

Getting Started

Start the CLI runtime

Open your terminal and connect the runtime:

kiwi-runtime connect --scope full

Keep this terminal open — it bridges the AI to your local machine.

Connect and start chatting

In the chat, ask the AI to connect to your runtime:

Connect to my CLI runtime and list the files in my current directory

The AI detects your running runtime, binds to it, and starts executing commands on your machine.

What You Can Do

Chat with AI

The web app provides a full chat interface. Type messages, attach files, and get streaming responses — just like the TUI, but in your browser.

Active chat session

Connect to Your Local Machine

The web app connects to a CLI runtime running on your machine. Once connected, the AI can:

  • Read, write, and edit files in your project
  • Run shell commands and see output
  • Search through your codebase
  • Run tests and fix failures
  • Execute any terminal command

Manage Runs

View your conversation history, continue previous runs, and monitor active agents.

Multi-Agent Workflows

The web app is the primary interface for multi-agent workflows. Trigger parallel agent execution, batch processing, and Action Graph workflows that aren't available in the TUI.

Remote Sandboxes

Launch Daytona remote sandboxes for isolated cloud execution. Run untrusted code, heavy compute tasks, or browser automation — all from the dashboard.

When to Use Web vs TUI

Web AppTUI (kiwi)
InterfaceBrowserTerminal (full-screen)
Slash commandsNot availableFull support (/role, /mode, /rewind, etc.)
Checkpoints & rewindNot availableFull support
Worktree modeNot availablekiwi -w name
Multi-agentFull supportSingle-agent only
Remote sandboxesFull supportLocal runtime only
File attachmentsDrag & drop@ or /upload
Access from anywhereAny browserRequires terminal access
ThemesDefaultCustomizable (/theme)

Use both together

The TUI is best for interactive single-agent coding with checkpoints, rewind, and worktrees. The web app is best for multi-agent workflows, remote sandboxes, and when you want browser-based access.

Stopping

Press Ctrl+C in the terminal where kiwi-runtime is running to disconnect. The web app will show the runtime as disconnected.

On this page