AeThex-OS/temp-connect-extract/AeThex-Connect-main/astro-site
MrPiglr b3c308b2c8 Add functional marketplace modules, bottom nav bar, root terminal, arcade games
- ModuleManager: Central tracking for installed marketplace modules
- DataAnalyzerWidget: Real-time CPU/RAM/Battery/Storage widget (unlocked by Data Analyzer module)
- BottomNavBar: Navigation bar for Projects/Chat/Marketplace/Settings
- RootShell: Real root command execution utility
- TerminalActivity: Full root shell with neofetch, sysinfo, real Linux commands
- Terminal Pro module: Adds aliases (ll, la, h), command history
- ArcadeActivity + SnakeGame: Pixel Arcade module unlocks retro games
- fade_in/fade_out animations for smooth transitions
2026-02-18 22:03:50 -07:00
..
.astro Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
src Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
astro.config.mjs Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
package-lock.json Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
package.json Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
README.md Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
tailwind.config.mjs Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00
tsconfig.json Add functional marketplace modules, bottom nav bar, root terminal, arcade games 2026-02-18 22:03:50 -07:00

AeThex Connect - Astro Landing Site

Modern, sleek landing page for AeThex Connect built with Astro and Tailwind CSS.

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Structure

astro-site/
├── src/
│   ├── pages/
│   │   └── index.astro          # Homepage
│   ├── components/
│   │   ├── Hero.astro           # Hero section with phone mockup
│   │   ├── Features.astro       # Feature cards
│   │   └── Pricing.astro        # Pricing tiers
│   └── layouts/
│       └── Layout.astro         # Base layout
├── public/                      # Static assets
├── astro.config.mjs
├── tailwind.config.mjs
└── package.json

Features

  • Lightning-fast static site generation
  • 🎨 Sleek dark gaming theme
  • 📱 Mobile-first responsive design
  • Animated gradients and smooth transitions
  • 🎯 SEO optimized
  • 🚀 Ready to deploy (Vercel, Netlify, Cloudflare Pages)

Deploy

Vercel

npm i -g vercel
vercel

Netlify

npm i -g netlify-cli
netlify deploy

Cloudflare Pages

Connect your GitHub repo to Cloudflare Pages dashboard.

Build command: npm run build
Output directory: dist