Professional-grade door replacement planner. Accurate material takeoffs, cost, and time — with the heavy optimization running in WebAssembly.
Add Door Replacement
Current Project
DOORS
0
EST. MATERIALS
$0
TOTAL COST
$0
INSTALL TIME
0h
Opening Preview
Add doors above to see a visual
Prework tip: Always measure the rough opening, not the old door.
Prework Checklist
THE MODULE THAT MATTERS
Powered by WebAssembly
The optimization and complex material math run in a Rust-compiled WebAssembly module. This keeps the heavy lifting fast, precise, and decoupled from the UI layer.
WASM MODULE ACTIVE
Click the button above to run an optimization pass in WebAssembly (simulated with real module logic for this demo).
Full Rust source that compiles to the WASM module lives in /rust in this repo.
Build with wasm-pack build --target web.