
La Belle Garantie – Mécanique
About
La Belle Garantie – Mécanique is a specialized digital platform that revolutionizes the vehicle mechanical warranty subscription process in France through an innovative real-time guarantee simulator. The platform allows users to simply enter their license plate number and current mileage to instantly receive a personalized warranty quote tailored to their specific vehicle profile. This intelligent system analyzes multiple data points including vehicle age, make, model, and usage patterns to calculate the optimal coverage plan. The user-friendly interface guides customers through the entire subscription process, from initial quotation to final purchase, with transparent pricing and comprehensive coverage details. The platform's sophisticated backend handles complex calculations and provides instant responses, making the traditionally cumbersome process of obtaining a vehicle warranty seamless, transparent, and accessible. This digital-first approach represents a significant advancement in the French automotive warranty market, offering consumers convenience and peace of mind.
Tech Stack
Key Features
- Real-time warranty simulator with instant personalized quote generation based on vehicle data
- License plate lookup integration for automatic vehicle identification and profile creation
- Multi-factor coverage calculation considering vehicle age, make, model, and usage patterns
- Transparent pricing display with detailed coverage breakdown and exclusion information
- Streamlined digital subscription workflow from initial quote to final warranty purchase
My Role
Built the warranty simulator frontend with React, including the license plate input form, dynamic quote calculation logic, and the complete subscription checkout flow. Developed the Node.js API endpoints that process vehicle data and return real-time pricing based on coverage parameters.
Challenges & Solutions
The primary challenge was building a real-time quote engine that could instantly calculate accurate warranty pricing based on multiple vehicle parameters while handling API latency gracefully. This was addressed by implementing optimistic UI updates with loading states, caching frequent vehicle profiles, and using debounced API calls to prevent excessive requests during user input.


