# gt-next: General Translation Next.js SDK: Esempi URL: https://generaltranslation.com/it/docs/next/tutorials/examples.mdx --- title: Esempi description: Applicazioni Next.js di esempio che usano gt-next per l'internazionalizzazione --- ## Esempi di pattern Ognuno di questi esempi mostra una funzionalità o un pattern specifico di `gt-next`. | Esempio | Descrizione | Link | | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | | **Fondamenti del componente ``** | Racchiudi il JSX in `` per la traduzione automatica | [Demo](https://t-component-basics.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/t-component-basics) | | **Pattern del dizionario** | Traduzione basata su chiavi con `loadDictionary`, `useTranslations` e `getTranslations` | [Demo](https://dictionary-pattern.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/dictionary-pattern) | | **Contenuti dinamici (`tx`)** | Traduzione runtime di contenuti dinamici con `tx()` e `` | [Demo](https://dynamic-content-tx.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/dynamic-content-tx) | | **Stringhe condivise (`msg`)** | Costanti di stringa condivise con `msg()`, risolte in base all'impostazione regionale usando `getMessages` e `useMessages` | [Demo](https://shared-strings-msg.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/shared-strings-msg) | | **Generazione di siti statici** | Pre-renderizza ogni pagina in ogni impostazione regionale nella fase di build con `generateStaticParams` | [Demo](https://static-site-generation.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/static-site-generation) | | **Archiviazione locale delle traduzioni** | Includi le traduzioni nella build con il pattern `loadTranslations` — nessun CDN necessario a runtime | [Demo](https://local-translation-storage.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/local-translation-storage) | | **Metadati del server e SEO** | Metadati tradotti e tag OG per la SEO multilingue | [Demo](https://server-metadata-seo.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/server-metadata-seo) | ## App di esempio Applicazioni complete che mostrano `gt-next` in scenari realistici. | Esempio | Descrizione | Link | | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | | **Dashboard SaaS** | Dashboard di amministrazione multipagina con formattazione dei dati in base all'impostazione regionale e supporto RTL | [Demo](https://saas-dashboard.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/saas-dashboard) | | **Prenotazione voli** | Prenotazione di voli multilingue con prezzi e date in base all'impostazione regionale | [Demo](https://airline-booking.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/airline-booking) | | **Database di film** | Catalogo multilingue di film realizzato con Next.js 15 | [Demo](https://movie-database.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/movie-database) | | **App di ricette** | Catalogo di ricette con quantità, temperature e numero di porzioni in base all'impostazione regionale | [Demo](https://recipe-app.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/recipe-app) | | **Pagina prezzi** | Pagina prezzi SaaS multilingue | [Demo](https://pricing-page.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/pricing-page) | | **Bacheca offerte di lavoro** | Annunci di lavoro con valute, date e plurali in base all'impostazione regionale | [Demo](https://job-board.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/job-board) | | **Portfolio sviluppatore** | Portfolio multilingue per sviluppatori | [Demo](https://developer-portfolio.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/developer-portfolio) | | **Stato dei voli** | Monitoraggio dei voli con tabelloni Solari e visualizzazioni delle rotte | [Demo](https://flight-status.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/flight-status) | Sfoglia tutti gli esempi su [app-catalog.generaltranslation.dev](https://app-catalog.generaltranslation.dev) o su [GitHub](https://github.com/gt-examples). ## Esempi nel monorepo Questi esempi sono disponibili nel monorepo [`generaltranslation/gt`](https://github.com/generaltranslation/gt/tree/main/examples). | Esempio | Descrizione | Link | | ------------------------------ | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | | **Starter Next.js** | Template iniziale per `gt-next` | [Demo](https://gt-next-starter.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-gt-starter) | | **create-next-app di Next.js** | App `create-next-app` predefinita con `gt-next` integrato | [Demo](https://next-create-app-eight.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-create-app) | | **Chatbot IA** | Chatbot IA multilingue basato sul template IA Chatbot di Vercel | [Demo](https://example-ai-chatbot-ten.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-chatbot) | | **Next.js SSG** | App Next.js multilingue generata staticamente | [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-ssg) | | **Pages Router** | Next.js Pages Router con `gt-react` | [Demo](https://next-pages-router.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-pages-router) |