Examples These examples can provide inspiration for your project, showcasing different setup scenarios. App Router with locale-based routingShowcases basic usage of next-intl with the App Router, including internationalized routing.Source ・ DemoApp Router without locale-based routingDemonstrates usage of next-intl without locale-based routing, managing the locale via a cookie.Source ・ DemoProduction-ready templatesGet started quickly with fully-featured project templates, built with internationalization best practices from the ground up.SEOCMSAIAuthSource→App Router with message extractionShowcases an app with message extraction set up.SourceApp Router migrationAn example that showcases a basic installation of next-intl in a Next.js app that uses both the Pages as well as the App Router.SourcePages RouterAn example that showcases a basic installation of next-intl with the Pages Router.SourceReact (without Next.js)An example that showcases the usage of use-intl, the base library of next-intl, in a regular React app.Source