web
Web
The browser runtime application. Web renders the world contract, executes the carry and field layers, and delivers the full Elonn experience in a browser.
Owns:
- browser rendering of carry + field
- client-side runtime state
- UI interactions and navigation
Allowed:
- web runtime
- web.elonn (the client identifier used in presence)
- browser runtime
Forbidden:
- frontend (acceptable in engineering conversation; not a product noun)
- client (too generic; acceptable in technical docs)
- app (too ambiguous across platforms)
- SPA (single-page application; technical descriptor, not a product term)
Notes:
- The web runtime reads the world contract from
world.elonn.localand does not directly call social, maps, or time services. All service access routes through world. - "web.elonn" is the presence runtime identifier — the string that appears in
runtimefield of presence records when a member is using the browser runtime.
Related:
- world
- runtime
- contract
- carry
- field
- panel