Is it possible to seperat ui from engine?

hi new to camunda, is it possible to seperat ui from engine and use my own ui?

Hi @feri,

Yes, integration could be easily done using REST API.

Kindly find some useful examples in below blog post.

thanks alot , how can i remove default ui and have a pure engine ?

Hi @feri,

In the shared examples, remote engine mode is used.

If full-distribution is your choice then, REST-API is available as a standalone application (localhost:8080/engine-rest)

i installed the engine , thank you so much