All 89 Dependencies
Every package Tolgee depends on, ranked by repo health score.
Tolgee is an open-source localization platform that eliminates the manual copy-paste cycle between code files and translation spreadsheets. Its standout feature is in-context editing: developers integrate the Tolgee SDK into their app, and translators can then hold ALT/Option and click any visible string to edit it in place—whether in local development or in production via the Chrome extension. Changes propagate back to the platform without touching source files or requiring a new deployment.
The platform integrates machine translation from DeepL, Google Translate, and AWS Translate, combined with a translation memory engine that suggests previously approved translations based on string similarity. An auto-translation feature applies these suggestions automatically when new keys are created, dramatically reducing the manual workload for large projects. Activity logs, per-translation commenting, and full translation history provide the audit trail teams need for quality control.
For developer workflows, Tolgee exposes a REST API, a CLI tool for import/export operations in CI/CD pipelines, a Figma plugin for syncing design copy, and an MCP server that lets AI coding assistants like GitHub Copilot and Cursor query and manage translations directly from the IDE. The platform is self-hostable via Docker or Kubernetes, and a managed cloud version is available at app.tolgee.io.
The backend is written in Kotlin with Spring Boot, the frontend in React with MUI and Vite, and the codebase is split into an Apache 2.0-licensed core and a proprietary EE layer covering enterprise features such as SSO, webhooks, and advanced billing. Over 870 releases since launch and a release cadence of multiple times per week reflect an extremely active project.