AI-powered translation management with GitHub sync, CDN delivery, and TypeScript-first SDKs.
Website · Docs · Status
Better i18n is a translation management platform designed for engineering teams who want to ship multilingual apps without the pain. Instead of juggling JSON files, spreadsheets, or clunky dashboards, you get a developer-native workflow:
- GitHub Sync — translations live in your repo. Changes create PRs, reviews happen where your code lives.
- AI Translation — translate with context-aware AI (Google Gemini), not word-by-word machine translation.
- CDN Delivery — serve translations from the edge with Cloudflare. No build step needed for translation updates.
- TypeScript SDKs — first-class integrations for Next.js, React, Expo / React Native, and more.
- MCP Server — let AI agents manage translations through the Model Context Protocol.
| Repository | Description |
|---|---|
| oss | Open-source SDKs, CLI, MCP server — @better-i18n/next, @better-i18n/cli, @better-i18n/expo |
| skills | AI agent skills for i18n best practices and workflow automation |
| status.better-i18n.com | Open-source status page built with TanStack Start |
| og.better-i18n.com | Edge OG image generation with Rust WASM on Cloudflare Workers |
npm install @better-i18n/cli
npx @better-i18n/cli init
npx @better-i18n/cli scan
npx @better-i18n/cli syncBetter i18n works with the tools you already use:
Next.js · React · Expo · React Native · TanStack · next-intl · use-intl · Cloudflare Workers · GitHub Actions
- Website — product overview and pricing
- Documentation — guides, API reference, SDK docs
- Blog — tutorials, best practices, release notes
- Status — real-time uptime monitoring
- npm — all published packages