Skip to Content
Get Started

Getting Started

Sicua is a comprehensive static analysis tool for TypeScript/React projects that generates detailed insights about your codebase structure, complexity, and potential issues.

⚠️

Alpha Release - Currently in alpha stage. Best compatibility with Next.js 13.4+ TypeScript projects using the App Router.

Installation

npx sicua

Quick Start

cd your-nextjs-project

Run the analysis

npx sicua

Upload results to platform

Visit sicualabs.com and upload your analysis-results.json

Generated Output

After analysis, you’ll find this structure in your project:

    • analysis-results.json
    • package.json
    • next.config.js

CLI Options

OptionDescriptionDefault
-p, --path <path>Project path to analyzeCurrent directory
-o, --output <path>Output file locationanalysis-results.json
--src <dir>Source directoryAuto-detected
--verboseEnable detailed loggingfalse
--forceForce analysis on validation errorsfalse

Additional Commands

sicua validate

Validates your project structure before running analysis

Requirements

System Requirements

  • Node.js 18.0.0 or higher
  • TypeScript projects (JavaScript support included)
  • React/Next.js frameworks (optimized)
Last updated on