No description
- JavaScript 93.5%
- CSS 4.4%
- PLpgSQL 1.7%
- HTML 0.4%
| dist | ||
| plugins | ||
| public | ||
| src | ||
| supabase/migrations | ||
| tools | ||
| .gitignore | ||
| .nvmrc | ||
| eslint.config.mjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| vite.config.js | ||
AeThex.co - Corporate Hub
The Ecosystem That Never Sleeps
AeThex Corporation's official corporate website combining enterprise business solutions (Day Mode) with the creator economy (Night Mode).
Overview
AeThex.co is a comprehensive corporate website built with React, Vite, and Tailwind CSS. It serves as the central hub for:
- Corporate Information: About, Divisions, Investors, News, Careers, Contact
- Day Mode (Enterprise): Compliance, Hiring, Automation, EdTech solutions
- Night Mode (Creators): NEXUS Marketplace, GAMEFORGE, ETHOS Guild, Digital Identity
Features
Corporate Pages
- About - Company mission, values, and leadership
- Divisions - Explore ecosystem companies
- Investors - Investor relations and financial information
- News - Latest announcements and press releases
- Careers - Job opportunities and applications
- Contact - Get in touch with the team
- Resources - Whitepapers, documentation, and guides
Day Mode Solutions (Enterprise Infrastructure)
- Compliance (dev-link.me) - Automated developer verification
- NEXUS Hiring - AI-driven talent matching
- SMB Automation (aethex.sbs) - Small business automation tools
- EdTech Solutions - Educational technology platform
Night Mode Programs (Creator Economy)
- Universal Passport (aethex.me) - Digital identity system
- NEXUS Marketplace - Digital assets and services
- GAMEFORGE - Game development sprints and tools
- ETHOS Guild - Creator collaboration and mentorship
Tech Stack
- React 18 - UI framework
- Vite - Build tool and dev server
- Tailwind CSS - Utility-first styling
- Framer Motion - Animations
- React Router - Client-side routing
- Supabase - Backend and authentication
- Radix UI - Accessible UI primitives
- Lucide React - Icon system
Getting Started
Prerequisites
- Node.js 18+ (see
.nvmrc) - npm or yarn
Installation
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
Development
The dev server runs on http://localhost:3000 by default.
Project Structure
aethex.co/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ │ ├── ui/ # Base UI primitives (Button, Card, etc.)
│ │ ├── corporate/ # Corporate-specific components
│ │ └── landing/ # Landing page sections
│ ├── pages/ # Route pages
│ │ ├── corporate/ # Corporate pages (About, News, etc.)
│ │ ├── legal/ # Legal pages (Privacy, Terms)
│ │ └── programs/ # Program pages
│ ├── contexts/ # React contexts
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Utilities and Supabase client
│ └── layouts/ # Page layouts
├── plugins/ # Vite plugins
├── tools/ # Build tools
└── dist/ # Production build output
Key Routes
| Route | Description |
|---|---|
/ |
Home page |
/about |
About AeThex |
/divisions |
Company divisions |
/investors |
Investor relations |
/news |
News & announcements |
/careers |
Job listings |
/contact |
Contact form |
/resources |
Resources hub |
/solutions/* |
Enterprise solutions |
/programs/* |
Creator programs |
/marketplace |
NEXUS marketplace |
Environment
The site uses Supabase for backend services. The client is pre-configured in src/lib/customSupabaseClient.js.
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
License
Copyright © 2026 AeThex Corporation. All rights reserved.
Built with love by AeThex Corporation - Pioneering Tomorrow's Technology
