# Integrations that fit how modern product teams ship.

Browse frameworks, developer tools, AI workflows, and delivery surfaces.

Better I18N is not a giant marketplace. It is a focused integration surface for teams that want AI-native localization, Git-native review, and CDN-first delivery without heavy TMS overhead.

## Explore integrations

Browse Better's current integration surface across frameworks, developer tooling, delivery, and AI workflows.

### Featured

#### GitHub
Sync translations directly with your GitHub repositories using commit-based review workflows.

#### MCP Server
Give AI agents direct access to your translation keys via the Model Context Protocol.

### Frameworks

#### Next.js
Production-ready i18n for Next.js App Router with ISR, edge middleware, and CDN delivery.

#### React
Lightweight React i18n with client hydration from CDN — no layout shift.

#### Expo
OTA translation updates for React Native — ship copy fixes without an app store release.

#### Vue
 i18n for Vue 3 applications with Composition API and CDN-first translation delivery.

#### Svelte
CDN-first translation loading for SvelteKit and Svelte applications.

#### Nuxt
Server-side i18n for Nuxt 3 with Nuxt i18n module integration.

#### Remix
Localization for Remix and Shopify Hydrogen apps via loader context injection.

#### Vite
CDN-first i18n for any Vite-based SPA or SSR application.

#### TanStack Start
i18n for TanStack Start applications with type-safe server loader integration.

#### Angular
Runtime i18n for Angular — ship translation updates without rebuilding.

#### Astro
Translation loading for Astro sites with both static generation and SSR support.

### Developer Tools

#### CLI
Scan, sync, and audit your i18n keys directly from the command line.

#### REST API
Programmatic access to your translation keys, languages, and publish pipeline.

#### Code Scanning
Detect hardcoded strings, missing keys, and unused translations in your codebase.

### Delivery

#### Global CDN
Serve translations to your app from 300+ edge locations with sub-50ms response times.

#### Translation CDN
CDN-first translation delivery — update copy in production without redeploying your app.

### AI & Automation

#### AI Translation
AI-powered translation with context awareness, glossary enforcement, and review queues.

#### Automation API
Trigger translation workflows, AI reviews, and publish jobs via webhook or cron.

## Popular workflow combinations

Buyers rarely search for a single integration in isolation. They search for working stacks. These combinations help Better win discovery traffic and conversion-heavy intent together.

### GitHub + CLI + CDN
For engineering-led teams that want translation checks in CI, reviewable pull requests, and runtime delivery without redeploy friction.

### Next.js + AI + Review
For product teams shipping quickly and wanting AI acceleration with real human approval before changes go live.

### Expo + OTA + CDN
For mobile apps that want translation fixes and launches to move independently from app-store release cycles.

## SEO angle

### Why this page matters beyond product marketing

Integration directories do two jobs at once. They help buyers understand product fit, and they create a strong surface for search terms like GitHub localization, Next.js localization integration, translation CDN, MCP localization, and Expo OTA translations.

## Quick start

### Ship through code, not spreadsheets

**Next.js**

```
# Install the SDK
npm install @better-i18n/next

# Add Better to your app
import { withBetterI18n } from '@better-i18n/next'

export default withBetterI18n({
  project: 'your-org/your-project',
  locales: ['en', 'tr', 'de', 'fr'],
  defaultLocale: 'en',
})

# Publish translations through the CDN
# Add GitHub review flows only when your team needs them
```

## Ready to ship globally?

Join hundreds of teams using Better I18N to deliver faster, context-aware translations.
