Transform 2D floor plans into photorealistic 3D renders using AI.
- React + TypeScript — UI
- Vite — Build tool
- TailwindCSS — Styling
- Puter.js — Auth, file storage, KV database, and AI models
- Claude / Gemini — AI rendering
- 2D-to-3D photorealistic rendering
- Persistent file storage with public URLs
- Project gallery with history
- Before/after comparison slider
- Public community feed
- Privacy controls (public/private toggle)
- Export AI-generated renders
git clone https://github.com/Cyberady/roomify
cd roomify
npm installCreate a .env file in the root:
VITE_PUTER_WORKER_URL=""Get your worker URL by signing up at puter.com.
npm run devOpen http://localhost:5173 in your browser.
npm run builddocker build -t roomify .
docker run -p 3000:3000 roomify