Fast & precise
Move rooms and symbols with mouse or set their sizes and distances numerically when high precision is required.
Multi-platform
Use your mobile device on location and complete the work on your computer at the office.
3D mode
See your project in 3D, as many floors as you need. Camera can be freely positioned.
Create detailed and precise floor plans. See them in 3D or print to scale. Add furniture to design interior of your home. Have your floor plan with you while shopping to check if there is enough room for a new furniture.
// make deletePhoto and openLightbox globally available for inline handlers window.deletePhoto = deletePhoto; window.openLightbox = openLightbox;
/* Photo card */ .photo-card background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 8px 18px rgba(0,0,0,0.05); transition: transform 0.2s ease, box-shadow 0.2s; border: 1px solid #ece4d9;
Since the drop on May 3rd, the hashtag #JUFotoUpdate has trended on German Twitter (X) and Reddit (r/Medien). We aggregated the top three reactions:
// Render gallery from photosArray function renderGallery() if (!galleryContainer) return; if (photosArray.length === 0) galleryContainer.innerHTML = `<div class="empty-state">📭 Noch keine Fotos. Lade deine ersten Editorial-Bilder hoch.</div>`; photoCountSpan.innerText = `0 Fotos`; return;