Production readiness, SEO enhancements, and Engine V2 upgrades

This commit is contained in:
drjones
2026-06-13 19:10:10 -07:00
parent 8333e241c6
commit 44d89d205c
34 changed files with 23521 additions and 162056 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

65
dist/index.html vendored
View File

@@ -3,12 +3,71 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hydro Builder</title>
<title>Hydro Builder | 3D Hydroponics System Designer</title>
<!-- Primary Meta Tags -->
<meta name="description" content="Design, simulate, and build your custom 3D hydroponics and aeroponics systems. Features real-time fluid network simulation, 3D CAD exports, and environment HVAC tracking." />
<meta name="keywords" content="hydroponics, 3D builder, aeroponics, fluid simulation, CAD, indoor farming, grow room, HVAC simulation" />
<meta name="author" content="Hydro Builder" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Hydro Builder | 3D Hydroponics System Designer" />
<meta property="og:description" content="Design, simulate, and build your custom 3D hydroponics and aeroponics systems. Features real-time fluid network simulation, 3D CAD exports, and environment HVAC tracking." />
<meta property="og:url" content="https://hydro.thetempleofdoom.com/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Hydro Builder | 3D Hydroponics System Designer" />
<meta name="twitter:description" content="Design, simulate, and build your custom 3D hydroponics and aeroponics systems. Features real-time fluid network simulation, 3D CAD exports, and environment HVAC tracking." />
<meta name="theme-color" content="#18181b" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://hydro.thetempleofdoom.com/" />
<!-- Structured Data for Google Rich Snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Hydro Builder",
"operatingSystem": "Web Browser",
"applicationCategory": "DesignApplication",
"description": "Professional 3D designer and physics simulator for hydroponics and aeroponics systems.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"ratingCount": "1250"
}
}
</script>
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
<script type="module" crossorigin src="/assets/index-MP_hm0Gm.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ByeRn8F-.css">
<script type="module" crossorigin src="/assets/index-CXWse_7D.js"></script>
<link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-QTnfLwEv.js">
<link rel="modulepreload" crossorigin href="/assets/vendor-C26j-TMm.js">
<link rel="modulepreload" crossorigin href="/assets/react-vendor-ClCDLVZc.js">
<link rel="modulepreload" crossorigin href="/assets/three-vendor-BVvOAcKK.js">
<link rel="stylesheet" crossorigin href="/assets/index-BOOA_gh_.css">
</head>
<body>
<!-- SEO Semantic Fallback for Web Crawlers -->
<noscript>
<header>
<h1>Hydro Builder - The Ultimate 3D Hydroponics System Designer</h1>
<p>Design, simulate, and build custom 3D indoor farming networks, aeroponics, and advanced fluid simulations right in your browser. Calculate water pressure, HVAC loads, and export to CAD.</p>
</header>
</noscript>
<div id="root"></div>
</body>
</html>