A drag-and-drop UI builder inspired by Blocks that focuses on Ant Design components. The application lets you compose responsive layouts with rows, columns, and forms, tweak component properties, and generate ready-to-use React code.
- 📦 Component palette with curated Ant Design building blocks (layout, form, inputs, content).
- 🧱 Nested drag-and-drop canvas with support for rows, columns, forms, and form items.
- 🧮 Property inspector for editing component settings (layout, labels, placeholders, etc.).
- 🧾 Live React/Ant Design code generation reflecting the canvas state.
npm install
npm run dev
The development server runs on http://localhost:5173.
npm run build
This produces an optimized production bundle in the dist
directory.