# the-doctor.report > A deterministic code-health auditor for Vue 3 and Nuxt 4. It produces the same score every time, surfaces real diagnostics with file/line/rule context, and applies safe auto-fixes — from your terminal or CI. Free and open source (@geoql/vue-doctor, @geoql/nuxt-doctor). the-doctor.report is not linter theater. It runs offline with zero telemetry, audits a 1,200-file Nuxt repo in under two seconds, checks 118 rules across Vue 3 and Nuxt 4 (auto-fixing 60+ of them), and gates CI with SARIF, PR comments, and status checks. A separate `design` subcommand runs a focused design-quality audit (accessibility, UI states, forms, and production polish) via shadscan-vue, producing an independent 0-100 design score. A hosted dashboard adds score history, team baselines, and regression tracking — in a monorepo, one project slug carries a separate score series per sub-app via `--push-workspace`. ## Product - [the-doctor.report](https://the-doctor.report): Marketing overview — what it audits, how scoring works, pricing - [Dashboard (app)](https://app.the-doctor.report): Hosted score history, trends, and team baselines per repo (monorepos: per-workspace score series under one project) - [Leaderboard](https://app.the-doctor.report/leaderboard): Public leaderboard of scored open-source repositories - [Full content for LLMs](https://the-doctor.report/llms-full.txt): Complete plaintext reference in one file ## Documentation - [Installation](https://docs.the-doctor.report/getting-started/installation): Install @geoql/vue-doctor or @geoql/nuxt-doctor and run your first audit - [Documentation home](https://docs.the-doctor.report): CLI reference, rules, scoring, and CI integration ## Source & packages - [GitHub: geoql/doctor](https://github.com/geoql/doctor): Source code, issues, and releases - [npm: @geoql/vue-doctor](https://www.npmjs.com/package/@geoql/vue-doctor): Vue 3 auditor CLI - [npm: @geoql/nuxt-doctor](https://www.npmjs.com/package/@geoql/nuxt-doctor): Nuxt 4 auditor CLI - [JSR: @geoql](https://jsr.io/@geoql): All packages on JSR ## Optional - [Privacy](https://the-doctor.report/privacy): Privacy policy - [Terms](https://the-doctor.report/terms): Terms of service - [Sponsor](https://github.com/sponsors/vinayakkulkarni): Support ongoing development