This project provides a robust starting point for building modern web applications using Next.js. It includes pre-configured features like localization support and theme switching to streamline development.
- Theme Switching: Supports both light and dark modes using
next-themes
. - i18n (Internationalization): Multilingual support powered by
next-intl
. - Sitemap: Automatically generated sitemap for better SEO.
- Responsive Design: Built with Tailwind CSS to ensure responsiveness across all devices.
- Optimized Performance: Enhances performance using the latest web standards.
Check out the live preview of this template here.
You can deploy the template to Vercel or preview it in StackBlitz:
Bootstrap your project using the CLI:
You can globally install nextjs-rich-tpl
using the following command:
npm install -g nextjs-rich-tpl
To create a project, run the following command:
npx nextjs-rich-tpl
Once the command is executed, you'll be guided through the following steps:
- Select the Next.js template to use.
- Enter a project name.
- Create the project and install dependencies.
To deploy to the cloud, use Vercel (see the official documentation).
We welcome contributions to improve both the documentation and the project itself. Contributors will be acknowledged in this README. For details, visit the GitHub repository.
Special thanks to the Next.js community and the open-source projects that have supported this template.
For questions or contributions, please reach out via this site.