-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Jonathan Danylko edited this page Jul 19, 2024
·
11 revisions
Tuxboard is a lightweight dashboard library specifically for the ASP.NET Core platform. It was meant to be a Lego-style way to build dashboards.
- Easily attach a dashboard to your project
- Customize dashboards for general audiences (a static dashboard), user-based dashboards, or even role-based dashboards.
- Small, compact code for performance in C# and TypeScript/JavaScript (native JavaScript)
- While Tuxboard uses Bootstrap, you can easily conform Tuxboard to any CSS Framework.
In my career, I've built a number of dashboards from scratch. As with all projects, each dashboard had pluses and minuses as each project completed.
Even with existing libraries out there, there really wasn't anything out there for the ASP.NET platform.
So the initiative was set to write one.
The developer could start with a simple structure where ANY type of dashboard could be generated quickly and provide an easy front-end with their own custom widgets and robust layouts.
- Examples are in a separate repository Tuxboard.Examples
- I'm writing a collection of Tuxboard posts on DanylkoWeb.com