Roomify turns floor plan images into AI-generated interior renders.
Upload a layout, sign in, and instantly visualize how a space could look, using AI that interprets spatial structure instead of just text prompts.
🔗 Live: https://roomify-seven.vercel.app
- Upload floor plan images (sketches, blueprints, layouts)
- Generates realistic interior renders
- Compare outputs visually
- React Router
- TypeScript
- TailwindCSS
- Puter (auth + AI generation)
- Vite
npm install
npm run dev
App runs at:
npm run build
app/ routes/ components/ lib/ public/
- Sign in with Puter
- Upload floor plan image
- Image generation produces room render
- Authentication via Puter
- Floor plan upload system
- AI-based layout interpretation
- Layout interpretation is AI-inferred, not deterministic
- No persistent room memory
- Outputs may vary between generations
- UI is functional, not production-polished
Hosted on Vercel: https://roomify-seven.vercel.app