This is the official monorepo for VEAMS packages.
@veams/status-quo: framework-agnostic state handlers and React hooks.@veams/form: form state handlers with optional React field bindings.@veams/status-quo-query: TanStack Query service helpers with a subscribable API surface.@veams/partial-hydration: framework-agnostic partial hydration engine with optional React bindings.
The repository includes a documentation app workspace in web/. It is built with Vite and React, deployed to GitHub Pages, and provides routed package documentation under /packages/:packageId/:pageId.
Install dependencies from the repo root:
npm installCommon commands:
npm run build
npm run test
npm run lint
npm run docs:buildRun the docs app locally:
npm run dev -- --filter=@veams/docsBuild the documentation:
npm run docs:buildYou can target a single package with Turbo filters, for example:
npm run build -- --filter=@veams/status-quo