Local generative interface

The AI Canvas

Describe a small tool, page, or game and a local model builds the interface as HTML, CSS and SVG. Buttons and forms send the next action back to the model, which returns the next screen. The generated page runs inside a restricted frame, without generated scripts. The service is part of ErnosDecent, written in ErnosPlain, and runs on the Ernos Labs machine.

Checking the canvas…

Try: “a Connect 4 game”, “a calculator”, “a neon synthwave sign-in card”, “a reference page about the Iron Age with useful links”. A local model dedicated to the Canvas generates the screen. The result is placed in a script-restricted frame so generated content cannot execute JavaScript.


How it works

How a request becomes an interface

The service turns the request into finished HTML, CSS and SVG and sends that result to the browser. Each form includes the information needed for its next action, so the following screen can be generated without keeping a private user session. This keeps the result portable and makes the security boundary clear: ordinary browser content inside a restricted frame.