RWKV-Gradio-3 is a public Hugging Face Space built around RWKV7-G1, an open language model from BlinkDL. The demo focuses on one clear workflow: you describe a webpage you want, then the app generates HTML and renders multiple live previews so you can compare different drafts quickly.
The useful part is the packaging. A raw language model can write code, but this Space turns that ability into a repeatable design-prototyping loop. You can ask for a landing page, dashboard, menu, game screen, or interactive visual, then review the generated HTML output directly instead of copying code into a separate editor first.
The backing model and app code are public. The Space downloads RWKV7-G1 weights from Hugging Face, uses a public Gradio app, and includes the local dependencies needed to understand how the browser workflow is wired together.