# gt-next: General Translation Next.js SDK: Examples URL: https://generaltranslation.com/en-US/docs/next/tutorials/examples.mdx --- title: Examples description: Example Next.js apps using gt-next for internationalization --- ## Pattern examples These examples each demonstrate a specific `gt-next` feature or pattern. | Example | Description | Links | | --- | --- | --- | | **`` component basics** | Wrap JSX in `` for automatic translation | [Demo](https://t-component-basics.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/t-component-basics) | | **Dictionary pattern** | Key-based translation with `loadDictionary`, `useTranslations`, and `getTranslations` | [Demo](https://dictionary-pattern.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/dictionary-pattern) | | **Dynamic content (`tx`)** | Runtime translation of dynamic content using `tx()` and `` | [Demo](https://dynamic-content-tx.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/dynamic-content-tx) | | **Shared strings (`msg`)** | Shared string constants with `msg()` resolved per-locale using `getMessages` and `useMessages` | [Demo](https://shared-strings-msg.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/shared-strings-msg) | | **Static site generation** | Pre-render every page in every locale at build time with `generateStaticParams` | [Demo](https://static-site-generation.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/static-site-generation) | | **Local translation storage** | Ship translations as part of your build with the `loadTranslations` pattern — no CDN needed at runtime | [Demo](https://local-translation-storage.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/local-translation-storage) | | **Server metadata & SEO** | Translated metadata and OG tags for multilingual SEO | [Demo](https://server-metadata-seo.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/server-metadata-seo) | ## Showcase apps Full applications demonstrating `gt-next` in realistic scenarios. | Example | Description | Links | | --- | --- | --- | | **SaaS dashboard** | Multi-page admin dashboard with locale-aware data formatting and RTL support | [Demo](https://saas-dashboard.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/saas-dashboard) | | **Airline booking** | Multilingual flight booking with locale-aware prices and dates | [Demo](https://airline-booking.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/airline-booking) | | **Movie database** | Multilingual movie catalog built with Next.js 15 | [Demo](https://movie-database.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/movie-database) | | **Recipe app** | Recipe browser with locale-aware quantities, temperatures, and serving counts | [Demo](https://recipe-app.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/recipe-app) | | **Pricing page** | Multilingual SaaS pricing page | [Demo](https://pricing-page.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/pricing-page) | | **Job board** | Job listings with locale-aware currencies, dates, and plurals | [Demo](https://job-board.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/job-board) | | **Developer portfolio** | Multilingual developer portfolio | [Demo](https://developer-portfolio.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/developer-portfolio) | | **Flight status** | Flight tracker with Solari flip-boards and route visualizations | [Demo](https://flight-status.generaltranslation.dev) · [GitHub](https://github.com/gt-examples/flight-status) | Browse all examples at [app-catalog.generaltranslation.dev](https://app-catalog.generaltranslation.dev) or on [GitHub](https://github.com/gt-examples). ## Monorepo examples These examples live in the [`generaltranslation/gt`](https://github.com/generaltranslation/gt/tree/main/examples) monorepo. | Example | Description | Links | | --- | --- | --- | | **Next.js starter** | Starter template for `gt-next` | [Demo](https://gt-next-starter.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-gt-starter) | | **Next.js create app** | Default `create-next-app` with `gt-next` added | [Demo](https://next-create-app-eight.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-create-app) | | **AI chatbot** | Multilingual AI chatbot based on the Vercel AI Chatbot template | [Demo](https://example-ai-chatbot-ten.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-chatbot) | | **Next.js SSG** | Statically generated multilingual Next.js app | [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-ssg) | | **Pages Router** | Next.js Pages Router with `gt-react` | [Demo](https://next-pages-router.vercel.app) · [GitHub](https://github.com/generaltranslation/gt/tree/main/examples/next-pages-router) |