From 763d4cad438602f6f7333888ff17307e3c8421cb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:16:09 +0000 Subject: [PATCH] Create Space 1 Welcome page for internal docs hub cgen-05045a28fb58424c829661e4843610c4 --- client/pages/internal-docs/Space1Welcome.tsx | 137 +++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 client/pages/internal-docs/Space1Welcome.tsx diff --git a/client/pages/internal-docs/Space1Welcome.tsx b/client/pages/internal-docs/Space1Welcome.tsx new file mode 100644 index 00000000..8c0f2457 --- /dev/null +++ b/client/pages/internal-docs/Space1Welcome.tsx @@ -0,0 +1,137 @@ +import InternalDocsLayout from "./InternalDocsLayout"; +import { ArrowRight } from "lucide-react"; +import { Link } from "react-router-dom"; + +export default function Space1Welcome() { + return ( + +
+
+

+ Welcome, Team Member +

+

+ We are building a new architecture for trust. This hub is our single + source of truth—one place where you can understand: +

+
    +
  • + + How our 3-entity model works +
  • +
  • + + Who you are in this ecosystem +
  • +
  • + + The rules that govern us all +
  • +
  • + + Your role and responsibilities +
  • +
+
+ +
+ +
🏛️
+

+ The Axiom Model +

+

+ Understand our 3-entity structure: The Foundation, The LLC, and The + Corp. +

+
+ Learn more +
+ + + +
🎯
+

+ Find Your Role +

+

+ Which entity do you work for? Click your role to see your SOP. +

+
+ Get started +
+ + + +
📋
+

+ Core Rules +

+

+ Code of conduct, communication protocol, and ecosystem-wide + standards. +

+
+ View policies +
+ +
+ +
+

🗺️ Hub Navigation

+
+
+

+ 🌍 Ecosystem-Wide +

+

+ Rules and policies that apply to everyone: +

+
    +
  • • Code of Conduct
  • +
  • • Communication Protocol
  • +
  • • Meeting Cadence
  • +
  • • Brand & Voice Guide
  • +
  • • Tech Stack Overview
  • +
+
+ +
+

+ 🏛️ Entity Hubs +

+

+ Deep dives by entity: +

+
    +
  • • The Foundation (Non-Profit)
  • +
  • • The LLC (IP Vault)
  • +
  • • The Corp (For-Profit)
  • +
  • • People & Finance Ops
  • +
+
+
+
+ +
+

+ ⚠️ Confidential: This hub contains internal + operational documents. Do not share outside AeThex. +

+
+
+
+ ); +}