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
- Install dependencies:
npm install - Start dev server:
npm run dev - Open
http://localhost:3000and sign in with GitHub (if enabled).
Key Routes
/Welcome page/dashboardRepository selector & analysis/graphsVisualizations (Histogram, Bar, Time Series)/documentationThis 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