Quickstart
Welcome to Inverb! This guide walks you through the minimum steps required to push English strings and receive localized payloads.
1. Create a workspace
Section titled “1. Create a workspace”- Sign up at app.inverb.io.
- Create a project per product area and connect your source locale.
- Invite reviewers with the
Editorrole so they can approve copy before launch.
2. Install the CLI
Section titled “2. Install the CLI”bun add --dev @inverb/cliAuthenticate once per machine:
INVERB_TOKEN=sk_live_123 bunx inverb login3. Push source strings
Section titled “3. Push source strings”bunx inverb push ./locales/en.json --project marketingThe CLI ingests JSON, arrays, or PO files and fans each key out to the AI providers configured on the project.
4. Pull localized payloads
Section titled “4. Pull localized payloads”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