SBD.ContentInsights package release

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).

I’d love to hear your thoughts, feedback, or ideas for improvements. If anyone tries it out, let me know how it goes!

5 Likes

Neat idea. I’ve had a few clients in the past that would have loved this kind of thing (stale content is a big deal in some sectors).

Oh, and congratulations on creating your first package! :clap::clap:

1 Like