Planora BIM Collaboration Website
A fast, SEO-friendly MERN web application built for 3D Building Information Modeling (BIM) visualization, interactive annotations, and cloud-synced project data — all directly inside the browser.

About the Website
Planora is a MERN stack website that brings 3D BIM model viewing and review into a standard web browser. Node.js and Express serve lightweight REST API routes, MongoDB stores model metadata and annotation data, and a Next.js/React frontend renders a fast, SEO-friendly interface. Three.js and Rust-compiled WebAssembly handle GPU-accelerated 3D rendering on the client side, so heavy CAD files load smoothly without any desktop software.
Key Features
- 3d_rotationIn-Browser 3D ViewportSmooth panning, zooming, and rotating of IFC and Revit files directly in the browser.
- databaseMongoDB Data LayerStructured document models for fast retrieval of BIM metadata, component specs, and tags.
- add_commentPersistent Web AnnotationsCoordinate-based 3D pin-drops stored in MongoDB and served via REST APIs.
- travel_exploreSEO-Optimized PagesServer-rendered Next.js pages with clean metadata, fast load times, and crawlable content for better search visibility.
MERN Stack Tech Ecosystem
MERN website architecture, Express API endpoints, MongoDB document schemas, a Next.js frontend built for SEO, and WASM/Three.js rendering optimization.