# Si integra con il tuo

workflow esistente

SDK di prima classe per i framework più diffusi, strumenti CLI per l’automazione e API per integrazioni personalizzate. Funziona con il tuo stack, non contro di esso.

## Explore integrations

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

## Features

### Featured

- [GitHub](/content/it/integrations/github/index.html)
- [MCP Server](/content/it/integrations/mcp-server/index.html)

### Frameworks

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

### Developer Tools

- [CLI](/content/it/integrations/cli/index.html)
- [REST API](/content/it/integrations/api/index.html)
- [Code Scanning](/content/it/integrations/code-scanning/index.html)

### Delivery

- [Global CDN](/content/it/integrations/global-cdn/index.html)
- [Translation CDN](/content/it/integrations/translation-cdn/index.html)

### AI & Automation

- [AI Translation](/content/it/integrations/ai-translation/index.html)
- [Automation API](/content/it/integrations/workflow-api/index.html)

## Popular workflow combinations

- [GitHub + CLI + CDN](/content/it/compare/crowdin/index.html) 
  For engineering-led teams that want translation checks in CI, reviewable pull requests, and runtime delivery without redeploy friction.
- [Next.js + AI + Review](/content/it/i18n/nextjs/index.html) 
  For product teams shipping quickly and wanting AI acceleration with real human approval before changes go live.
- [Expo + OTA + CDN](/content/it/i18n/expo/index.html) 
  For mobile apps that want translation fixes and launches to move independently from app-store release cycles.

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

## Pronto per rilasciare a livello globale?

Unisciti a centinaia di team che usano Better I18N per traduzioni più rapide e contestualizzate.

- [Prova Better I18N gratis per 14 giorni](https://dash.better-i18n.com/)
- [Prenota una demo i18n dal vivo](https://cal.com/better-i18n/30min?overlayCalendar=true)
