Next.js Boilerplate using ShadCN UI
2024-10-27
Next.js Boilerplate using ShadCN UI
Simple boilerplate project using Next.js and ShadCN UI. This setup includes user authentication using NextAuth and MongoDB, alongside basic profile settings and a sample dashboard with placeholder data.
Key Features
- Next.js: Server-side rendering for a seamless user experience.
- ShadCN UI: A minimal and flexible UI library.
- NextAuth: Authentication made easy with support for email/password login.
- MongoDB: A robust NoSQL database for user data.
- Sample Dashboard: Includes a basic template with fake data to get you started.
This project serves as a great starting point if you need to quickly set up a user management system with a clean and modern interface.
Check out the GitHub repository for more details: NextJS-BoilerPlate on GitHub