Using and deploying c5 as a landing page system

Permalink
Hi,
We are building in a week few translated landing pages and deploy to production,
Today, we are using wordpress with ACF. nevertheless, we are thinking to shift to c5.

The theme will be almost empty, but each page will have its own custom blocks and custom style via less.

The problem is, how can I deploy to production only one page at the time. I have 3 developers working and each time a page ready it needs to go to production with the content and the code, but only one page can do live.

The environment structure will be as the following.

Each developer will have its own installation, all of them will deploy the code when its done to staging env (each on his own timing). in staging env they will put the translations, after that they need to deploy the specific page to production.

One solution i thought is to make the production stateless, just fetch the specific page with all the resources/dependencies and upload as HTML page to production.
but this has some down sides as you probably guessed.

What do you think, is this doable with the core framework?

Thanks