Framework Guides
VhyxSeal ships first-party adapters for React, Next.js, Vue, and Vanilla JS. Every adapter wraps the same @vhyxseal/core — contracts defined in one framework are compatible with any other.
React
React 18+ adapter with SealProvider, withAgentContract HOC, and useContract / useCapability / useAgentAction hooks.
Next.js
Next.js integration with vhyxsealPlugin(), handleManifestRoute(), and App Router server component support.
Vue
Vue 3 adapter with VhyxSealPlugin and composables mirroring the React hook API.
Vanilla JS
Web Components adapter — SealButton, SealInput, SealForm, SealNav, SealDisplay, SealConfirmation.