
Your House in 3D
Turn a handful of phone photos into a watertight, 3D-printable model of your home.
Upload a few photos of your house and get back a printable STL — no scan rig, no CAD. Claude Vision runs a multi-pass elevation analysis to read the geometry straight from the images, then a Python FastAPI service builds a watertight mesh with CSG (manifold3d / trimesh) and validates it for printing. A Next.js storefront with Stripe checkout drives the order; Google Maps handles address autocomplete only — the geometry comes entirely from the photos.
- Multi-pass Claude Vision elevation analysis derives geometry from photos alone
- CSG meshing (manifold3d / trimesh) produces watertight, printable STL files
- Print-readiness validation before a model ships to the slicer
- Stripe checkout storefront with Google Maps address autocomplete









