Documentation

Developer Overview

High-level orientation for engineers working in the VIZOR monorepo.

Last updated: February 10, 2026

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 typecheck

Contributing expectations

Follow route and module conventions, update architecture docs for new surfaces, and keep commits coherent.