Getting started
This technical documentation provides a comprehensive guide to our Next.js templates built with Module CSS. We’ll walk you through the process of installing and customizing our templates, regardless of your level of experience with Next.js and Module CSS.
All of our templates have been converted from pure React apps to Next.js apps as of April 2024. The reason behind this conversion is that we wanted to provide a product that is much closer to a production-ready app, and that can leverage server-side rendering (SSR) to improve performance and SEO.
Benefits of Next.js
Next.js will help us achieve a number of benefits, including faster page load times, better SEO, and easier deployment. We believe this will be a positive move for our users, who will continue to receive high-quality templates built using the latest web technologies.
Technical notes
Our templates use Next.js 13 and have been developed with the App Router (app
) and React Server Components.
Quickstart
To begin using our Next.js templates, you should first navigate to the main folder of the template you want to use. Once you have located the file that includes nova-web
in its name, simply open the file and you can immediately start customizing your Next.js app.