Skip to content

feat: Support interactive HTML dashboard and machine-readable JSON export formats #34

Description

@CodeMaverick-143

Feature Request

Add options to export reports in multiple formats:

  • Interactive single-page HTML report (--format html)
  • Machine-readable JSON summary (--format json)

Proposed CLI Usage

insight . --format html -o ./html_report
insight . --format json -o ./analysis.json

Value & Benefits

  • HTML Dashboard: Generates a clean, interactive single-page dashboard with search, sortable tables, syntax highlighting, and charts for code metrics and AI scores.
  • JSON Output: Enables developers to pipe insight results directly into CI/CD quality gates, automated security checks, and developer tooling.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions