5 Commits

Author SHA1 Message Date
Ubuntu
3d788740cb feat: Latest production version with interior scene and glass
Includes room interior with floor, walls, glass you can see through,
and all uncommitted production changes that were running live.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 14:50:31 +00:00
Ubuntu
2b62152d45 Add Aluwdoors configurator reference scripts and styles
Downloaded core configurator files from configurator.aluwdoors.com:

JavaScript:
- configurator.iife.js?v=mlaxicsg (2.3MB) - Main configurator logic
- opentype.js (124KB) - Font rendering library

CSS:
- configurator.css?v=mlaxicsg (377KB) - Configurator styles

Created scripts/download-js-css.sh for reproducible downloads

Location: public/aluwdoors-ref/
Total: ~2.8MB

These files can be analyzed for:
- Business logic patterns
- UI/UX patterns
- Configuration state management
- 3D rendering approaches

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 17:03:45 +00:00
Ubuntu
1fc297e6b5 Add Aluwdoors configurator reference assets
Downloaded 21 assets from configurator.aluwdoors.com:

Glass Textures (6):
- blank, brons, grijs (clear glass variations)
- mat-blank, mat-brons, mat-zwart (frosted glass)

Metal Textures (6):
- antraciet, beige, brons, goud, zwart, ral-keuze
- High-res JPGs (175-208KB) for realistic material rendering

Handle Types SVG (5):
- beugelgreep (bracket handle)
- geen (no handle)
- hoekgreep (corner handle)
- maangreep (moon handle)
- ovaalgreep (oval handle)

Divider Types SVG (2):
- platte-roede (flat divider)
- t-roede (T-profile divider)

Door Direction SVG (2):
- DIN-links (left swing)
- DIN-rechts (right swing)

Created scripts/download-assets.sh for reproducible downloads

Location: public/textures/aluwdoors/
Total size: ~2.8MB

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 17:00:24 +00:00
Ubuntu
9cf5cea3ba Add premium configurator with split-screen layout
- Redesigned configurator page with split-screen interface
- Left: Large visual preview with sticky positioning
- Right: Premium white controls container with form steps
- Added complete configurator wizard (5 steps)
- Updated hero CTA to "Zelf ontwerpen"
- Configured Shadcn UI with Slate theme
- Added layout components (Navbar, Footer)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 15:59:37 +00:00
Ubuntu
c283d7193a Initial commit from Create Next App 2026-02-09 19:59:14 +00:00