llms.txt Content
# General Translation
> General Translation is an end-to-end internationalization platform for developers. It combines open-source i18n libraries, AI-powered translation, and an automated coding agent in one workflow from source code to production.
- Open-source SDKs: `gt-next` (Next.js), `gt-react` (React), `gt-react-native` (React Native), `gt-node` (Node.js), Python SDKs, and the `gtx-cli` CLI.
- Code is the source of truth: translatable content lives in the application code instead of manually extracted strings, JSON files, or a separate TMS.
- Context-aware AI translation: translations are generated with awareness of component structure, variable names, surrounding UI, and product glossary.
- Locadex, an AI coding agent, automates internationalization: it scans repositories, updates source code, generates translations, and opens pull requests.
- Pre-generated translations are delivered through production CDN infrastructure.
General Translation is used by developer-first teams including Cursor, Cognition, Windsurf, Ramp, Mintlify, ClickHouse, and others.
The documentation links below point to the plain-markdown view of each page; removing the `.mdx` extension gives the HTML page.
## Overview
- [Introduction](https://generaltranslation.com/en-US/docs/overview/get-started.mdx): Learn how General Translation's full-stack localization platform fits together and choose a quickstart.
- [Using coding agents](https://generaltranslation.com/en-US/docs/overview/for-coding-agents.mdx): How to use AI coding agents and LLMs with General Translation by pointing them at the machine-readable docs, the MCP server, and our drop-in agent guide.
- [Key concepts](https://generaltranslation.com/en-US/docs/overview/key-concepts.mdx): Understand the core concepts behind General Translation, including internationalization, localization, translation, locales, and context.
## React, Next.js, and React Native SDKs (gt-next, gt-react, gt-react-native)
- [Next.js Pages Router Quickst
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: General Translation API
version: '2026-03-06.v1'
description: >
The public General Translation API. Use it to upload source content and
translated files, download translations, queue and translate content, manage
branches and tags, and read project and job status.
Most endpoints operate on a single project and live under
`https://api2.gtx.dev`. The runtime translation endpoint (`POST /v2/translate`)
is served from `https://runtime2.gtx.