No description
  • JavaScript 93.5%
  • CSS 4.4%
  • PLpgSQL 1.7%
  • HTML 0.4%
Find a file
2026-02-10 04:42:39 +00:00
dist feat: Enhanced dashboard with activity tracking, referrals, and professional profile 2026-02-10 04:26:10 +00:00
plugins new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
public feat: add comprehensive CRM admin system 2026-02-10 03:39:34 +00:00
src modified: src/pages/corporate/Home.jsx 2026-02-10 04:42:39 +00:00
supabase/migrations feat: Enhanced dashboard with activity tracking, referrals, and professional profile 2026-02-10 04:26:10 +00:00
tools new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
.gitignore new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
.nvmrc new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
eslint.config.mjs new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
index.html feat: update fonts to Electrolize (headings) and Source Sans 3 (body) 2026-02-10 00:39:31 +00:00
package-lock.json fix: regenerate package-lock.json with yaml@2.8.2 2026-02-09 22:15:48 +00:00
package.json new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
postcss.config.js new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00
README.md fix: resolve all markdown linting warnings in README 2026-02-10 00:12:52 +00:00
tailwind.config.js feat: update fonts to Electrolize (headings) and Source Sans 3 (body) 2026-02-10 00:39:31 +00:00
vite.config.js new file: dist/assets/AutomationPage-0632f79b.js 2026-02-09 22:07:43 +00:00

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).

AeThex Corporation

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

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

Copyright © 2026 AeThex Corporation. All rights reserved.


Built with love by AeThex Corporation - Pioneering Tomorrow's Technology