The application allows users to convert 2D floor plans (PNG, JPG, or PDF) into downloadable, photorealistic 3D renders using AI.
React • Vite • Tailwind CSS • Puter • TypeScript • ESLint • Prettier • Husky • React Router
- Built with React and React Router, bundled with Vite, and styled with Tailwind CSS.
- Authentication, hosting, and worker APIs with Puter.
- Also using TypeScript, ESLint, Prettier, and Husky
Install the dependencies:
npm installCreate an .env file and add your worker url.
VITE_PUTER_WORKER_URL=<your-puter-worker-url>
npm run devYour application will be available at http://localhost:5173.
npm run build
npm start