Add the library with npm i gt-next and register the provider once.
The General Translation platform
General Translation is a full-stack localization platform. The open-source libraries drop into React and Next.js, the CLI runs in your pipeline, the dashboard holds review, and Locadex, the AI agent, performs the setup. An application exists in thirty languages minutes after install.
In production at
You keep writing JSX. The T component makes it exist in the reader’s language.
import { T } from 'gt-next'; export default function Welcome() { return ( <T> <h1>Welcome</h1> <p>Your account is ready.</p> </T> );}Add the library with npm i gt-next and register the provider once.
Wrap interface copy in the T component. Variables, plurals, and branches stay in your JSX.
Run npx gt translate in CI. New strings arrive translated before the deploy completes.
GT ships more than one hundred locales. Every specimen below is a live string, not an image.
The catalogue records regional variants as separate entries. zh-Hans and zh-Hant are different lines in the ledger, and both ship.
zh-Hanszh-Hantpt-BRpt-PTde-CHar-EGfr-CAFive instruments share one translation memory, so a term approved once stays approved everywhere.
The Next.js library carries the T component, locale-aware routing, and static rendering support.
LibraryThe React library serves Vite, Create React App, and React Native projects.
LibraryThe command line tool sends new strings for translation from CI. A dry run prints what would change and bills zero tokens.
ToolThe dashboard holds review, editing, and approval. Glossaries keep terminology consistent across releases.
PlatformThe AI agent performs the i18n setup on a repository and opens the pull request for review.
AgentStarter is free to begin. Usage is billed per token at the published rates, so the price of a translation is knowable before you run it.
A usage limit is a hard cap. It blocks billing even with auto-reload on.
npx gt translate --dry-run prints what would be translated and bills zero tokens.
$0 per month
Unlimited users, projects, and languages. The editor, the GitHub integration, and Locadex are included. The minimum top-up is $10.
Custom annual
Forward-deployed engineers, custom workflows for any format or framework, and shared context across projects.