These examples can provide inspiration for your project, showcasing different setup scenarios.
App Router with i18n routing
Showcases basic usage of next-intl with the App Router, including internationalized routing. This can be a good starting point for public sites where SEO is relevant.
Demonstrates usage of next-intl without i18n routing, a typical setup for apps behind an auth layer. The app manages the locale via a cookie that can be updated via a Server Action.