The line sails daily between English and thirty other languages.
General Translation is a full-stack localization platform. Open-source libraries, an AI agent, and a review dashboard carry a product written in one language to every port on the map.
Wrap JSX in the <T> component. gt-next translates the content at build time, serves it from the CDN, and renders each locale natively.
1import { T } from 'gt-next';23export default function Cabin() {4return (5<T>6<h2>Welcome aboard</h2>7<p>Your booking is confirmed. We sail at seven.</p>8</T>9);10}
Your booking is confirmed. We sail at seven.
Su reserva está confirmada. Zarpamos a las siete.
ご予約を確認しました。出航は7時です。
تم تأكيد حجزكم. نبحر في الساعة السابعة.
The same component, served in the reader’s language.
npm i gt-nextAdd the library and wrap your interface in the <T> component.
npx gt@latestThe setup wizard sets your locales and the provider in one run.
npx gt translateEvery build translates new strings and versions the result.
Locadex is an AI agent that carries the setup for you. It reads your repository, wraps your components, configures the provider, and opens a pull request you can review.
npx locadex@latest startThe dashboard tracks every locale like a sailing. Strings are counted, coverage is measured, and each translation leaves on schedule.
Every label below is a real greeting in its own script. The library serves more than 30 languages, each rendered natively, right to left where the script asks for it.
Start free and upgrade when you ship. Usage pricing applies past the free tier.
Everything you need to localize a real product.
Talk to an engineer about implementation, volume, and your security review.