Hello everyone!
I come from Orchard Core. I started to learn Umbraco at the beginning of 2025. I also started learning about Umbraco package development, and I’m proud to say that my first Umbraco package is completed. It’s called SBD.ContentInsights .
As the name suggests, this package aims to help you get insights about your content: like documents and document types using Chart.js. It’s open-source , with MIT license .
It currently has three dashboards:
-
Content Overview: Document counts by type/by status (published, draft, trashed). (This is on the attached image).,
-
User Contributions: Document counts by authors.,
-
Content Quality & Lifecycle: Age distribution, drafts older than x days.,
I’ve published it on NuGet (MIT-licensed), and it works with Umbraco v16.2.0 (and probably other versions too).
- GitHub repo: GitHub - DemeSzabolcs/SBD.ContentInsights: The package, as the name suggests, aims to help get insights about the content, so about the created documents and document types, with the help of [Chart.js](https://www.chartjs.org/).
- NuGet: NuGet Gallery | SBD.ContentInsights 1.0.0-beta.2
I’d love to hear your thoughts, feedback, or ideas for improvements. If anyone tries it out, let me know how it goes!
