# Ori > The origin from which many voices are called, and through which they are known Ori is a web client for [ACP (Agent Client Protocol)](https://agentclientprotocol.com) code agents: a Go backend serves a React single-page application and connects, over ACP, to an agent such as Claude Code. The browser gets a Zed-style agent panel — streamed answers, thoughts, tool calls, plans and permission prompts — plus a workspace panel: resizable file tree, syntax-highlighted previews (with rendered Markdown and AsciiDoc), a Monaco editor and an interactive terminal. Light and dark themes, switchable from the header. ## Quick start From the directory where the kit lives, pointing at the project you want the agent to work on: ```bash sbx run -d claude ~/path/to/your/project \ --template k33g/ori:0.0.0 \ --kit ./kits/ori \ --name ori \ -p 8888:8888 ``` Then open **http://localhost:8888** — the panel connects to a Claude Code session already running in the sandbox, no login needed. ## Documentation Full documentation, in English and French, lives in [`docs/`](docs/README.md) — tutorials, how-to guides, reference (CLI, WebSocket protocol) and architecture notes.