AeThex-OS/server
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
..
api new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
data Add knowledge base and chat history for AI assistant 2025-12-21 23:30:44 +00:00
.env modified: server/supabase.ts 2025-12-22 02:26:12 +00:00
auth.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
capability-guard.ts modified: server/routes.ts 2025-12-24 02:45:56 +00:00
community-routes.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
cors-config.ts feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
dashboard.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
game-dev-apis.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
game-routes.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
index.ts feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
oauth-handlers.ts feat: integrate AeThex Language across entire OS ecosystem 2026-02-11 22:28:05 -07:00
openai.ts modified: server/openai.ts 2025-12-23 21:41:48 +00:00
org-middleware.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
org-scoping.test.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
org-storage.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
revenue.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
routes.ts Resolve merge conflicts and complete merge 2026-01-25 20:45:57 -07:00
settlement.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
splits.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
static.ts fix(android): force manual file load to bypass black screen issue 2026-02-11 21:49:31 -07:00
storage.ts merge: Resolve conflicts and add GitHub Pages fix 2026-01-06 00:28:01 +00:00
supabase.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
vite.ts Extracted stack files 2025-12-15 20:52:49 +00:00
votes.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
websocket.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00