CoreFlex is a modern, responsive Admin Dashboard template built with Bootstrap 5. It includes both a static HTML version and an ASP.NET Core MVC version, making it ideal for ERP systems, CMS platforms, and enterprise web apps.
- ✅ Responsive layout with sidebar navigation
- ✅ Modular UI components (buttons, alerts, modals, etc.)
- ✅ Bootstrap 5 + Bootstrap Icons
- ✅ ASP.NET Core MVC version with Razor views and layout
- ✅ Clean, scalable HTML structure for static use
- ✅ Organized folder structure for easy maintenance
CoreFlex/ ├── CoreFlex.Html/ # Static HTML version │ ├── index.html │ └── pages/ ├── CoreFlex.Net/ # ASP.NET Core MVC version │ ├── Controllers/ │ ├── Views/ │ │ ├── Shared/ │ │ └── Pages/ │ ├── wwwroot/ │ └── CoreFlex.Net.csproj ├── assets/ │ ├── css/ │ ├── js/ │ └── images/ └── README.md
- Base Elements: Buttons, Alerts, Badges, Breadcrumbs, Spinners
- Forms: Input fields, Input groups, Floating labels, Validation
- Display: Cards, Tables, List Groups, Dropdowns, Carousel
- Interactive: Modals, Toasts, Tooltips, Popovers
- Navigation: Tabs, Pagination, Collapse, Accordion
- Open
CoreFlex.Html/index.htmlin your browser. - Explore UI components in the
/pagesfolder.
- Open
CoreFlex.Net/CoreFlex.Net.csprojin Visual Studio or VS Code. - Run the project:
dotnet run