AltView Documentation

Quick start, routes, and key concepts.

Overview

AltView is a Next.js application for analyzing and visualizing code complexity metrics across GitHub repositories with ML-powered refactoring insights. Use the dashboard to select repositories and view interactive charts including histograms, bar charts, and time-series visualizations.

Getting Started

  1. Install dependencies: npm install
  2. Start dev server: npm run dev
  3. Open http://localhost:3000 and sign in with GitHub (if enabled).

Key Routes

  • / Welcome page
  • /dashboard Repository selector & analysis
  • /graphs Visualizations (Histogram, Bar, Time Series)
  • /documentation This documentation page

Technologies

Next.js 16, React 19, TypeScript 5, Tailwind CSS, Recharts, NextAuth, and Lucide icons.

More

For full project details and setup options, see the repository README.

Back to Home