Libraries
Six first-party SDKs. The <T> component wraps JSX; useGT() and getGT() translate strings; <Num> and <DateTime> format for the locale.
import { T, Num, DateTime } from 'gt-next'; export default function Home() { return ( <T> <main> <h1>Hello, world!</h1> <p> <DateTime>{new Date()}</DateTime> </p> <p> GT has everything you need to ship your product in <Num>{118}</Num> languages. </p> </main> </T> );}- Next.js
gt-next - React
gt-react - React Native
gt-react-native - TanStack Start
gt-tanstack-start - Node.js
gt-node - Python
gt-fastapi