AI UI Rebuilder
I built AI UI Rebuilder for teams that need to capture someone else’s UI in minutes instead of days. Point it at any public page or drop in raw HTML and it will return ready-to-use Tailwind/Bootstrap blocks, semantic tags (hero, pricing table, etc.), and a full theme snapshot (colors, fonts, SCSS + tailwind.config). There’s a headless mode powered by Playwright for SPAs, plus a fallback that…
AI UI Rebuilder endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health /health |
Return { status: "ok", version: "1.0.0" } so consumers can monitor the service. |
| POST |
Rebuild /rebuild |
Rebuilds a public webpage or raw HTML into Tailwind/Bootstrap components, semantic blocks, theme config, etc. Requires x-api-key header. |
AI UI Rebuilder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO Recommended | $19 / month | 5 / second |
|
| ULTRA | $79 / month | 10 / second |
|
| MEGA | $249 / month | 20 / second |
|