English | δΈζ
next-intl-starter is a Next.js starter template with internationalization, dark mode and more features. It provides a solid foundation for building modern web applications with built-in support for multiple languages.
- π Internationalization: Built-in support for multiple languages using next-intl
- β‘οΈ Modern Stack: Based on Next.js 15 App Router for optimal performance
- π¦ Package Manager: Using pnpm for faster and more efficient package management
- π¨ Styling: Integrated with Tailwind CSS for rapid UI development
- π Dark Mode: Built-in support for dark/light theme switching
- π± Responsive: Mobile-first design approach
# install dependencies pnpm install # start development server pnpm dev
βββ src/
β βββ app/ # Next.js app directory
β βββ components/ # Reusable components
β βββ i18n/ # Internationalization configuration
βββ messages/ # Translation files
βββ public/ # Static assets
This project is licensed under the MIT License - see the LICENSE file for details.