Wexts
DocsRPCRuntimeShield
Get started
Docs navigation

Start

Getting StartedInstallationProject Structure

Core

RPCCodegenRuntimeCLIError Codes

Operate

VPS DeploymentVercel DeploymentWexts ShieldTroubleshootingKnown Limitations

Project

Migration GuideSemver Policy

Start

Getting StartedInstallationProject Structure

Core

RPCCodegenRuntimeCLIError Codes

Operate

VPS DeploymentVercel DeploymentWexts ShieldTroubleshootingKnown Limitations

Project

Migration GuideSemver Policy

Documentation

Build from the verified Wexts 4 path.

Practical documentation for the starter, generated RPC, production runtime, Vercel Build Output support, VPS deployment, and Wexts Shield.

verified starter
npx wexts create my-app
cd my-app
pnpm install
pnpm run dev

Getting Started

Create the verified starter, run the local workflow, and inspect the generated RPC path.

RPC and Codegen

Use @RpcService(), @RpcMethod(), generated manifests, and useWexts() without runtime scanning.

Production Runtime

Serve RPC, NestJS, Next.js, health checks, and Shield through one Fastify entrypoint.

Wexts Shield

Configure application-layer headers, CORS, CSRF, limits, route policies, and redacted audit logs.

CLI Reference

Use create, generate, build, start, vercel-build, doctor, and security checks predictably.

Known Limitations

Understand dev/runtime differences, serverless constraints, WebSocket requirements, and shared stores.