Open-source libraries
gt-next and gt-react are open-source SDKs. The T component, formatting utilities, and locale routing ship with them, and the CLI translates your project at build time.
General Translation
General Translation is a full-stack localization platform. You wrap your interface in one component, and your app exists in more than thirty languages within minutes.
npm i gt-nextgt-next and gt-react are open source
You keep writing JSX. The T component marks it as translatable, and the platform does the rest. There are no extraction steps and no JSON catalogs to maintain.
You write this once
import { T } from 'gt-next';
export default function Hero() {
return (
<T>
<h1>Quality translation for every user</h1>
</T>
);
}Your users read this
Run npm i gt-next and wrap your app with the provider. The setup takes minutes, not a sprint.
Put the T component around your JSX. The CLI finds every wrapped string at build time.
Run npx gtx-cli translate in CI. Translations version and deploy with your app.
Each greeting below is a real string served by the platform. The source is written once at the center, and every ray is a locale that renders from it. The platform supports more than one hundred locales, with the regional variants that naive tools flatten.
The T component at the center. Twelve locales on the rays. Right-to-left scripts, CJK line breaking, and plural rules are handled by the SDK, not by your team.
Three parts cover the whole path from source code to a reviewed translation in production.
gt-next and gt-react are open-source SDKs. The T component, formatting utilities, and locale routing ship with them, and the CLI translates your project at build time.
Locadex is an AI agent that performs the internationalization setup for you. It reads your repository, wraps your components, and opens a pull request with your app internationalized.
The dashboard holds every string for human review. Translation memory, glossaries, and edits live in one place, and approved translations publish to the edge network.
Full-stack localization across buildtime, runtime, and review, with usage-based rates published on the pricing page.
$0 to start
Start free and upgrade when you ship. Everything you need to localize a real product is included.
Custom annual
Talk to an engineer about implementation, volume, and your security review. SOC 2 Type II, GDPR, and ISO 27001 reports are available.