Architecture at a glance
VIZOR is organized as a monorepo with app, package, and documentation workspaces.
The main product app runs in Next.js App Router under `apps/web`.
Core workflows
Use the standard scripts to install, validate, and run development tasks.
Local workflow
pnpm install
pnpm dev
pnpm lint
pnpm typecheckContributing expectations
Follow route and module conventions, update architecture docs for new surfaces, and keep commits coherent.