# S’intègre à votre

workflow existant

Des SDK de premier ordre pour les frameworks populaires, des outils CLI pour l’automatisation et des API pour des intégrations sur mesure. Fonctionne avec votre stack, pas contre elle.

## Explore integrations

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

### Featured

- [Built-in **GitHub**/ Featured](/content/fr/integrations/github/index.html)  
- [Built-in **MCP Server**/ Featured](/content/fr/integrations/mcp-server/index.html)

### Frameworks

- [Guide **Next.js**/ Frameworks](/content/fr/integrations/nextjs/index.html)  
- [Guide **React**/ Frameworks](/content/fr/integrations/react/index.html)  
- [Guide **Expo**/ Frameworks](/content/fr/integrations/expo/index.html)  
- [Guide **Vue**/ Frameworks](/content/fr/integrations/vue/index.html)  
- [Guide **Svelte**/ Frameworks](/content/fr/integrations/svelte/index.html)  
- [Guide **Nuxt**/ Frameworks](/content/fr/integrations/nuxt/index.html)  
- [Guide **Remix**/ Frameworks](/content/fr/integrations/remix/index.html)  
- [Guide **Vite**/ Frameworks](/content/fr/integrations/vite/index.html)  
- [Guide **TanStack Start**/ Frameworks](/content/fr/integrations/tanstack-start/index.html)  
- [Guide **Angular**/ Frameworks](/content/fr/integrations/angular/index.html)  
- [Guide **Astro**/ Frameworks](/content/fr/integrations/astro/index.html)

### Developer Tools

- [Built-in **CLI**/ Developer Tools](/content/fr/integrations/cli/index.html)  
- [Available **REST API**/ Developer Tools](/content/fr/integrations/api/index.html)  
- [Guide **Code Scanning**/ Developer Tools](/content/fr/integrations/code-scanning/index.html)

### Delivery

- [Popular **Global CDN**/ Delivery](/content/fr/integrations/global-cdn/index.html)  
- [Guide **Translation CDN**/ Delivery](/content/fr/integrations/translation-cdn/index.html)

### AI & Automation

- [Built-in **AI Translation**/ AI & Automation](/content/fr/integrations/ai-translation/index.html)  
- [Available **Automation API**/ AI & Automation](/content/fr/integrations/workflow-api/index.html)

## 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. Compare with Crowdin](/content/fr/compare/crowdin/index.html)  
- [**Next.js + AI + Review**  
For product teams shipping quickly and wanting AI acceleration with real human approval before changes go live. See the Next.js guide](/content/fr/i18n/nextjs/index.html)  
- [**Expo + OTA + CDN**  
For mobile apps that want translation fixes and launches to move independently from app-store release cycles. See the Expo guide](/content/fr/i18n/expo/index.html)

## 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.

Crowdin and Lokalise use integrations as both discovery surfaces and trust signals. Better should do the same, but with a narrower and more honest product story: fewer integrations, tighter workflow fit, and better alignment with modern engineering teams.

### 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
```

## Prêt à lancer à l’international ?

Rejoignez des centaines d’équipes qui utilisent Better I18N pour livrer des traductions plus rapides, avec prise en compte du contexte.

- [Essayez Better I18N gratuitement pendant 14 jours](https://dash.better-i18n.com/)  
- [Réserver une démo i18n en direct](https://cal.com/better-i18n/30min?overlayCalendar=true)
