UIWiz is an AI-native UI development platform designed to bridge the gap between a raw idea and a functional interface. I built this because I was frustrated with the "credit-trap" of existing AI tools—developers shouldn't have to worry about a "per-prompt" cost just to scaffold a landing page or a dashboard.
With UIWiz, you bring your own Google Gemini API key. This gives you full control and unlimited generations without the premium subscription fatigue. Whether you're describing a UI in plain English or uploading a design screenshot, UIWiz generates clean, structured React + Tailwind CSS code in real-time.
🚀 Key Features
Prompt-to-UI: Describe complex layouts and watch the React/TSX code stream and render instantly.
Vision-to-Code: Upload a screenshot of a website or a UI sketch, and let the AI replicate the layout for you.
Iterative Refinement: Refine your designs by chatting. Ask for "dark mode," "more padding," or "add a pricing section," and it updates the code on the fly.
Multi-Device Preview: Switch between Desktop, Tablet, and Mobile views using an integrated Sandpack-powered environment.
Developer First: Toggle to the code view, copy the component, and drop it straight into your project.
Frontend: React 19, Vite 7, Framer Motion, Sandpack (for live rendering), Lucide Icons.
Backend: Django (DRF), PostgreSQL, WhiteNoise.
Built with