Appaloft Docsv685dc5b2b9b264bb9b5749efdc50a341b407289b
Reference

Web console guide

Web console pages, form inputs, question-mark help, and status observation.

Fields that are easy to misunderstand should have ? links to stable public docs anchors.

Resource operations should appear on the resource detail surface where possible.

The Web console collects input, displays state, and calls HTTP/oRPC contracts. Business meaning remains shared.

Self-hosted Web ? links should prefer local /docs/* targets.

When running the Web Vite dev server by itself, /docs/* redirects to the local Docs dev server. The root bun dev command starts docs as well; set APPALOFT_DEV_DOCS_HOST / APPALOFT_DEV_DOCS_PORT to move local docs, or set APPALOFT_WEB_DEV_DOCS_TARGET to override the full target.

The Web console displays the Appaloft product version returned by backend /api/version. The docs site displays the same product version at build time; release and binary packaging inject it through APPALOFT_APP_VERSION, while development falls back to the repository root package.json version.