Homepage Redesign

This commit is contained in:
Eric Gullickson
2025-11-03 14:06:54 -06:00
parent 54d97a98b5
commit eeb20543fa
71 changed files with 3925 additions and 1340 deletions

View File

@@ -91,8 +91,8 @@ Canonical sources only — avoid duplication:
## Architecture Context for AI
### Simplified 6-Container Architecture
**MotoVaultPro uses a simplified architecture:** A single-tenant application with 6 containers - Traefik, Frontend, Backend, PostgreSQL, Redis, and integrated Platform service. Application features in `backend/src/features/[name]/` are self-contained modules within the backend service.
### Simplified 5-Container Architecture
**MotoVaultPro uses a simplified architecture:** A single-tenant application with 5 containers - Traefik, Frontend, Backend, PostgreSQL, and Redis. Application features in `backend/src/features/[name]/` are self-contained modules within the backend service, including the platform feature for vehicle data and VIN decoding.
### Key Principles for AI Understanding
- **Production-Only**: All services use production builds and configuration