7 integrations · more shipping monthly

Plugs into whatever you already use.

Storage, design, CMS, project management, dev tools. Pull source files in. Push translations back. No copy-paste, no "where's the latest version" — just sync.

Google Drive

Drive folders, in your dashboard.

Connect a folder, and every file in it (and any subfolder) becomes translatable. Translated outputs land back beside the source — same folder, formatting intact.

  • Two-way sync
  • Watch any folder
  • DOCX, slides, sheets
How it works
Figma

Stop emailing PNGs.

Pull text from your Figma frames, translate, and push edits back into the same layers. Auto-rerun on file changes — designers don't have to think about it.

  • Text layers in-place
  • Auto-resync on changes
  • Variants supported
How it works
GitHub

Localization on every PR.

When a PR touches i18n files, Rush Studio translates the diff in the languages you've set. The translations open as a follow-up PR your engineers review like any other.

  • PR-triggered diffs
  • Translation PRs
  • All i18n formats
How it works
Coming soon

A public API is in the works.

Translate any string from anywhere — your CMS, your CRM, your weird internal Rails app. We're hardening it with design partners now and opening it up later this year.

REST + webhooksTrigger on project create, segment update, file export, deadline alert.
Idempotent + asyncLong-running translation jobs return a job ID; poll or webhook for the result.
{}
OpenAPI 3.1 specOfficial SDKs in TypeScript, Python, Go, and Ruby — generated from the same spec.
Design partner spots open · talk to us if you want early access.
curl · translate one string
# Translate a single string into German
curl https://api.rush.studio/v1/translate
  -H "Authorization: Bearer $RS_TOKEN"
  -H "Content-Type: application/json"
  -d '{ "text": "Welcome to your workspace.", "source": "en", "target": "de" }'
Preview · Coming soon
A peek at the planned API. Endpoints, payload shapes, and error semantics are still settling.

Missing a tool you depend on?

Tell us. We ship 2-3 new integrations a month, prioritized by what customers actually use.