Gå til hovedinnhold

Guides

Each guide takes a single task — check content, translate it, review what a machine couldn't decide — and shows the same job through three doors, in order: Kapi Desktop, your AI agent, and the CLI. The interactive embeds run the real kapi binary in your browser: no install, no server, no API key.

For what kapi is and how the surfaces relate, see the Kapi overview. For every command and flag, see the command reference.

Get oriented

kapi runs entirely in your browser here — no install, no server. Three commands orient you: kapi --help lists the top-level commands, kapi formats enumerates the format readers, and kapi tools lists the processing tools you can run on extracted content. Step through the tour from the rail, or press Run all.

Loading the walkthrough…

The explorer below shows the format engine round-trip: run a file through pseudo-translate and compare the source with the output — only the leaf text changes, while the surrounding skeleton (tags, keys, attributes) returns byte-for-byte. This is the same reader and writer the recipes drive.

Loading the interactive lab…

Ad-hoc or project?

A .kapi project is the recommended working model for any repository or content set you work on repeatedly: languages, content patterns, and flows in a committed recipe, git-style discovery from any subdirectory, and a store that accumulates content memory, terminology, and approvals across runs. Create your first project walks the setup; Projects is the concept. kapi also runs ad-hoc — a command on the files you name, nothing saved — the quick path for one-offs, scripting, and a fine on-ramp. Guides note the project form where it differs.

Prepare your source

Go multilingual

Next steps