No description
Find a file
2026-01-23 22:38:58 +00:00
.github Move Astro project to repo root for Railway deployment 2026-01-18 21:43:50 +00:00
.vscode Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00
public Merge branch 'main' of https://github.com/AeThex-LABS/aethex.us 2026-01-23 22:38:58 +00:00
src refactor: simplify site structure with external domain links 2026-01-19 08:58:58 +00:00
.gitignore Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00
aethex-landing-mockup.html Move Astro project to repo root for Railway deployment 2026-01-18 21:43:50 +00:00
astro.config.mjs Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00
Gemini_Generated_Image_e4lkhke4lkhke4lk (1).png new file: public/gameforge-logo.png 2026-01-23 22:32:32 +00:00
Gemini_Generated_Image_e4lkhke4lkhke4lk (17).png new file: public/gameforge-logo.png 2026-01-23 22:32:32 +00:00
Gemini_Generated_Image_e4lkhke4lkhke4lk (22).png new file: public/gameforge-logo.png 2026-01-23 22:32:32 +00:00
Gemini_Generated_Image_e4lkhke4lkhke4lk.png new file: public/gameforge-logo.png 2026-01-23 22:32:32 +00:00
package-lock.json Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00
package.json Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00
README.md docs: update README with project-specific content 2026-01-19 06:42:26 +00:00
tsconfig.json Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00

AeThex

Infrastructure for the Metaverse.

About

AeThex provides foundational infrastructure for building immersive digital experiences. The platform is organized into three divisions:

  • Foundation - Open-source tools and community governance
  • Corporation - Commercial products and enterprise services
  • Labs - Research & development for experimental technologies

Tech Stack

  • Astro - Static site generator
  • CSS with custom properties and animations
  • Responsive design with mobile-first breakpoints

Project Structure

/
├── public/
│   └── global.css          # Global styles
├── src/
│   ├── components/         # Reusable UI components
│   ├── layouts/
│   │   └── MainLayout.astro
│   └── pages/
│       ├── index.astro     # Homepage
│       ├── foundation.astro
│       ├── corporation.astro
│       ├── labs.astro
│       ├── products.astro
│       ├── community.astro
│       ├── docs.astro
│       └── about.astro
└── package.json

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

License

© 2026 AeThex