All examples

Hello

Minimal
Hello preview

A single static index.html with no build step and no API calls. Its only job is to prove the hosting loop: register a public app, deploy a folder, and watch it go live at {slug}.rexium.app behind the platform's CSP and TLS. Once this works, everything else is just adding logic on top.

Stack
Static HTMLNo build
Scopes

None — fully static, no token needed.

How to run

  1. 1Open examples/rexium-surface-hello/index.html in a browser to preview.
  2. 2Register a public (PKCE) app at /build/apps.
  3. 3Deploy the folder's contents (index.html at the root) and pick a slug.
  4. 4Visit https://{slug}.rexium.app.
View live demo examples/rexium-surface-hello