The Flowbite Blazor Admin Dashboard is a free and open-source UI admin dashboard template. It is built with the components from Flowbite Blazor and based on the utility-first Tailwind CSS framework. The dashboard features charts, tables, widgets, CRUD layouts, modals, drawers, and more. It is designed to help developers quickly build applications using the newest UI/UX development technologies in the open-source area.
Version: 0.2.4 | Flowbite Blazor: 0.2.4-beta | Tailwind CSS: 4.1.8
Get started quickly with the automated build script:
# Build the project
python build.py
# Run the application
python build.py run
# Development with hot reload
python build.py watch
# Create production build
python build.py publishThe build script automatically handles:
- Tailwind CSS installation
- .NET SDK version checking and installation
- Cross-platform compatibility (Windows, Linux, macOS)
- Python 3.x - Required to run the build script (no additional packages needed)
- .NET SDK 9.0+ - Will be automatically installed if not present
- Tailwind CSS - Will be automatically downloaded if not present
For detailed setup instructions, development workflows, and contribution guidelines, please see CONTRIBUTING.md. For a concise overview of project layout and collaboration standards, read AGENTS.md (Repository Guidelines).
This project is licensed under the MIT License - see the LICENSE file for details.