Skip to content
Arcovia

Quick start

From the root of a React or Next.js project, run:

Terminal window
npx arcovia analyze .

You can also install the CLI globally:

Terminal window
npm install -g arcovia
arcovia analyze .

Arcovia prints the architecture score, grade, highest-priority findings, and the location of generated reports. Start with the score and hotspots, then open the HTML report for the complete view.

Example Arcovia terminal output showing project validation, architecture score, findings, and generated report path

By default, Arcovia writes reports to .arcovia-report:

.arcovia-report/
analysis.json
report.html

Open report.html in a browser. It is a portable, offline file you can share with your team.

Terminal window
arcovia analyze . --output ./reports

Next, learn how to read the report.