Skip to content

Commit b353507

Browse files
author
Noah Schultz
committed
fix: product names - VANTAGE (caps), Architect (drop Stack), PolyGen (drop AI)
1 parent b02a516 commit b353507

24 files changed

+105
-105
lines changed

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<button class="navlink">Products</button>
3434
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
3535
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
36-
<a href="vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
36+
<a href="vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
3737
<a href="raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
3838
<a href="scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
39-
<a href="architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
40-
<a href="polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
39+
<a href="architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
40+
<a href="polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
4141
</div>
4242
</div>
4343
</div>

architect.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<meta charset="utf-8" />
1313
<meta name="theme-color" content="#04070d">
1414
<meta name="viewport" content="width=device-width, initial-scale=1" />
15-
<title>Architect Stack | Ceradon Systems</title>
15+
<title>Architect | Ceradon Systems</title>
1616
<meta name="description" content="Architect is a UxS planning toolkit that turns real COTS inventory into nodes, drones, meshes, and kits aligned to mission constraints." />
17-
<meta property="og:title" content="Architect Stack | Ceradon Systems" />
17+
<meta property="og:title" content="Architect | Ceradon Systems" />
1818
<meta property="og:description" content="Plan nodes, drones, RF coverage, and sustainment kits from any starting constraint: mission, inventory, RF, or SWaP." />
1919
<meta property="og:type" content="website" />
2020
<meta property="og:url" content="https://www.ceradonsystems.com/architect.html" />
2121
<meta property="og:image" content="https://www.ceradonsystems.com/assets/Emblem.webp" />
2222
<meta name="twitter:card" content="summary_large_image" />
23-
<meta name="twitter:title" content="Architect Stack | Ceradon Systems" />
23+
<meta name="twitter:title" content="Architect | Ceradon Systems" />
2424
<meta name="twitter:description" content="A lean, offline-first planner for COTS unmanned systems and RF nodes." />
2525
<meta name="twitter:image" content="https://www.ceradonsystems.com/assets/Emblem.webp" />
2626
<meta name="robots" content="index, follow" />`n <link rel="canonical" href="https://www.ceradonsystems.com/architect.html" /> <link rel="icon" type="image/png" href="./assets/Emblem.webp" />
@@ -47,11 +47,11 @@
4747
<button class="navlink">Products</button>
4848
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
4949
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
50-
<a href="vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
50+
<a href="vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
5151
<a href="raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
5252
<a href="scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
53-
<a href="architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
54-
<a href="polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
53+
<a href="architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
54+
<a href="polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
5555
</div>
5656
</div>
5757
</div>
@@ -74,7 +74,7 @@
7474
<h1 class="text-4xl font-bold text-[color:var(--white)]">A UxS planning toolkit for COTS hardware.</h1>
7575
<p class="text-lg text-subtle">Architect sits between spreadsheets and enterprise logistics systems. It turns real inventory (frames, radios, batteries, 3D printers, compute) into concrete node, drone, and kit designs tied to a specific mission.</p>
7676
<p class="text-subtle">Offline-first by design: physics validation and mission planning run entirely in the browser with zero cloud dependencies.</p>
77-
<p class="text-subtle">Architect Stack is maintained as an open-source project by Ceradon Systems.</p>
77+
<p class="text-subtle">Architect is maintained as an open-source project by Ceradon Systems.</p>
7878
<p class="text-subtle">Inventory &rarr; Node designs &rarr; Drone designs &rarr; Mesh layout &rarr; Kits and sustainment.</p>
7979
<div class="flex flex-wrap gap-3">
8080
<span class="badge">Offline-first</span>
@@ -221,7 +221,7 @@ <h3 class="text-xl font-semibold text-[color:var(--white)]">Who it&rsquo;s for</
221221
</div>
222222
<div class="footer-links" data-footer-links></div>
223223
<div class="space-y-2 text-xs text-subtle">
224-
<p>Architect Stack is maintained as an open-source project by Ceradon Systems.</p>
224+
<p>Architect is maintained as an open-source project by Ceradon Systems.</p>
225225
<p>Ceradon Systems, LLC (Utah) &middot; CAGE 179U9 &middot; UEI UZA9PFJ9RDL6 &middot; Active in SAM.gov through Dec 5, 2026.</p>
226226
<p>Socio-economic status: SDVOSB &middot; VOSB.</p>
227227
<p>NAICS: 541715, 541330 &middot; PSC: K058, AJ11.</p>

blog/2026-01-28-defense-tech-weekly-january-28-2026.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<button class="navlink">Products</button>
5656
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
5757
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
58-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
58+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
5959
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6060
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
61-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
62-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
61+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
62+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
6363
</div>
6464
</div>
6565
</div>

blog/2026-02-05-defense-tech-weekly.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<button class="navlink">Products</button>
5656
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
5757
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
58-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
58+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
5959
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6060
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
61-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
62-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
61+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
62+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
6363
</div>
6464
</div>
6565
</div>

blog/2026-02-10-how-wifi-csi-through-wall-detection-works.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
<button class="navlink">Products</button>
5757
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
5858
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
59-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
59+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
6060
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6161
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
62-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
63-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
62+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
63+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
6464
</div>
6565
</div>
6666
</div>

blog/2026-02-13-defense-tech-weekly.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<button class="navlink">Products</button>
5656
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
5757
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
58-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
58+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
5959
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6060
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
61-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
62-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
61+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
62+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
6363
</div>
6464
</div>
6565
</div>

blog/2026-02-22-wifi-sensing-goes-mainstream.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<button class="navlink">Products</button>
6161
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
6262
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
63-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
63+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
6464
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6565
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
66-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
67-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
66+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
67+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
6868
</div>
6969
</div>
7070
</div>

blog/2026-02-23-pentagon-ai-showdown-anthropic-autonomous-drones.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<button class="navlink">Products</button>
6161
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
6262
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
63-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
63+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
6464
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6565
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
66-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
67-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
66+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
67+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
6868
</div>
6969
</div>
7070
</div>

blog/2026-02-24-ai-integration-gap-why-smbs-are-stuck.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
<button class="navlink">Products</button>
6363
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
6464
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
65-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
65+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
6666
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
6767
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
68-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
69-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
68+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
69+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
7070
</div>
7171
</div>
7272
</div>

blog/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<button class="navlink">Products</button>
3939
<div class="absolute left-0 top-full hidden group-hover:block pt-2 z-50">
4040
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
41-
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Vantage</a>
41+
<a href="../vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
4242
<a href="../raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
4343
<a href="../scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
44-
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect Stack</a>
45-
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen AI</a>
44+
<a href="../architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
45+
<a href="../polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
4646
</div>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)