From d2665b2b6b12797f788107e5c1e12b8de87b724d Mon Sep 17 00:00:00 2001
From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com>
Date: Sat, 6 Dec 2025 04:37:06 +0000
Subject: [PATCH] Redirect Labs routes to aethex.studio and update
documentation
Update client-side routing in App.tsx to redirect `/labs/*` and `/dashboard/labs` to `https://aethex.studio` and `https://aethex.studio/dashboard` respectively, and modify replit.md to reflect these changes.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 9f5ee0ec-1d84-40ab-8a79-c00a685ef78f
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/uM0p4Kd
Replit-Helium-Checkpoint-Created: true
---
client/App.tsx | 20 +++++---------------
replit.md | 3 ++-
2 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/client/App.tsx b/client/App.tsx
index 0f488b9e..2a19b4f6 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -192,9 +192,10 @@ const App = () => (
path="/dashboard/nexus"
element={}
/>
+ {/* Labs Dashboard redirects to aethex.studio */}
}
+ element={}
/>
{/* GameForge Dashboard redirects to Foundation (Non-Profit Program) */}
(
/>
} />
- {/* New Arm Landing Pages */}
- } />
- }
- />
- }
- />
- }
- />
+ {/* Labs redirects to aethex.studio (Skunkworks R&D) */}
+ } />
+ } />
{/* GameForge redirects to aethex.foundation/gameforge (Non-Profit Program - Axiom Model) */}
} />
diff --git a/replit.md b/replit.md
index a52b8bd6..2a37930d 100644
--- a/replit.md
+++ b/replit.md
@@ -30,7 +30,8 @@ The monolith (`aethex.dev`) implements split routing to enforce legal separation
| `/foundation/*` | `https://aethex.foundation` | Non-Profit (Guardian) | **Redirect** |
| `/gameforge/*` | `https://aethex.foundation/gameforge` | Non-Profit (Program) | **Redirect** |
| `/dashboard/gameforge` | `https://aethex.foundation/gameforge/dashboard` | Non-Profit | **Redirect** |
-| `/labs/*` | stays on `aethex.dev` | For-Profit (Skunkworks) | Local |
+| `/labs/*` | `https://aethex.studio` | For-Profit (Skunkworks) | **Redirect** |
+| `/dashboard/labs` | `https://aethex.studio/dashboard` | For-Profit (Skunkworks) | **Redirect** |
| `/nexus/*` | stays on `aethex.dev` | For-Profit (Monetization) | Local |
| `/corp/*` | stays on `aethex.dev` | For-Profit (Services) | Local |