Enigmatic Webapp

Auth

Checking…

Reactive state

Edit the message; the custom element updates automatically.

<!-- HTML: data="message" binds to state.message -->
<hello-world data="message"></hello-world>

// JS: updating state re-renders the element
window.state.message = "World";

KV storage

LLM Chat

Files