Save the file in /root/skyfrac-vps/design-source/ and copy it into app/static/design/ so the browser can fetch it.
Operator workflows, rendered from the same source you design with
Each module below is rendered live from a React component in app/static/design/—the same .jsx file used to produce the reference figures. Add a partial, drop in the JSX, mount it; no PNG round-trip.
Module 1 · Landing depth (V2 — dark technical)
Module 2 · Montney R² vs industry methods
R² vs industry methods
+20 pts over RTA class
R² — production correlation
This module is a placeholder rendered from CSS until the canonical .jsx for it lands in design-source/.
Integration pattern
Create partials/use_case_<name>.html with one <div id="...mount">. Include it from this page.
Add the <script type="text/babel" src="..."> in the scripts block below, then a one-line ReactDOM.createRoot(...).render(...).
Canonical inputs live in /root/skyfrac-vps/design-source/. See its README.md for the workflow when you generate a new variation.