Skip to content

Platform Documentation

This section covers the Comvi platform — the web app where you manage translations and the REST API behind it. The REST API is for authoring, automation, and dev tooling; production apps load translations at runtime from the CDN, or bundle them at build time via the CLI or an export.

flowchart LR
  subgraph Manage["Manage"]
    Dashboard["Comvi dashboard"]
    ICE["In-Context Editor"]
    APIin["REST API (push)"]
    CLIin["CLI (push)"]
  end

  Platform["Comvi Platform"]

  subgraph Deliver["Deliver"]
    CDN["CDN<br/>(runtime fetch)"]
    CLIout["CLI pull<br/>(build-time bundle)"]
  end

  Apps["Your apps"]
  Your["Your systems<br/>(CI, Slack, ...)"]

  Dashboard --> Platform
  ICE --> Platform
  APIin --> Platform
  CLIin --> Platform
  Platform -- publish --> CDN
  Platform --> CLIout
  Platform -- events --> Your
  CDN --> Apps
  CLIout --> Apps
Author on the left, deliver on the right. Production apps read from the CDN at runtime or bundle translations at build time via the CLI. The REST API is for authoring and tooling, not production reads.

Two common starting paths, depending on what you want to do first:

Everything you do on the Translations page, plus the structures around it.

Tools that speed up translation work without sacrificing quality.

Task-oriented playbooks for common setups — each links back to the feature pages for detail.