An open API service indexing awesome lists of open source software.

https://github.com/jdanylko/tuxboard

Tuxboard is a lightweight, open-source dashboard library for ASP.NET Core
https://github.com/jdanylko/tuxboard

aspnet aspnet-core aspnetcore bootstrap dashboard dotnet dotnet-core dotnetcore dotnetcore6 dotnetcore7 dotnetcore8 dotnetcore9 efcore entity-framework-core typescript widget

Last synced: about 2 months ago
JSON representation

Tuxboard is a lightweight, open-source dashboard library for ASP.NET Core

Awesome Lists containing this project

README

        

# Tu>

GitHub
NuGet
Contributors

**UPDATE:** Version [1.9.0](https://github.com/jdanylko/Tuxboard/pull/44) is now available on NuGet.

Tuxboard is a lightweight, open-source dashboard library specifically for the ASP.NET Core platform. It was meant to be
a Lego-style way to build dashboards.

#### Technology Stack

- ASP.NET Core 6.0 or higher (using C#)
- Entity Framework Core

#### Features

* Easily attach a dashboard to your project
* Customize dashboards for general audiences, user-based dashboards, or even role-based dashboards.
* Extend your dashboard by building dynamic or static widgets.
* Small, compact code for performance in C# and TypeScript/JavaScript (native JavaScript)
* While Tuxboard uses Bootstrap, it can easily conform to any CSS Framework.

#### Why build a Dashboard library
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, 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.

## Getting Started

* Examples are in a separate repository [Tuxboard.Examples](https://github.com/jdanylko/Tuxboard.Examples)
* A collection of [Tuxboard posts](https://www.danylkoweb.com/Tuxboard/) are available on DanylkoWeb.com

## Contributors
![GitHub Contributors Image](https://contrib.rocks/image?repo=jdanylko/Tuxboard)