
sparkmentis-superadmin
Created Apr 2026
Added a secure admin login route featuring credential-based authentication and integrated loading states to improve user experience during requests. This update establishes the foundation for restricted administrative access within the application. 
Added a postinstall script to package.json to ensure the Prisma client is automatically generated after dependency installation. This eliminates the need for manual generation steps when setting up the project, ensuring the generated client is always available and in sync with the schema after npm install or yarn install.
This commit bootstraps the core infrastructure for the admin dashboard, including standard authentication flows via NextAuth and a robust set of UI components. It introduces full CRUD capabilities for tenant management, dynamic API key generation, and feature flagging controls managed through Prisma. This foundation provides a scalable architecture for administrative operations and tenant administration. 
This repository has been initialized using create-next-app as a starting point. This sets up the foundational structure for a Next.js application, including the latest App Router configurations and default development tools. The project is now ready for custom feature development.