How can I create and add Custom Widgets in my fleet-management repo?

I can see the articles mentioned in the forum like this one : Developer Guide: Widget customization on Insights · openremote/openremote Wiki · GitHub

But I cant see the ui/components/or-dashboard-builder/widgets directory in the fleet-management repo for me to add the files?

Hi Saarthi,

Custom widget creation is currently not possbile without creating a custom app.

Hi, can you tell me more on how I can create a custom app inside my fleet-management openremote instance?
I am actually not familiar with it.

There is a starting example in the custom-project repo: custom-project/ui/app/custom at main · openremote/custom-project · GitHub

And some explanation: Working on UI and apps | OpenRemote Documentation