Skip to main content
MediPro is built for sales and fabrication teams who work with aluminum window and door systems. It replaces manual measurement spreadsheets and hand-drawn sketches with a structured configurator that calculates dimensions automatically, renders proportional 2D technical plans, and exports production-ready PDFs. The application is built on Laravel 12 and Livewire 4, with Tailwind CSS for the interface and Alpine.js for lightweight client-side interactions. All dimension logic runs server-side, so the same data drives both the configuration view and the fabrication summary without duplication.

Who it’s for

Sales teams use MediPro to configure window and door systems during customer consultations. They enter the opening dimensions, choose the aluminum system, and immediately see a 2D plan they can hand to the customer or export to PDF. Fabrication teams use the same plan as a production reference. The fabrication summary table lists all adjusted cut dimensions, leaf counts, and included accessories — ready to read directly from the shop floor.

Core capabilities

Window systems

Configure aluminum window systems. Sistema Nova is fully implemented with sliding and fixed panel combinations, real-time 2D plan generation, and profile cut lists.

Door types

Dedicated door configurator with its own 2D plan and fabrication summary, accessible at the /Puerta route.

Automatic dimension calculations

Enter the total width, total height, bridge/transom height, and leaf counts. All internal cut dimensions recalculate instantly on every change.

2D technical plan generation

Proportional 2D plan rendered in the browser. Sliding leaves are labeled C, fixed leaves are labeled F, and all key dimensions are annotated on the drawing.

Fabrication summary

Detailed cut list with aluminum profile codes, cut lengths, and quantities. Profile names resolved from an Excel catalog file.

PDF export

Export the full technical plan and fabrication summary to PDF via the browser’s native print dialog. No server-side renderer required.

Window systems

SystemStatusDescription
Sistema NovaFully implementedThe primary sliding window system. Supports configurable sliding and fixed leaf counts, bridge/transom height, and full 2D plan generation.
PersianaComing soonRoller blind / shutter system.
Doble CorredizaComing soonDouble sliding system where both panels move.
BatienteComing soonCasement (swing-open) window system.
ProyectanteComing soonTop-vent projected window system.
Sistema Nova is the only fully implemented window system. Selecting any other window type displays a “Coming soon” placeholder screen. See the Window Systems section for the full Sistema Nova reference.

Technology stack

LayerTechnology
BackendLaravel 12 (PHP ^8.2)
ReactivityLivewire 4
UITailwind CSS, Alpine.js, Blade components
PDF (HTML-based)barryvdh/laravel-dompdf 3.1
PDF (server-side)spatie/browsershot 5.2
Excel exportmaatwebsite/excel 3.1
DatabaseSQLite (default), MySQL, PostgreSQL

Build docs developers (and LLMs) love