Code Export ONLY Selected Pages

Hey, I have some pretty big pages which are part of one project, but I wish to export their code separately.
I could not find any tool or extension which would let me only export the code required for one specific page.
Is there any tool or option for that?

I seem to be forced to just export the entire project every time.

Please let me know how this is intended to be done. Thanks a lot for your time and help, I really appreciate it ^^

Yes that’s how Webflow is designed.

What is it that you’re trying to do with the single-page export?

I’m handing code over to a developer (basically as a starting point) for implementation into a far larger project.
Having to always separate the coded needed for one particular page from all the rest appears to be wasting a bit of time, hence I wanted to optimize this workflow by only exporting the single page.

In that case I’d just export, and then write batch file to unzip and copy out the one page and perhaps the assets folder.

Or, if the page is published and marked noindex, the dev can just use a tool like WGET to download that one page pretty easily.