This is a template for creating applications using Next.js 16 (pages directory) and HeroUI (v3).
Note: Since Next.js 15, the pages router is recommend migrating to the new App Router to leverage React's latest features
Read more: Pages Router
To create a new project based on this template using create-next-app, run the following command:
npx create-next-app -e https://github.com/heroui-inc/next-pages-templateYou can use one of them npm, yarn, pnpm, bun, Example using npm:
npm installnpm run devLicensed under the MIT license.