← All work
Feb 2026
KompAI
Describe a page. Watch HTML, CSS, and JavaScript appear in a sandboxed preview you can click and edit.
React 19
Vite
HuggingFace API
LLMs
Problem
Prompt-to-site tools often dump a blob of markup you cannot inspect. Designers and engineers still need to click a node, tweak it, and keep files coherent.
Approach
- Live preview in a sandboxed iframe so generated scripts cannot touch the host app.
- Click-to-inspect on the DOM so edits target a real node, not a guess in the prompt.
- Multi-file editing and ZIP import so a project can start from existing HTML rather than a blank chat.
Models
Five-plus models via the HuggingFace Inference API generate and revise HTML, CSS, and JavaScript from natural language. The builder stays model-agnostic; the UI is the product.
Outcome
A working no-code design surface: prompt, preview, inspect, export. Shipped as a public demo.