page ResourcesGuide { layout = "showcase" seo { title = "Resources" description = "Use the component API pages, blocks, and templates as production starting points." } view {
Getting Started

Resources

Use the component API pages, blocks, and templates as production starting points.

Component contracts

Each component page contains live variants, typed props, slots, outputs, copyable WRN source, behavior notes, and responsive guidance.

Blocks and templates

Blocks demonstrate production composition patterns. Templates combine those patterns into public pages, authentication surfaces, and application dashboards.

Framework diagnostics

Use inspect, explain, doctor, and typecheck when a component does not render or hydrate as expected. These commands expose resolved ownership rather than requiring guesswork.

Upgrade safely

Preview framework migrations, commit the current application, apply the update, and review generated migration reports before deployment.

Quick start

bunx wrnexus doctor .
bunx wrnexus inspect styles .
bunx wrnexus update . --latest --dry-run
} }