Transform floor plan photos into beautiful AI-rendered visualizations instantly.
promo-video.mp4
Roomify is an AI-powered interior design tool that transforms your floor plan photos into stunning 3D visualizations. Simply upload a photo of a floor plan, and Roomify uses AI to generate beautiful renderings that help you visualize the space.
- 📸 Photo to Render - Upload any floor plan photo and get an instant AI rendering
- 🎨 AI-Powered - Powered by advanced AI image generation
- 💾 Save & Share - Save your projects privately or share with the community
- 📱 Simple Workflow - Upload → Generate → Compare → Export
npm installStart the development server:
npm run devYour application will be available at http://localhost:5173.
- Upload - Drop your floor plan image (JPG, PNG)
- AI Processing - The AI analyzes your floor plan and generates a render
- Compare - Use the before/after slider to compare floor plan vs render
- Export - Download your visualization
- Frontend: React Router v7, React 19, Tailwind CSS v4
- Backend: Puter.js (browser-based cloud)
- AI: Gemini AI for image generation
docker build -t roomify .
# Run the container
docker run -p 3000:3000 roomifyRoomify runs entirely in the browser using Puter.js - no traditional backend required!
Built with ❤️ using React Router and Puter.js