import InternalDocsLayout from "./InternalDocsLayout"; export default function Space4PlatformStrategy() { return (

aethex.dev is the central platform that connects all AeThex entities and serves our ecosystem. It's built on modern tech, designed for scale, and focused on user experience.

Platform Vision

What Is It?

aethex.dev is the unified entry point for the AeThex ecosystem. It's where users sign up, choose their arm, access programs, and connect to platform features.

Who Uses It?

  • • Lab researchers & innovators
  • • Game developers (GameForge)
  • • Enterprise clients (Corp)
  • • Community members (Foundation)

Strategic Goals

  • 1. Onboard 1M+ creators by 2026
  • 2. Enable $50M+ in transaction volume (Nexus)
  • 3. Build community moat (switching cost)
  • 4. Diversify revenue (subscriptions, marketplace fees)

Platform Architecture

Tech Stack

Frontend: React 18 + TypeScript, Tailwind CSS, Vite

Backend: Node.js + Express + TypeScript

Database: PostgreSQL (Supabase)

Auth: Multi-provider OAuth (Email, Google, GitHub, Discord, Roblox, Web3)

Hosting: Vercel (frontend & serverless functions)

Feature Roadmap (Next 12 Months)

  • Q1: Enhanced creator profiles, portfolio showcase
  • Q2: Marketplace improvements, payment processing
  • Q3: Social features (comments, reactions, networking)
  • Q4: Mobile app launch

Scaling Considerations

  • • Database: Multi-region replication (read replicas)
  • • API: Load balancing, caching (Redis)
  • • CDN: Global content distribution (Cloudflare)
  • • Search: Full-text search (Elasticsearch)

Key Features by Arm

{[ { arm: "Labs", features: "Research project profiles, publication index, team directories", }, { arm: "GameForge", features: "Game portfolios, shipping metrics, asset library, templates", }, { arm: "Corp", features: "Client projects, case studies, billing, contract management", }, { arm: "Foundation", features: "Program enrollment, mentorship matching, community forum", }, ].map((item) => (

{item.arm}

{item.features}

))}

KPIs & Metrics

User Metrics

  • • Monthly Active Users (MAU)
  • • Daily Active Users (DAU)
  • • User retention (30/90 day)
  • • Signup conversion rate

Business Metrics

  • • Platform revenue
  • • Transaction volume
  • • Average order value
  • • Customer lifetime value

Strategy Owner: VP of Platform. See #platform channel for detailed roadmap.

); }