Act I Install
Run npx gt@latest in your repo. Locadex configures the provider, the middleware, and the locale routing for you.
Now showing in 30+ languages
General Translation is a full-stack localization platform. You wrap your components in <T>, run one command, and your app serves more than thirty languages from a global CDN. Locadex, the i18n agent, handles the setup.
You keep writing JSX. The <T> component marks what should be translated, the build translates it, and nothing about your rendering changes.
export default function Page() {
return (
<main>
<h1>Welcome to the show</h1>
<p>Doors open at seven.</p>
</main>
);
}import { T } from 'gt-next';
export default function Page() {
return (
<T>
<main>
<h1>Welcome to the show</h1>
<p>Doors open at seven.</p>
</main>
</T>
);
}Run npx gt@latest in your repo. Locadex configures the provider, the middleware, and the locale routing for you.
Wrap JSX in <T> and strings in useGT. Your source language stays in your code, where you review it.
Run npx gt translate in CI. Translations build before deploy and serve from the edge in every locale.
This board is one <T> component rendered twelve times. GT serves each rendition with the right locale and text direction, so Arabic reads right to left without any change to your markup.
GT supports every CLDR locale, including regional variants such as pt-BR and zh-Hant. The twelve above are a sample.
Translation is billed per token, and the rates are published. A usage limit is a hard cap that blocks billing even with auto-reload on.
$0 per month
Unlimited users, projects, and languages. The dashboard, the editor, 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 your projects.