Skip to main content

Quick Start

Get MediPro running in minutes with step-by-step setup instructions.

Window Configuration

Configure aluminum windows with dynamic measurement calculations.

Door Configuration

Configure multiple door types with precise profile measurements.

Technical Plans

Generate proportional 2D technical plans for production and sales.

What is MediPro?

MediPro is a web application built with Laravel + Livewire for quoting, configuring, and generating technical 2D plans for aluminum windows and doors. It bridges the gap between sales and fabrication teams by providing a single source of truth for measurements, profiles, and production data. The system automatically calculates adjusted widths, bridge heights, glass dimensions, and required aluminum profiles based on user-entered dimensions — eliminating manual measurement errors.

Key capabilities

5 Window Systems

Sistema Nova, Persiana, Doble Corrediza, Batiente, and Proyectante.

5 Door Types

Clásica, Personalizable, Corrediza 1 hoja, Corrediza 2 hojas, and 2 hojas abatible.

Auto Calculations

Automatic adjusted width, glass dimensions, and profile quantity calculations.

2D Technical Plans

Real-time proportional visualizations with labeled sections and dimensions.

PDF Export

Print-ready technical plans and fabrication summaries in one click.

Profile Catalog

Excel-based catalog integration for automatic profile name resolution.

System modules

MediPro is organized into two primary configuration modules, accessible from the home screen:

Ventana (Window)

Access the window configurator at /Ventana. Supports Sistema Nova (fully implemented) and four additional systems coming soon.

Puerta (Door)

Access the door configurator at /Puerta. Supports Clásica, Personalizable, and Corrediza variants.

Get started

1

Install dependencies

Run composer install and npm install to set up PHP and JavaScript dependencies.
2

Configure environment

Copy .env.example to .env and run php artisan key:generate.
3

Run migrations

Execute php artisan migrate to create the required database tables.
4

Start the server

Run php artisan serve and navigate to http://localhost:8000.
MediPro requires PHP 8.2+, Composer, Node.js, and a database (SQLite works out of the box for development).

Build docs developers (and LLMs) love