# HTML Anything
HTML Anything is a plugin for [[Open Design]] that converts natural-language prompts into raw HTML and CSS. No framework. No component library. No design canvas in the middle. The output is plain markup that runs anywhere a browser does.
It sits at the intersection of [[Vibe Coding]] and design tooling. Instead of dragging components or writing JSX, you describe what the page should look like and get a working HTML/CSS artifact back. Useful for landing pages, prototypes, single-purpose pages, email templates, or any context where pulling in a [[React]] stack would be overkill.
Relevant because raw HTML/CSS output is portable in a way framework-bound generators (v0, Lovable, Bolt) are not. The artifact is the deliverable, not a project that needs scaffolding to render. Pairs naturally with the [[Open Design]] Skills/Systems model when on-brand output is required.
## References
- https://open-design.ai/html-anything/
## Related
- [[Open Design]]
- [[Claude Design]]
- [[Vibe Coding]]
- [[Prompt Engineering]]
- [[AI Agents]]
- [[Large Language Models (LLMs)]]