Skip to content
nexisv1.3.3Build with Nexis

Progressive forms

Start with native
browser behavior.

Nexis preserves the regular HTML form. Its client runtime can then layer in loading and response behavior without making the basic submission depend on hydration.

FORM RUNTIME

The form remains useful when scripts are absent.

Native fields, browser validation, and ordinary submission remain the baseline. A production Action should validate input on the server, enforce trusted origins, and use CSRF and idempotency controls where appropriate.

nativeenhancedvalidated server action

This local demo uses a GET endpoint and does not send your data to an external service.