Skip to content

Quickstart

Welcome to Inverb! This guide walks you through the minimum steps required to push English strings and receive localized payloads.

  1. Sign up at app.inverb.io.
  2. Create a project per product area and connect your source locale.
  3. Invite reviewers with the Editor role so they can approve copy before launch.
Terminal window
bun add --dev @inverb/cli

Authenticate once per machine:

Terminal window
INVERB_TOKEN=sk_live_123 bunx inverb login
Terminal window
bunx inverb push ./locales/en.json --project marketing

The CLI ingests JSON, arrays, or PO files and fans each key out to the AI providers configured on the project.

Terminal window
bunx inverb pull --project marketing --locales fr,de,ja --format json

💡 Tip: Wire these commands into CI so localized bundles ship automatically with your main branch.

Next steps:

  • Configure prompt hierarchy
  • Invite reviewers to enforce quality bars
  • Connect the delivery CDN to serve localized payloads globally