How do I self host penpot serverless on cloudflare

I’m wondering if it’s possible to self host penpot on cloudflare by splitting up the packages, so penpot-backend and others would possibly run on multiple workers, whilst penpot-frontend would run on cloudflare pages. For database and redis functionality other services would be necessary.

Is hosting penpot serverless even possible? I couldn’t find any information about hosting it serverless, and neither hosting it on cloudflare.

Another thing that worried me was penpot-backend or other packages exhausting the worker, however you can just make a worker unbound instead of bundled to fix this (probably)