12 Commits

Author SHA1 Message Date
Agent Zero
2a6bc36623 Fix: Use relative API URLs for production upload functionality 2026-02-15 18:29:31 +00:00
Agent Zero
358dd88ac8 Fix: Explicitly set PORT=3000 in Dockerfile to avoid env variable conflict 2026-02-15 18:14:36 +00:00
Agent Zero
a87afe325f Add Docker support for integrated deployment
- Created Dockerfile with multi-stage build (React + Express)
- Created docker-compose.yml for Coolify deployment
- Updated server.js to serve static files from dist/
- Fixed package-lock.json with npm install
- Express server now serves both API and frontend
- Ready for single-command deployment
2026-02-15 17:43:13 +00:00
Agent Zero
b3d56544c5 Add file upload & 3D conversion feature
- Express backend with /api/upload endpoint
- Multer for file handling (FBX, OBJ, GLTF, GLB)
- Auto-conversion to Draco-compressed GLB
- UploadSection component with drag-drop UI
- Auto-display converted models in gallery
- Updated build scripts for full-stack deployment
2026-02-15 17:31:49 +00:00
Agent Zero
eda2667201 Add compression ratios and animation support to 3D viewer 2026-02-15 16:53:08 +00:00
Agent Zero
22912a4235 Add bust_of_David to interactive 3D viewer 2026-02-15 16:37:53 +00:00
Agent Zero
0fa2b1e3a4 Add bust_of_David OBJ+MTL model to 3D refinery showcase 2026-02-15 16:18:37 +00:00
Agent Zero
f0f4a909e8 Add Three.js GLB 3D viewer with real processed models 2026-02-15 15:46:42 +00:00
Agent Zero
d741ea37c2 Fix CSS variables - add missing vars for Footer, Contact, About sections 2026-02-15 15:41:36 +00:00
Agent Zero
ddf3b617f4 Fix: Remove Three.js dependency, showcase actual 3D models 2026-02-15 15:25:31 +00:00
Agent Zero
53e57d5554 Major redesign: dark theme, 3D viewer, product showcase 2026-02-15 15:22:53 +00:00
Agent Zero
88eb8c793a Initial commit: Modern services website with React + Vite
Features:
- Responsive hero section with animated gradients
- Services grid with 6 service cards (Web Dev, UI/UX, Marketing, Mobile, Cloud, Security)
- About section with company highlights and stats
- Contact form and contact information
- Modern dark theme with gradient accents
- Fully responsive design
- Optimized for Coolify static deployment

Tech Stack:
- React 18
- TypeScript
- Vite
- Lucide React icons
- CSS custom properties and gradients
2026-02-15 14:10:55 +00:00