The official Metronic Next.js Documentation will be released soon, alongside the stable Metronic release, expected within the next week.
- Node.js 16.x or higher
- Npm or Yarn
- Tailwind CSS 4.x
- React 19.x
- Next.js 15.3.x
- PostgreSQL 17.4.x
Metronic now leverages ReUI, our open-source React component library.
Star the ReUI on GitHub to help us grow the project and stay updated on new features!
To set up the project dependencies, including those required for React 19, use the --force flag to resolve any dependency conflicts:
npm install --forceThis will create the necessary tables in database for user authorization and user management apps :
npx prisma db pushOnce your schema is deployed, you need to generate the Prisma Client:
npx prisma generateStart the development server:
npm run devOpen app/(protected)/layout.tsx and change Demo1Layout to any demo, for example, Demo5Layout and you will switch entire app layout to the selected demo.
<Demo5Layout>
{children}
</Demo5Layout>If you encounter any issues or have suggestions for improvement, please contact us at support@keenthemes.com. Include a detailed description of the issue or suggestion, and we will work to address it in the next stable release.