AeThex-OS/client/src/lib
MrPiglr a15b5b1015 feat: integrate AeThex Language across entire OS ecosystem
Major Features:
- Custom .aethex programming language with cross-platform compilation
- Compiles to JavaScript, Lua (Roblox), Verse (UEFN), and C# (Unity)
- Built-in COPPA compliance and PII detection for safe metaverse development

Integration Points:
1. Terminal Integration
   - Added 'aethex' command for in-terminal compilation
   - Support for all compilation targets with --target flag
   - Real-time error reporting and syntax highlighting

2. IDE Integration
   - Native .aethex file support in Monaco editor
   - One-click compilation with target selector
   - Download compiled code functionality
   - Two example files: hello.aethex and auth.aethex

3. Curriculum Integration
   - New "AeThex Language" section in Foundry tech tree
   - Three modules: Realities & Journeys, Cross-Platform Sync, COPPA Compliance
   - Certification path for students

4. Documentation Site
   - Complete docs at /docs route (client/src/pages/aethex-docs.tsx)
   - Searchable documentation with sidebar navigation
   - Language guide, standard library reference, and examples
   - Ready for deployment to aethex.dev

5. npm Package Publishing
   - @aethex.os/core@1.0.0 - Standard library (published)
   - @aethex.os/cli@1.0.1 - Command line compiler (published)
   - Both packages live on npm and globally installable

Domain Configuration:
- DNS setup for 29+ domains (aethex.app, aethex.co, etc.)
- nginx reverse proxy configuration
- CORS configuration for cross-domain requests
- OAuth redirect fixes for hash-based routing

Standard Library Features:
- Passport: Universal identity across platforms
- DataSync: Cross-platform data synchronization
- SafeInput: PII detection (phone, email, SSN, credit cards)
- Compliance: COPPA/FERPA age gates and audit logging

Documentation Package:
- Created aethex-dev-docs.zip with complete documentation
- Ready for static site deployment
- Includes examples, API reference, and quickstart guide

Technical Improvements:
- Fixed OAuth blank page issue (hash routing)
- Added .gitignore rules for temp files
- Cleaned up build artifacts and temporary files
- Updated all package references to @aethex.os namespace

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-11 22:28:05 -07:00
..
aethex feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
api.ts Prepare codebase for future cross-platform deployment 2025-12-17 04:59:41 +00:00
auth.tsx new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
embed-utils.ts modified: client/index.html 2026-02-03 11:59:47 -07:00
haptics.ts new file: .gemini/settings.json 2026-01-03 23:56:43 -07:00
iconMap.tsx Add a virtual desktop environment with app management 2025-12-16 06:30:51 +00:00
platform.ts feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
queryClient.ts Extracted stack files 2025-12-15 20:52:49 +00:00
storage.ts Prepare codebase for future cross-platform deployment 2025-12-17 04:59:41 +00:00
supabase.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
utils.ts Extracted stack files 2025-12-15 20:52:49 +00:00