Skip to content
Arcovia

Introduction

Arcovia is a local architecture analysis CLI for React and Next.js applications. It builds a dependency graph, evaluates deterministic rules, and generates a report with practical next steps.

  • Is this architecture healthy? An explainable score and category health show the current state.
  • Why did it receive this score? Every deduction links back to observed findings.
  • What should we fix first? Hotspots and quick wins help teams prioritize the work with the greatest impact.

Use Arcovia when a project has grown beyond a handful of components and you want a shared, repeatable way to discuss architectural quality. It supports React, Next.js, Vite, and experimental Remix-compatible analysis.

Arcovia runs on your machine. It does not upload your source code, require an account, or collect telemetry. Scores and findings come from static analysis rather than generative AI, so the same project produces the same result.

Follow the quick start to analyze your first project.