General Translation

Every language from one source

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

The T component

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

  • ENQuality translation for every user
  • ESTraducción de calidad para cada usuario
  • FRUne traduction de qualité pour chaque utilisateur
  • DEHochwertige Übersetzung für jeden Nutzer
  • JAすべてのユーザーに質の高い翻訳を
  • KO모든 사용자를 위한 높은 품질의 번역
  • ARترجمة عالية الجودة لكل مستخدم
I

Installation

Run npm i gt-next and wrap your app with the provider. The setup takes minutes, not a sprint.

II

Markup

Put the T component around your JSX. The CLI finds every wrapped string at build time.

III

Deployment

Run npx gtx-cli translate in CI. Translations version and deploy with your app.

The world from one center

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.

مرحباAROláPT안녕하세요KOHalloDEनमस्तेHIBonjourFRHolaESこんにちはJACiaoIT你好ZHΓειαELMerhabaTRT

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.

The platform

Three parts cover the whole path from source code to a reviewed translation in production.

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.

Locadex

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

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.

Pricing

Full-stack localization across buildtime, runtime, and review, with usage-based rates published on the pricing page.

Starter

$0 to start

Start free and upgrade when you ship. Everything you need to localize a real product is included.

  • Every SDK and the translation CLI
  • Dashboard, glossaries, and the editor
  • Locadex agent runs on your repo
Get Started

Enterprise

Custom annual

Talk to an engineer about implementation, volume, and your security review. SOC 2 Type II, GDPR, and ISO 27001 reports are available.

  • Volume pricing across projects
  • Single sign-on and audit logs
  • Support from the engineers who build it
Contact Us

Compare plans and usage pricing