Skip to content
nexisv1.3.3Build with Nexis

Capabilities

One route model.
Several exact runtimes.

Nexis exposes the primitives a server-rendered application needs while keeping the browser payload proportional to the interaction present on a page.

CapabilityWhat shipsWhere it belongs
Static

HTML + CSS

Public, immutable pages
Event boundary

HTML + event bootstrap + lazy chunk

Discrete user intent
Signal binding

HTML + bindings runtime

Direct scalar DOM changes
Progressive Form

HTML + form runtime

Native submission, enhanced when available
Abstract field of document fragments and interaction boundary pins

Framework surface

Small boundaries can still have a complete toolbox.

01

SSR / SSG / ISR / PPR

Choose rendering and cache behavior per route: static, ISR, server, or partial.

02

Nested layouts and metadata

Compose route shells recursively and inherit metadata while letting child routes override only what changes.

03

Out-of-order Suspense streaming

Flush useful fallback HTML first, then stream finished asynchronous boundaries.

04

Signals and stores

Use typed state, computeds, resources, effects, stores, and lifecycle cleanup without component reconciliation.

05

Progressive Forms and Actions

Keep native browser submission; add idempotency, CSRF, and controlled enhancement only where the route needs it.

06

SEO and media helpers

Generate typed metadata, canonicals, JSON-LD, robots, sitemaps, feeds, responsive pictures, and self-hosted font rules.