How to add custom application to UI

Hey!

I would like to add custom application (as a new module) to camunda UI and then place some referal to it on the camunda welcome screen. Is it possible to add new module similar to “Cockpit”, “Tasklist”, “Admin” ? If yes, is there any tutorial / guide / documentation how to do that?

I’ve been already searching for that quite long time and haven’t found anything helpful.

Thank You in advance :slight_smile:

check web application plugins it might be what u need.
https://docs.camunda.org/manual/7.9/webapps/welcome/welcome-plugins/

Unfortunately it’s not what I want. I’ve been looking for something like adding a whole new web application (like “Cockpit” or “Tasklist”) with my functionality and customisation.

well i am not aware how deep plugins allow you to customize the camunda web app, but you always have an option to clone the https://github.com/camunda/camunda-bpm-webapp code and to modify it as much as you need. Also you don’t need to stick to camunda’s web app UI, you can create your own tasklists and cockpits from scratch - all needed api’s are there.