A modern, AI-powered application for transforming interior spaces with cutting-edge design. Upload a photo of your room and get a redesigned space in seconds.
- Modern UI with glassmorphism effects and fluid animations
- AI-Powered Design transformation using Replicate API
- Multiple Design Styles including Modern, Vintage, Minimalist, and Professional
- Various Room Types such as Living Room, Dining Room, Bedroom, Bathroom, and Office
- Responsive Design that works on both desktop and mobile devices
In your Terminal app
# Clone the repo
git clone git@github.com:siegblink/interior-designer-ai.gitBun is a fast JavaScript runtime and package manager. Install it using:
# macOS/Linux
curl -fsSL https://bun.sh/install | bash
# Windows
powershell -c "irm bun.sh/install.ps1 | iex"For more installation options, visit https://bun.sh/docs/installation
Go to the project's directory
- Type
cd interior-designer-ai - Then,
bun install
4. Create an account at replicate
# Replace 'your-api-token' with your own API token from replicate
REPLICATE_API_TOKEN=your-api-token
Back in your Terminal in the project directory, type bun dev
- Next.js 16 - React framework for production
- React 19 - UI component library
- Tailwind CSS 4 - Utility-first CSS framework
- shadcn/ui - Accessible UI component library built on Radix UI
- cmdk - Command menu for searchable dropdowns
- Replicate API - For AI-powered design transformations
Contributions are welcome! Please check out our contribution guidelines first.
This project is open source and available under the MIT License.




